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

35 lines
686 B
JSON
Raw Normal View History

2024-10-28 21:47:51 +00:00
{
"schemaVersion": 1,
"id": "keeblarcraft",
"version": "0.1",
"name": "keeblarcraft",
"description": "My everything mod",
"authors": [
"Jkibbels"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/keeblarcraft/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"jesse.keeblarcraft.Keeblarcraft"
],
"client": [
"jesse.keeblarcraft.KeeblarcraftClient"
]
},
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.20",
"java": ">=17",
"fabric-api": "*",
"fabric-key-binding-api-v1": "*"
},
"suggests": {
"another-mod": "*"
}
}