From ead6762eb1c005914b05f9d3c29f334989c67513 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 16 May 2023 01:23:43 +0200 Subject: Replace references to NEU with Firmament --- src/main/resources/assets/firmament/icon.png | Bin 0 -> 20279 bytes .../resources/assets/firmament/lang/en_us.json | 26 +++++++++++++++++++++ .../resources/assets/notenoughupdates/icon.png | Bin 20279 -> 0 bytes .../assets/notenoughupdates/lang/en_us.json | 26 --------------------- src/main/resources/fabric.mod.json | 18 +++++++------- src/main/resources/firmament.accesswidener | 1 + src/main/resources/firmament.mixins.json | 22 +++++++++++++++++ src/main/resources/notenoughupdates.accesswidener | 1 - src/main/resources/notenoughupdates.mixins.json | 22 ----------------- 9 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 src/main/resources/assets/firmament/icon.png create mode 100644 src/main/resources/assets/firmament/lang/en_us.json delete mode 100644 src/main/resources/assets/notenoughupdates/icon.png delete mode 100644 src/main/resources/assets/notenoughupdates/lang/en_us.json create mode 100644 src/main/resources/firmament.accesswidener create mode 100644 src/main/resources/firmament.mixins.json delete mode 100644 src/main/resources/notenoughupdates.accesswidener delete mode 100644 src/main/resources/notenoughupdates.mixins.json (limited to 'src/main/resources') diff --git a/src/main/resources/assets/firmament/icon.png b/src/main/resources/assets/firmament/icon.png new file mode 100644 index 0000000..467f962 Binary files /dev/null and b/src/main/resources/assets/firmament/icon.png differ diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json new file mode 100644 index 0000000..bb0a0d0 --- /dev/null +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -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" +} diff --git a/src/main/resources/assets/notenoughupdates/icon.png b/src/main/resources/assets/notenoughupdates/icon.png deleted file mode 100644 index 467f962..0000000 Binary files a/src/main/resources/assets/notenoughupdates/icon.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json deleted file mode 100644 index e688eb7..0000000 --- a/src/main/resources/assets/notenoughupdates/lang/en_us.json +++ /dev/null @@ -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" -} diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 64d7bb2..20b77a9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "*", diff --git a/src/main/resources/firmament.accesswidener b/src/main/resources/firmament.accesswidener new file mode 100644 index 0000000..236e6b1 --- /dev/null +++ b/src/main/resources/firmament.accesswidener @@ -0,0 +1 @@ +accessWidener v2 named diff --git a/src/main/resources/firmament.mixins.json b/src/main/resources/firmament.mixins.json new file mode 100644 index 0000000..ac040cb --- /dev/null +++ b/src/main/resources/firmament.mixins.json @@ -0,0 +1,22 @@ +{ + "required": true, + "plugin": "moe.nea.firmament.init.MixinPlugin", + "package": "moe.nea.firmament.mixins", + "compatibilityLevel": "JAVA_16", + "client": [ + "MixinDownloadingTerrainScreen", + "MixinMessageHandler", + "MixinMinecraft", + "MixinWorldRenderer", + "accessor.AccessorHandledScreen", + "devenv.DisableCommonPacketWarnings" + ], + "mixins": [ + "MixinClientPacketHandler", + "devenv.DisableInvalidFishingHook", + "devenv.MixinScoreboard" + ], + "injectors": { + "defaultRequire": 1 + } +} diff --git a/src/main/resources/notenoughupdates.accesswidener b/src/main/resources/notenoughupdates.accesswidener deleted file mode 100644 index 236e6b1..0000000 --- a/src/main/resources/notenoughupdates.accesswidener +++ /dev/null @@ -1 +0,0 @@ -accessWidener v2 named diff --git a/src/main/resources/notenoughupdates.mixins.json b/src/main/resources/notenoughupdates.mixins.json deleted file mode 100644 index 2b3a4e2..0000000 --- a/src/main/resources/notenoughupdates.mixins.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "required": true, - "plugin": "moe.nea.notenoughupdates.init.MixinPlugin", - "package": "moe.nea.notenoughupdates.mixins", - "compatibilityLevel": "JAVA_16", - "client": [ - "MixinDownloadingTerrainScreen", - "MixinMessageHandler", - "MixinMinecraft", - "MixinWorldRenderer", - "accessor.AccessorHandledScreen", - "devenv.DisableCommonPacketWarnings" - ], - "mixins": [ - "MixinClientPacketHandler", - "devenv.DisableInvalidFishingHook", - "devenv.MixinScoreboard" - ], - "injectors": { - "defaultRequire": 1 - } -} -- cgit