34 lines
711 B
JSON
34 lines
711 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "polarcraft-mod",
|
|
"version": "${version}",
|
|
"name": "Polarcraft Mod",
|
|
"description": "This is an example description! Tell everyone what your mod is about!",
|
|
"authors": [
|
|
"Me!"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net/",
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/polarcraft-mod/icon.png",
|
|
"environment": "server",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.xeovalyte.polarcraft.PolarcraftMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"polarcraft-mod.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.19",
|
|
"minecraft": ">=1.20.1",
|
|
"java": ">=17",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
} |