34 lines
661 B
JSON
34 lines
661 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "celestium",
|
|
"version": "${version}",
|
|
"name": "Celestium",
|
|
"description": "For things that mods can't coordinate, and reading.",
|
|
"authors": [
|
|
"Gæmer"
|
|
],
|
|
"contact": {
|
|
"sources": "https://git.bigsmithy.org/Smithy/Celestium"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/celestium/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.smithy.Celestium"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"celestium.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.21",
|
|
"minecraft": "~1.20.1",
|
|
"java": ">=17",
|
|
"fabric": ">=0.92.1+1.20.1",
|
|
"ad_astra": "*",
|
|
"tardis_refined": "*",
|
|
"createdeco": "*"
|
|
},
|
|
"suggests": {}
|
|
} |