diff --git a/src/main/java/com/hbm/blocks/BlockDummyable.java b/src/main/java/com/hbm/blocks/BlockDummyable.java index 595298e61..e128f8e95 100644 --- a/src/main/java/com/hbm/blocks/BlockDummyable.java +++ b/src/main/java/com/hbm/blocks/BlockDummyable.java @@ -651,7 +651,7 @@ public abstract class BlockDummyable extends BlockContainer implements ICustomBl } //Gets the list of different dimensions that each XLmultiblock has, and generates the list of blocks that needs to be highlighted. - //Each XL multiblock has the getAllDimensions overridden in its own class + //Each XL multiblock has the getAllDimensions overridden in its own class. Each NEEDS it or it will show the incorect shape. List blocks = new java.util.ArrayList<>(); Set set = new java.util.HashSet<>();