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

30 lines
No EOL
630 B
JSON

{
"schemaVersion": 1,
"id": "hardboiled",
"version": "${version}",
"name": "Hard Boiled",
"description": "Do something with your eggs. Boil them.",
"authors": [
"ChaoticByte"
],
"contact": {
"sources": "https://github.com/ChaoticByte/hardboiled",
"issues": "https://github.com/ChaoticByte/hardboiled/issues"
},
"license": "MIT",
"icon": "assets/hardboiled/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.chaoticbyte.hardboiled.HardBoiled"
]
},
"mixins": [],
"depends": {
"fabricloader": ">=0.16.10",
"minecraft": "1.21.4",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {}
}