]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/gui/SettingsScreen.java
Add BedrockCeiling boxes
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / gui / SettingsScreen.java
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),