1
0
minecraft-tweaks-2a03/src/main/resources/fabric.mod.json
2023-06-11 14:48:04 -07:00

32 lines
655 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.14.21",
"fabric-api": "*",
"minecraft": "~1.20",
"java": ">=17"
}
}