This commit is contained in:
Anuken
2021-02-25 08:39:35 -05:00
parent 0672878920
commit c0d9712beb

View File

@@ -38,6 +38,7 @@ public class RepairPoint extends Block{
flags = EnumSet.of(BlockFlag.repair); flags = EnumSet.of(BlockFlag.repair);
hasPower = true; hasPower = true;
outlineIcon = true; outlineIcon = true;
expanded = true;
} }
@Override @Override