diff options
author | nea <nea@nea.moe> | 2023-05-16 01:23:43 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-05-16 01:23:43 +0200 |
commit | ead6762eb1c005914b05f9d3c29f334989c67513 (patch) | |
tree | cd1409756be2bc4a93195c31d432fef053afe002 /src/main/resources/assets/notenoughupdates | |
parent | 96c546cc73880a7c502c17aadda6ca84c847692d (diff) | |
download | firmament-ead6762eb1c005914b05f9d3c29f334989c67513.tar.gz firmament-ead6762eb1c005914b05f9d3c29f334989c67513.tar.bz2 firmament-ead6762eb1c005914b05f9d3c29f334989c67513.zip |
Replace references to NEU with Firmament
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/icon.png | bin | 20279 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/lang/en_us.json | 26 |
2 files changed, 0 insertions, 26 deletions
diff --git a/src/main/resources/assets/notenoughupdates/icon.png b/src/main/resources/assets/notenoughupdates/icon.png Binary files differdeleted file mode 100644 index 467f962..0000000 --- a/src/main/resources/assets/notenoughupdates/icon.png +++ /dev/null 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" -} |