]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/commitdiff
Add BedrockCeiling boxes
authorIrtimaled <irtimaled@gmail.com>
Mon, 14 Sep 2020 06:47:42 +0000 (23:47 -0700)
committerIrtimaled <irtimaled@gmail.com>
Mon, 5 Oct 2020 03:41:06 +0000 (20:41 -0700)
src/main/java/com/irtimaled/bbor/client/gui/SettingsScreen.java
src/main/resources/assets/bbor/lang/en_us.json

index 28761cc107645c8c7781c78632a06e155133ddc4..bd037e79c9592548238ff97be6dc9d2a611381ec 100644 (file)
@@ -68,6 +68,8 @@ public class SettingsScreen extends ListScreen {
                                 .addDisplayValue(1, I18n.format("bbor.options.distance.nearest"))
                                 .addDisplayValue(2, I18n.format("bbor.options.distance.nearer"))
                                 .addDisplayValue(3, I18n.format("bbor.options.distance.normal")))
+                .section(I18n.format("bbor.features.bedrockCeilingBlocks"),
+                        width -> new BoundingBoxTypeButton(width, I18n.format("bbor.features.bedrockCeilingBlocks"), BoundingBoxType.BedrockCeiling))
                 .section(I18n.format("bbor.features.mobSpawners"),
                         width -> new BoundingBoxTypeButton(width, I18n.format("bbor.features.mobSpawners"), BoundingBoxType.MobSpawner),
                         width -> new BoolSettingButton(width, I18n.format("bbor.features.mobSpawners.spawnArea"), ConfigManager.renderMobSpawnerSpawnArea),
index c531bd0a2bff1d796788c6eb1475ed25e8f7be15..4d3cbd1126da0f0e715d066347806d65f975f161 100644 (file)
@@ -30,6 +30,7 @@
   "bbor.features.spawnableBlocks": "Spawnable Blocks",
   "bbor.features.biomeBorders": "Biome Borders",
   "bbor.features.flowerForests": "Flower Forests",
+  "bbor.features.bedrockCeilingBlocks": "Bedrock Ceiling",
 
   "bbor.sections.beaconsAndConduits": "Beacons & Conduits",
   "bbor.features.beacons": "Beacons",