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

38 lines
684 B
JSON
Raw Normal View History

2021-04-26 04:57:14 +00:00
{
"schemaVersion": 1,
"id": "antichamber",
"version": "${version}",
"name": "Antichamber Guns",
"description": "Adds the block guns from Antichamber",
"authors": [
"Jane Petrovna <jane@j4.pm>"
],
"contact": {
"homepage": "https://j4.pm/",
"sources": "https://gitdab.com/jane/antichamber"
},
"license": "CC0-1.0",
"icon": "assets/antichamber/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"pm.j4.antichamber.Antichamber"
]
},
"mixins": [
"antichamber.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"another-mod": "*"
}
}