Replace references to NEU with Firmament

This commit is contained in:
nea
2023-05-16 01:23:43 +02:00
parent 96c546cc73
commit ead6762eb1
70 changed files with 354 additions and 360 deletions

View File

@@ -1,9 +1,9 @@
{
"schemaVersion": 1,
"id": "notenoughupdates",
"id": "firmament",
"version": "${version}",
"name": "Not Enough Updates",
"description": "Not Enough Updates - A mod for Hypixel Skyblock",
"name": "Firmament",
"description": "Firmament powered by NEU",
"authors": [
{
"name": "Linnea Gräf",
@@ -14,30 +14,30 @@
],
"contact": {
"discord": "https://discord.gg/moulberry",
"sources": "https://git.nea.moe/nea/NotEnoughUpdates1.19/"
"sources": "https://git.nea.moe/nea/firmament/"
},
"license": "ARR",
"icon": "assets/notenoughupdates/icon.png",
"icon": "assets/firmament/icon.png",
"environment": "client",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "moe.nea.notenoughupdates.NotEnoughUpdates"
"value": "moe.nea.firmament.NotEnoughUpdates"
}
],
"client": [
{
"adapter": "kotlin",
"value": "moe.nea.notenoughupdates.NotEnoughUpdates"
"value": "moe.nea.firmament.NotEnoughUpdates"
}
],
"rei_client": [
"moe.nea.notenoughupdates.rei.NEUReiPlugin"
"moe.nea.firmament.rei.FirmamentReiPlugin"
]
},
"mixins": [
"notenoughupdates.mixins.json"
"firmament.mixins.json"
],
"depends": {
"fabric": "*",