diff options
author | nea <nea@nea.moe> | 2023-05-03 01:39:27 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-05-03 01:39:27 +0200 |
commit | f844feba1b874a946f020574fee06c5926d042f8 (patch) | |
tree | 8b0cd0303107ff5be1721f1760b82353126170ad /src/main/resources/assets/notenoughupdates | |
parent | f93df266c60de0567be1c963d0fbc0861bc4f197 (diff) | |
download | firmament-f844feba1b874a946f020574fee06c5926d042f8.tar.gz firmament-f844feba1b874a946f020574fee06c5926d042f8.tar.bz2 firmament-f844feba1b874a946f020574fee06c5926d042f8.zip |
Make proper use of matrixstack for block highlights
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/lang/en_us.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json index 86ca368..e9d8ea5 100644 --- a/src/main/resources/assets/notenoughupdates/lang/en_us.json +++ b/src/main/resources/assets/notenoughupdates/lang/en_us.json @@ -18,5 +18,7 @@ "notenoughupdates.sbinfo.server": "Locraw Server: %s", "notenoughupdates.sbinfo.gametype": "Locraw Gametype: %s", "notenoughupdates.sbinfo.mode": "Locraw Mode: %s", - "notenoughupdates.sbinfo.map": "Locraw Map: %s" + "notenoughupdates.sbinfo.map": "Locraw Map: %s", + "neu.config.fairysouls.show": "Show Fairy Soul Waypoints", + "neu.config.fairysouls.reset": "Reset Collected Fairy Souls" } |