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

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,26 @@
{
"firmament.repo.reload.network": "Trying to redownload the repository",
"firmament.repo.reload.disk": "Reloading repository from disk. This may lag a bit.",
"firmament.repo.cache": "Recaching items",
"firmament.repo.brokenitem": "Failed to render item: %s",
"firmament.gui.repo.title": "firmament Repo Settings",
"firmament.gui.repo.autoupdate": "Auto Update",
"firmament.gui.repo.username": "Repo Username",
"firmament.gui.repo.hint.username": "NotEnoughUpdates",
"firmament.gui.repo.reponame": "Repo Name",
"firmament.gui.repo.hint.reponame": "NotEnoughUpdates-REPO",
"firmament.gui.repo.branch": "Repo Branch",
"firmament.gui.repo.hint.branch": "dangerous",
"firmament.gui.repo.reset": "Reset",
"firmament.gui.repo.reset.label": "Reset to Defaults",
"firmament.sbinfo.nolocraw": "No locraw data available",
"firmament.sbinfo.profile": "Current profile cutename: %s",
"firmament.sbinfo.server": "Locraw Server: %s",
"firmament.sbinfo.gametype": "Locraw Gametype: %s",
"firmament.sbinfo.mode": "Locraw Mode: %s",
"firmament.sbinfo.map": "Locraw Map: %s",
"firmament.config.fairy-souls.show": "Show Fairy Soul Waypoints",
"firmament.config.fairy-souls.reset": "Reset Collected Fairy Souls",
"firmament.config.fishing-warning.display-warning": "Display a warning when you are about to hook a fish",
"firmament.config.fishing-warning.highlight-wake-chain": "Highlight fishing particles"
}

View File

@@ -1,26 +0,0 @@
{
"notenoughupdates.repo.reload.network": "Trying to redownload the repository",
"notenoughupdates.repo.reload.disk": "Reloading repository from disk. This may lag a bit.",
"notenoughupdates.repo.cache": "Recaching items",
"notenoughupdates.repo.brokenitem": "Failed to render item: %s",
"notenoughupdates.gui.repo.title": "NotEnoughUpdates Repo Settings",
"notenoughupdates.gui.repo.autoupdate": "Auto Update",
"notenoughupdates.gui.repo.username": "Repo Username",
"notenoughupdates.gui.repo.hint.username": "NotEnoughUpdates",
"notenoughupdates.gui.repo.reponame": "Repo Name",
"notenoughupdates.gui.repo.hint.reponame": "NotEnoughUpdates-REPO",
"notenoughupdates.gui.repo.branch": "Repo Branch",
"notenoughupdates.gui.repo.hint.branch": "dangerous",
"notenoughupdates.gui.repo.reset": "Reset",
"notenoughupdates.gui.repo.reset.label": "Reset to Defaults",
"notenoughupdates.sbinfo.nolocraw": "No locraw data available",
"notenoughupdates.sbinfo.profile": "Current profile cutename: %s",
"notenoughupdates.sbinfo.server": "Locraw Server: %s",
"notenoughupdates.sbinfo.gametype": "Locraw Gametype: %s",
"notenoughupdates.sbinfo.mode": "Locraw Mode: %s",
"notenoughupdates.sbinfo.map": "Locraw Map: %s",
"neu.config.fairy-souls.show": "Show Fairy Soul Waypoints",
"neu.config.fairy-souls.reset": "Reset Collected Fairy Souls",
"neu.config.fishing-warning.display-warning": "Display a warning when you are about to hook a fish",
"neu.config.fishing-warning.highlight-wake-chain": "Highlight fishing particles"
}

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": "*",

View File

@@ -1,7 +1,7 @@
{
"required": true,
"plugin": "moe.nea.notenoughupdates.init.MixinPlugin",
"package": "moe.nea.notenoughupdates.mixins",
"plugin": "moe.nea.firmament.init.MixinPlugin",
"package": "moe.nea.firmament.mixins",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinDownloadingTerrainScreen",