Better allowRectanglePlacement

This commit is contained in:
Anuken
2024-01-22 22:12:24 -05:00
parent bd4ae0639d
commit 76e83c1516
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ public class Block extends UnlockableContent implements Senseable{
public boolean allowDiagonal = true;
/** Whether to swap the diagonal placement modes. */
public boolean swapDiagonalPlacement;
/** Whether to allow rectangular placement, as opposed to a line. Only supported for 1x1 blocks currently! */
/** Whether to allow rectangular placement, as opposed to a line. */
public boolean allowRectanglePlacement = false;
/** Build queue priority in schematics. */
public int schematicPriority = 0;