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

38 lines
635 B
JSON

{
"schemaVersion": 1,
"id": "petroleum",
"version": "${version}",
"name": "Petroleum",
"description": "Burn it down.",
"authors": [
"janeptrv"
],
"contact": {
"homepage": "https://j4.pm/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "WTFPL",
"icon": "assets/petroleum/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"pm.j4.petroleum.PetroleumMod"
]
},
"mixins": [
"petroleum.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"
}
}