]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/gui/SettingsScreen.java
Add: flower forest overlay
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / gui / SettingsScreen.java
index cce48a2754b5af323a243d9e6a17c082ff424029..28761cc107645c8c7781c78632a06e155133ddc4 100644 (file)
@@ -62,6 +62,12 @@ 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.flowerForests"),
+                        width -> new BoundingBoxTypeButton(width, I18n.format("bbor.features.flowerForests"), BoundingBoxType.FlowerForest),
+                        width -> new IntSettingSlider(width, 1, 3, "bbor.options.distance", ConfigManager.flowerForestsRenderDistance)
+                                .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.mobSpawners"),
                         width -> new BoundingBoxTypeButton(width, I18n.format("bbor.features.mobSpawners"), BoundingBoxType.MobSpawner),
                         width -> new BoolSettingButton(width, I18n.format("bbor.features.mobSpawners.spawnArea"), ConfigManager.renderMobSpawnerSpawnArea),