{ "schemaVersion": 1, "id": "mc_rebalance", "version": "${version}", "name": "MC Rebalance", "description": "Mod assets for the MC Rebalanced modpack", "authors": [ "Sergeant Acoustic", "Emerald Quartz" ], "contact": { "homepage": "https://discord.gg/XfHZhbQDrz", "sources": "https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering" }, "license": "GPL-3.0-or-later", "icon": "assets/mc_rebalance/icon.png", "environment": "*", "entrypoints": { "main": [ "xyz.nearmisses.patience.mc_rebalance.MCRebalance" ], "client": [ "xyz.nearmisses.patience.mc_rebalance.MCRebalanceClient" ], "fabric-datagen": [ "xyz.nearmisses.patience.mc_rebalance.MCRebalanceDataGenerator" ] }, "mixins": [ "mc_rebalance.mixins.json", { "config": "mc_rebalance.client.mixins.json", "environment": "client" } ], "depends": { "fabricloader": ">=0.18.4", "minecraft": "~1.21.1", "java": ">=21", "fabric-api": "*", "copperagebackport": "*" } }