forked from ChomeNS/chipmunkmod
38 lines
753 B
JSON
38 lines
753 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "chipmunkmod",
|
|
"version": "${version}",
|
|
|
|
"name": "ChipmunkMod",
|
|
"description": "A utility mod created for free-op servers with minimal or no restrictions",
|
|
"authors": [
|
|
"_ChipMC_"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://chipmunk.land/",
|
|
"sources": "https://code.chipmunk.land/ChipmunkMC/fabric-mod-mabe"
|
|
},
|
|
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/modid/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"land.chipmunk.chipmunkmod.ChipmunkMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"chipmunkmod.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14.11",
|
|
"fabric-api": "*",
|
|
"minecraft": "~1.19.3",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|