Skip to content

ZenRepairJSON

Zenarchist edited this page May 6, 2026 · 3 revisions

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

What is this?

This mod adds the ability for server admins to configure what items can be repaired by what tools via a JSON file.

Config

Config file: profiles/Zenarchist/ZenRepairViaJSONConfig.json

{
    "ConfigVersion": "1.29.1", // Don't touch
    "RepairConfig": {
        "AviatorGlasses": { // Item to repair
            "RepairKitConsumeQuantity": {
                "ElectronicRepairKit": 30.0 // Repair kit type + quantity usage
            }
        },
        "Canteen": {
            "RepairKitConsumeQuantity": {
                "EpoxyPutty": 30.0
            }
        },
        "FieldShovel": {
            "RepairKitConsumeQuantity": {
                "Blowtorch": 30.0
            }
        }
    }
}

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