diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-07 13:39:20 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-07 13:39:20 +0200 |
commit | 2ab7f403b38690614b7ac27f5e6ac60b991c0375 (patch) | |
tree | aba449aed93ff09defdc5f51194777f6f7e5b763 /src/main/resources/assets | |
parent | 986929941451d5bb6b9e6f245489f20963438614 (diff) | |
download | Firmament-2ab7f403b38690614b7ac27f5e6ac60b991c0375.tar.gz Firmament-2ab7f403b38690614b7ac27f5e6ac60b991c0375.tar.bz2 Firmament-2ab7f403b38690614b7ac27f5e6ac60b991c0375.zip |
Add remove command to waypoints
Diffstat (limited to 'src/main/resources/assets')
-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 05cc8ea..dca98eb 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -6,9 +6,11 @@ "firmament.command.toggle.not-a-toggle": "Property %s is not a toggle", "firmament.command.toggle.toggled": "Toggled %s / %s %s", "firmament.command.waypoint.import": "Imported %s waypoints from clipboard.", + "firmament.command.waypoint.import.error": "Could not import waypoints. Make sure they are on ColeWeight format:\n[{\"x\": 69, \"y\":420, \"z\": 36}]", "firmament.command.waypoint.clear": "Cleared waypoints.", "firmament.command.waypoint.added": "Added waypoint %s %s %s.", - "firmament.command.waypoint.import.error": "Could not import waypoints. Make sure they are on ColeWeight format:\n[{\"x\": 69, \"y\":420, \"z\": 36}]", + "firmament.command.waypoint.remove": "Removed waypoint %s. Other waypoints may have different indexes now.", + "firmament.command.waypoint.remove.error": "Could not find waypoint with that index to delete.", "firmament.pristine-profit.collection": "Collection: %s/h", "firmament.pristine-profit.money": "Money: %s/h", "firmament.toggle.true": "On", @@ -83,6 +85,7 @@ "firmament.waypoint.temporary": "Temporary Waypoint: %s", "firmament.config.waypoints": "Waypoints", "firmament.config.waypoints.temp-waypoint-duration": "Temporary Waypoint Duration", + "firmament.config.waypoints.show-index": "Show ordered waypoint indexes", "firmament.recipe.forge.time": "Forging Time: %s", "firmament.recipe.mobs.drops": "§e§lDrop Chance: %s", "firmament.recipe.mobs.name": "§8[§7Lv %d§8] §c%s", |