]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/gui/SettingsScreen.java
Bedrock ceiling
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / gui / SettingsScreen.java
index d07db83849169484335b37031a20b35ec2992899..5741b07b8315e3d4857d46e0235ca2a7937bfd8e 100644 (file)
@@ -78,8 +78,8 @@ public class SettingsScreen extends ListScreen {
 //                                .addDisplayValue(1, I18n.translate("bbor.options.distance.nearest"))
 //                                .addDisplayValue(2, I18n.translate("bbor.options.distance.nearer"))
 //                                .addDisplayValue(3, I18n.translate("bbor.options.distance.normal")))
-//                .section(I18n.translate("bbor.features.bedrockCeilingBlocks"),
-//                        width -> new BoundingBoxTypeButton(width, I18n.translate("bbor.features.bedrockCeilingBlocks"), BoundingBoxType.BedrockCeiling))
+                .section(I18n.translate("bbor.features.bedrockCeilingBlocks"),
+                        width -> new BoundingBoxTypeButton(width, I18n.translate("bbor.features.bedrockCeilingBlocks"), BoundingBoxType.BedrockCeiling))
                 .section(I18n.translate("bbor.features.mobSpawners"),
                         width -> new BoundingBoxTypeButton(width, I18n.translate("bbor.features.mobSpawners"), BoundingBoxType.MobSpawner),
                         width -> new BoolSettingButton(width, I18n.translate("bbor.features.mobSpawners.spawnArea"), ConfigManager.renderMobSpawnerSpawnArea),