Default to false

Quick, stop forcing changes to mods before sk yells at me.
This commit is contained in:
MEEPofFaith
2023-04-23 18:13:10 -07:00
committed by GitHub
parent 3adc3a8b2e
commit f82bf16d4a

View File

@@ -107,7 +107,7 @@ public class Block extends UnlockableContent implements Senseable{
/** whether this is rotatable */
public boolean rotate;
/** if rotate is false and this is true, building rotation is set to 0 regardless of player input */
public boolean lockRotation = true;
public boolean lockRotation;
/** if rotate is true and this is false, the region won't rotate when drawing */
public boolean rotateDraw = true;
/** if true, schematic flips with this block are inverted. */