1
0
Fork 0
minecraft-tweaks-2a03/src/main/resources/fabric.mod.json

31 lines
634 B
JSON

{
"schemaVersion": 1,
"id": "minecraft-tweaks-2a03",
"version": "1.2.0",
"name": "minecraft-tweaks-2a03",
"description": "Simple modifications for mc.2a03.party.",
"authors": [
"flewkey"
],
"contact": {
"homepage": "https://flewkey.com/",
"sources": "https://git.sdf.org/flewkey/minecraft-tweaks-2a03"
},
"license": "MIT",
"icon": "assets/minecraft-tweaks-2a03/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"party._2a03.mc.MinecraftTweaks2a03"
]
},
"mixins": [
"minecraft-tweaks-2a03.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
"fabric": "*",
"minecraft": "1.18.1"
}
}