]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/commitdiff
Disable unusable structure types
authorirtimaled <irtimaled@gmail.com>
Mon, 8 Jul 2019 08:44:32 +0000 (01:44 -0700)
committerirtimaled <irtimaled@gmail.com>
Mon, 8 Jul 2019 08:44:32 +0000 (01:44 -0700)
src/main/java/com/irtimaled/bbor/client/gui/SettingsScreen.java

index 9e2357444f5bbb1a647d74de245bd71496f6a9c6..4528f99d00e395209ae7b4e9d2e0b77c39c55b17 100644 (file)
@@ -156,7 +156,7 @@ public class SettingsScreen extends GuiScreen {
                 (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Buried Treasure", BoundingBoxType.BuriedTreasure),
                 (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Shipwrecks", BoundingBoxType.Shipwreck),
 
-                (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Pillager Outposts", BoundingBoxType.PillagerOutpost),
+                (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Pillager Outposts", BoundingBoxType.PillagerOutpost, false),
                 (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Strongholds", BoundingBoxType.Stronghold),
                 (id, x, y, width) -> new BoundingBoxTypeButton(id, x, y, width, "Mineshafts", BoundingBoxType.MineShaft),