Skip to content

ZenCombineJSON

Zenarchist edited this page May 6, 2026 · 2 revisions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenCombineJSON in ZenModPackConfig.json

What Is This?

This mod allows you to specify which items can be combined together to restore their quantity bars, via JSON config.

Config

Config file: profiles/Zenarchist/ZenCombineViaJSONConfig.json

{
    "ConfigVersion": "1.29.1", // Don't touch
    "CanBeCombined": [ // List of items which the player can combine
        "EpoxyPutty",
        "ElectronicRepairKit",
        "WeaponCleaningKit",
        "SewingKit",
        "LeatherSewingKit",
        "TireRepairKit",
        "Rice",
        "PowderedMilk",
        "GardenLime",
        "DuctTape"
    ]
}

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally