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

39 lines
753 B
JSON
Raw Normal View History

2018-11-03 18:22:32 -04:00
{
2019-04-07 13:39:49 -04:00
"schemaVersion": 1,
"id": "chipmunkmod",
2019-04-07 13:39:49 -04:00
"version": "${version}",
"name": "ChipmunkMod",
2023-01-26 21:15:48 -05:00
"description": "A utility mod created for free-op servers with minimal or no restrictions",
2019-04-07 13:39:49 -04:00
"authors": [
2023-01-26 21:15:48 -05:00
"_ChipMC_"
2019-04-07 13:39:49 -04:00
],
"contact": {
2023-01-26 21:15:48 -05:00
"homepage": "https://chipmunk.land/",
"sources": "https://code.chipmunk.land/ChipmunkMC/fabric-mod-mabe"
2019-04-07 13:39:49 -04:00
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
2023-01-26 21:15:48 -05:00
"land.chipmunk.chipmunkmod.ChipmunkMod"
2019-04-07 13:39:49 -04:00
]
},
"mixins": [
2023-01-28 19:01:04 -05:00
"chipmunkmod.mixins.json"
],
2019-04-07 13:39:49 -04:00
2019-05-27 16:04:51 -04:00
"depends": {
2022-12-07 11:12:08 -05:00
"fabricloader": ">=0.14.11",
2022-08-28 06:44:45 -04:00
"fabric-api": "*",
2022-12-07 11:12:08 -05:00
"minecraft": "~1.19.3",
2021-11-16 14:30:30 -05:00
"java": ">=17"
2018-12-12 14:48:51 -05:00
},
2019-04-07 13:39:49 -04:00
"suggests": {
"another-mod": "*"
2018-11-03 18:22:32 -04:00
}
2018-12-12 21:18:40 -05:00
}