|
33 | 33 | "commands.exceptions.lootNotAvailable": "This loot is not available in this dimension!", |
34 | 34 | "commands.exceptions.unknownResolutionMethod": "Unknowing resolution method \"%s\".", |
35 | 35 | "commands.exceptions.unknownSeedArgument": "Unknown seed argument \"%s\".", |
| 36 | + "argument.time.invalid_unit": "Invalid time unit.", |
36 | 37 |
|
37 | 38 | "command.checkSeed.using": "SeedMapper is using the seed %s from %s.", |
38 | 39 | "command.checkSeed.fromSavedSeeds": "the \"SavedSeeds\" config", |
|
91 | 92 | "command.clear.success": "Cleared all renders.", |
92 | 93 |
|
93 | 94 | "command.buildInfo.success": "Running SeedMapper on version %s (%s@{%s}).", |
| 95 | + "command.worldpreset.unknown": "Unknown world preset \"%s\".", |
94 | 96 |
|
95 | 97 | "command.sample.sampleAll.success": "Sampled %s at %s: %s.", |
96 | 98 | "command.sample.sampleDensity.success": "Sampled density at %s: %s.", |
97 | 99 |
|
98 | 100 | "config.oreAirCheck.comment": "Whether or not SeedMapper should use in-game air or lava checks to invalidate ore positions.", |
99 | 101 | "config.devMode.comment": "Enables certain debug commands.", |
100 | 102 | "config.manualWaypointCompassOverlay.comment": "Set the waypoint compass overlay to be manually toggled instead of automatic.", |
| 103 | + "config.showPlayerDirectionArrow.comment": "Show the player direction arrow.", |
101 | 104 | "config.worldBorder.comment": "Limits the seed map to a square world border radius in blocks for all dimensions unless overridden. Use 0 to disable.", |
102 | 105 | "config.worldBorder.overworld.comment": "Overrides the world border radius in the Overworld. Use 0 to use the global border.", |
103 | 106 | "config.worldBorder.nether.comment": "Overrides the world border radius in the Nether. Use 0 to use the global border.", |
|
107 | 110 | "key.seedMap": "Seed map", |
108 | 111 | "key.minimap": "Seed minimap", |
109 | 112 |
|
| 113 | + "chat.copy.click": "Click to copy.", |
| 114 | + |
110 | 115 | "seedMap.seed": "Seed: %s | %s %s", |
111 | 116 | "seedMap.chestLoot.title": "%s loot (%d/%d)", |
112 | 117 | "seedMap.chestLoot.extraInfo.pieceName": "Piece name: %s", |
|
0 commit comments