]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/resources/assets/bbor/lang/en_us.json
Simplify commands to use Coords & Pos objects
[BoundingBoxOutlineReloaded.git] / src / main / resources / assets / bbor / lang / en_us.json
index 08be1a8b22449b4a8187c1342d2b2266c61a5270..7ff6045bebcc77c72c4df24e31b3d785603532c4 100644 (file)
@@ -1,7 +1,6 @@
 {
   "bbor.key.toggleActive": "Toggle Active",
 
-  "bbor.tabs.general": "General",
   "bbor.tabs.structures": "Structures",
   "bbor.tabs.villages": "Villages",
 
@@ -18,6 +17,8 @@
   "bbor.options.distance.nearest": "Nearest",
   "bbor.options.distance.nearer": "Nearer",
   "bbor.options.distance.normal": "Normal",
+  "bbor.options.distance.y": "Distance (Y): %s",
+  "bbor.options.distance.xz": "Distance (X/Z): %s",
 
   "bbor.features.spawnChunks": "Spawn Chunks",
   "bbor.features.lazyChunks": "Lazy Chunks",
   "bbor.features.mobSpawners.spawnArea": "Spawn Area",
   "bbor.features.mobSpawners.activationLines": "Activation Lines",
   "bbor.features.spawningSpheres": "Spawning Spheres",
-  "bbor.features.spawningSpheres.spawnableBlocks": "Spawnable Blocks",
+  "bbor.features.spawnableBlocks": "Spawnable Blocks",
   "bbor.features.biomeBorders": "Biome Borders",
-  "bbor.features.biomeBorders.onlyThisBiome": "Only This Biome",
+
+  "bbor.sections.beaconsAndConduits": "Beacons & Conduits",
+  "bbor.features.beacons": "Beacons",
+  "bbor.features.conduits": "Conduits",
+  "bbor.features.conduits.mobHarmArea": "Mob Harm Area",
 
   "bbor.structures.desertTemples": "Desert Temples",
   "bbor.structures.jungleTemples": "Jungle Temples",
   "bbor.features.villageSpheres.density.more": "More",
   "bbor.features.villageSpheres.density.most": "Most",
 
+  "bbor.commands.custom.cleared.all": "All custom boxes cleared",
+
   "bbor.commands.beacon.added": "Custom beacon added at [x=%d, y=%d, z=%d] with level %d",
   "bbor.commands.beacon.cleared.all": "All custom beacons cleared",
   "bbor.commands.beacon.cleared": "Custom beacon cleared at [x=%d, y=%d, z=%d]",
   "bbor.commands.beacon.notFound": "No custom beacon found at [x=%d, y=%d, z=%d]",
-  "bbor.commands.beacon.expectedLevelInRange": "expected level between 1 and 4",
 
   "bbor.commands.box.added": "Box added with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
   "bbor.commands.box.cleared.all": "All boxes cleared",
   "bbor.commands.box.cleared": "Box cleared with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
   "bbor.commands.box.notFound": "No box found with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
 
-  "bbor.commandArgument.invalid": "Invalid argument",
-
   "bbor.commands.spawningSphere.set": "Spawning sphere set",
   "bbor.commands.spawningSphere.notSet": "No spawning sphere set",
   "bbor.commands.spawningSphere.cleared": "Spawning sphere cleared",
-  "bbor.commands.spawningSphere.calculated": "Calculated %s spawnable spaces",
+  "bbor.commands.spawningSphere.calculated": "Calculated %s spawnable spaces (%s only at night)",
 
   "bbor.renderer.spawningSphere.spawnable": "Spawnable:",
   "bbor.renderer.spawningSphere.none": "None"