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

31 lines
634 B
JSON
Raw Normal View History

2020-01-07 15:53:42 +00:00
{
"schemaVersion": 1,
"id": "minecraft-tweaks-2a03",
2020-10-25 16:03:52 +00:00
"version": "1.2.0",
2022-01-30 01:18:37 +00:00
"name": "minecraft-tweaks-2a03",
"description": "Simple modifications for mc.2a03.party.",
2020-01-07 15:53:42 +00:00
"authors": [
"flewkey"
],
"contact": {
"homepage": "https://flewkey.com/",
2022-01-30 01:18:37 +00:00
"sources": "https://git.sdf.org/flewkey/minecraft-tweaks-2a03"
2020-01-07 15:53:42 +00:00
},
"license": "MIT",
2022-01-30 01:18:37 +00:00
"icon": "assets/minecraft-tweaks-2a03/icon.png",
2020-01-07 15:53:42 +00:00
"environment": "*",
"entrypoints": {
"main": [
"party._2a03.mc.MinecraftTweaks2a03"
]
},
"mixins": [
"minecraft-tweaks-2a03.mixins.json"
],
"depends": {
2022-01-30 01:18:37 +00:00
"fabricloader": ">=0.12.12",
2020-01-07 15:53:42 +00:00
"fabric": "*",
2022-01-30 01:18:37 +00:00
"minecraft": "1.18.1"
2020-01-07 15:53:42 +00:00
}
}