Files
Celestium/src/main/resources/fabric.mod.json
May P a66c2f694b
Some checks failed
build / build (17, ubuntu-22.04) (push) Failing after 17s
build / build (17, windows-2022) (push) Has been cancelled
added deps
2025-12-13 02:35:42 +02:00

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": {}
}