49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "firmament",
|
|
"version": "${version}",
|
|
"name": "Firmament",
|
|
"description": "Firmament powered by NEU",
|
|
"authors": [
|
|
{
|
|
"name": "Linnea Gräf",
|
|
"contact": {
|
|
"email": "nea@nea89.moe"
|
|
}
|
|
}
|
|
],
|
|
"contact": {
|
|
"discord": "https://discord.gg/moulberry",
|
|
"sources": "https://git.nea.moe/nea/firmament/"
|
|
},
|
|
"license": "ARR",
|
|
"icon": "assets/firmament/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
{
|
|
"adapter": "kotlin",
|
|
"value": "moe.nea.firmament.Firmament"
|
|
}
|
|
],
|
|
"client": [
|
|
{
|
|
"adapter": "kotlin",
|
|
"value": "moe.nea.firmament.Firmament"
|
|
}
|
|
],
|
|
"rei_client": [
|
|
"moe.nea.firmament.rei.FirmamentReiPlugin"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"firmament.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabric": "*",
|
|
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
|
|
"minecraft": ">=${minecraft_version}",
|
|
"fabric-key-binding-api-v1": "*"
|
|
}
|
|
}
|