2026-01-27 02:21:56 +00:00
|
|
|
{
|
|
|
|
|
"schemaVersion": 1,
|
|
|
|
|
"id": "mc_rebalance",
|
|
|
|
|
"version": "${version}",
|
|
|
|
|
"name": "MC Rebalance",
|
2026-02-02 20:35:36 +00:00
|
|
|
"description": "Mod assets for the MC Rebalanced modpack",
|
2026-01-27 02:21:56 +00:00
|
|
|
"authors": [
|
2026-02-02 20:35:36 +00:00
|
|
|
"Sergeant Acoustic",
|
|
|
|
|
"Emerald Quartz"
|
2026-01-27 02:21:56 +00:00
|
|
|
],
|
|
|
|
|
"contact": {
|
2026-02-02 20:35:36 +00:00
|
|
|
"homepage": "https://discord.gg/XfHZhbQDrz",
|
|
|
|
|
"sources": "https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering"
|
2026-01-27 02:21:56 +00:00
|
|
|
},
|
2026-02-02 20:35:36 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2026-01-27 02:21:56 +00:00
|
|
|
"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",
|
2026-02-02 20:33:45 +00:00
|
|
|
"fabric-api": "*",
|
|
|
|
|
"copperagebackport": "*"
|
2026-01-27 02:21:56 +00:00
|
|
|
}
|
|
|
|
|
}
|