35 lines
686 B
JSON
35 lines
686 B
JSON
![]() |
{
|
||
|
"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": "*"
|
||
|
}
|
||
|
}
|