Include access widener
This commit is contained in:
@@ -1,41 +1,42 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "firmament",
|
"id": "firmament",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "Firmament",
|
"name": "Firmament",
|
||||||
"description": "Firmament powered by NEU",
|
"description": "Firmament powered by NEU",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Linnea Gräf",
|
"name": "Linnea Gräf",
|
||||||
"contact": {
|
"contact": {
|
||||||
"email": "nea@nea89.moe"
|
"email": "nea@nea89.moe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"discord": "https://discord.gg/moulberry",
|
"discord": "https://discord.gg/moulberry",
|
||||||
"sources": "https://git.nea.moe/nea/firmament/"
|
"sources": "https://git.nea.moe/nea/firmament/"
|
||||||
},
|
},
|
||||||
"license": "ARR",
|
"license": "ARR",
|
||||||
"icon": "assets/firmament/icon.png",
|
"accessWidener": "firmament.accesswidener",
|
||||||
"environment": "client",
|
"icon": "assets/firmament/icon.png",
|
||||||
"entrypoints": {
|
"environment": "client",
|
||||||
"main": [
|
"entrypoints": {
|
||||||
"moe.nea.firmament.Firmament::onInitialize"
|
"main": [
|
||||||
],
|
"moe.nea.firmament.Firmament::onInitialize"
|
||||||
"client": [
|
],
|
||||||
"moe.nea.firmament.Firmament::onClientInitialize"
|
"client": [
|
||||||
],
|
"moe.nea.firmament.Firmament::onClientInitialize"
|
||||||
"rei_client": [
|
],
|
||||||
"moe.nea.firmament.rei.FirmamentReiPlugin"
|
"rei_client": [
|
||||||
],
|
"moe.nea.firmament.rei.FirmamentReiPlugin"
|
||||||
"modmenu": [
|
],
|
||||||
"moe.nea.firmament.modmenu.FirmamentModMenuPlugin"
|
"modmenu": [
|
||||||
],
|
"moe.nea.firmament.modmenu.FirmamentModMenuPlugin"
|
||||||
"jarvis": [
|
],
|
||||||
"moe.nea.firmament.jarvis.JarvisIntegration"
|
"jarvis": [
|
||||||
]
|
"moe.nea.firmament.jarvis.JarvisIntegration"
|
||||||
},
|
]
|
||||||
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"firmament.mixins.json"
|
"firmament.mixins.json"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user