Added instantBuild rule for editor

This commit is contained in:
Anuken
2024-01-23 21:22:02 -05:00
parent 76e83c1516
commit 6f3e75569c
4 changed files with 6 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ public class Floor extends Block{
placeableLiquid = true;
allowRectanglePlacement = true;
instantBuild = true;
placeEffect = Fx.rotateBlock;
}
@Override