diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-03-22 19:11:16 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-03-22 19:11:16 +0100 |
| commit | b532572cbfe1fad2a22a9dd7586d6dd747466fa6 (patch) | |
| tree | 0a022519bf4b74691cd7e36bd549359981cca017 /translations | |
| parent | ba3f2785b0faf7cb044374e0c49df307ee101e35 (diff) | |
| download | Firmament-b532572cbfe1fad2a22a9dd7586d6dd747466fa6.tar.gz Firmament-b532572cbfe1fad2a22a9dd7586d6dd747466fa6.tar.bz2 Firmament-b532572cbfe1fad2a22a9dd7586d6dd747466fa6.zip | |
feat: Add ordered waypoint reset on world swap
Diffstat (limited to 'translations')
| -rw-r--r-- | translations/en_us.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index aaafc50..8033eaf 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -7,7 +7,6 @@ "firmament.command.waypoint.added": "Added waypoint %s %s %s.", "firmament.command.waypoint.clear": "Cleared waypoints.", "firmament.command.waypoint.import": "Imported %s waypoints from clipboard.", - "firmament.command.waypoint.import.error": "Could not import waypoints from clipboard. Make sure they are on ColeWeight format:\n[{\"x\": 69, \"y\":420, \"z\": 36}]", "firmament.command.waypoint.ordered.toggle.false": "Disabled ordered waypoints", "firmament.command.waypoint.ordered.toggle.true": "Enabled ordered waypoints", "firmament.command.waypoint.remove": "Removed waypoint %s. Other waypoints may have different indexes now.", @@ -271,6 +270,8 @@ "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", "firmament.config.storage-overlay.scroll-speed.description": "Scroll speed inside of the storage overlay and overview.", "firmament.config.waypoints": "Waypoints", + "firmament.config.waypoints.reset-order-on-swap": "Reset Ordered Waypoints On Hop", + "firmament.config.waypoints.reset-order-on-swap.description": "Resets Ordered Waypoint progress after swapping to another world.", "firmament.config.waypoints.show-index": "Show ordered waypoint indexes", "firmament.config.waypoints.show-index.description": "Show the number of an ordered waypoint in the world.", "firmament.config.waypoints.skip-to-nearest": "Allow skipping waypoints", |
