mc_rebalance/src/main/resources/fabric.mod.json

44 lines
994 B
JSON
Raw Normal View History

{
"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",
"authors": [
2026-02-02 20:35:36 +00:00
"Sergeant Acoustic",
"Emerald Quartz"
],
"contact": {
2026-02-02 20:35:36 +00:00
"homepage": "https://discord.gg/XfHZhbQDrz",
"sources": "https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering"
},
2026-02-02 20:35:36 +00:00
"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": "*"
}
}