]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/common/BoundingBoxType.java
Add support for spawnable blocks rendering
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / common / BoundingBoxType.java
index ecb128717388ecb4a3af7f53ae743da7e8709662..51fe9b67e80ccefccbf9f1371920f4d705a37269 100644 (file)
@@ -19,6 +19,7 @@ public class BoundingBoxType {
     public static final BoundingBoxType Custom = register(Color.WHITE, "Custom");
     public static final BoundingBoxType Beacon = register(Color.WHITE, "Beacon");
     public static final BoundingBoxType Conduit = register(Color.CYAN, "Conduit");
+    public static final BoundingBoxType SpawnableBlocks = register(Color.RED, "Spawnable Blocks");
 
     public static final BoundingBoxType JungleTemple = register(Colors.DARK_GREEN, "Jungle_Pyramid");
     public static final BoundingBoxType DesertTemple = register(Color.ORANGE, "Desert_Pyramid");