diff options
author | Linnea Gräf <nea@nea.moe> | 2023-11-12 14:45:05 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2023-11-12 14:45:05 +0100 |
commit | 2c9c38868345d5e133179597936f8e584075b8de (patch) | |
tree | a055cd6224d71058821558db33296a4900068216 /src/main/resources | |
parent | 897ab0f06b06e4c14eab31a1bf45365671471c8c (diff) | |
download | firmament-2c9c38868345d5e133179597936f8e584075b8de.tar.gz firmament-2c9c38868345d5e133179597936f8e584075b8de.tar.bz2 firmament-2c9c38868345d5e133179597936f8e584075b8de.zip |
Add temporary waypoints and /firm sendcoords
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 4d00d4d..8ae1300 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -64,7 +64,10 @@ "firmament.inventory-buttons.save-preset": "Save Preset", "firmament.inventory-buttons.load-preset": "Load Preset", "firmament.inventory-buttons.import-failed": "One of your buttons could only be imported partially", - "firmament.config.inventory-buttons": "One of your buttons could only be imported partially", + "firmament.config.inventory-buttons": "Inventory buttons", + "firmament.waypoint.temporary": "Temporary Waypoint: %s", + "firmament.config.waypoints": "Waypoints", + "firmament.config.waypoints.temp-waypoint-duration": "Temporary Waypoint Duration", "firmament.recipe.forge.time": "Forging Time: %s", "firmament.pv.skills": "Skills", "firmament.pv.skills.farming": "Farming", |