BetterEnd/src/main/resources/fabric.mod.json
2020-09-22 22:34:37 +03:00

36 lines
550 B
JSON

{
"schemaVersion": 1,
"id": "betterend",
"version": "${version}",
"name": "Better End",
"description": "More content for The End",
"authors": [
"paulevs",
"Bulldog83"
],
"contact": {
"homepage": "",
"sources": ""
},
"license": "MIT",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"ru.betterend.BetterEnd"
]
},
"mixins": [
"betterend.mixins.common.json",
"betterend.mixins.client.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
}
}