Saving of rotation of static blocks

This commit is contained in:
Anuken
2020-07-25 14:38:09 -04:00
parent c3881b57de
commit d6d2e88b71
3 changed files with 16 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ public class Block extends UnlockableContent{
public boolean solidifes;
/** whether this is rotateable */
public boolean rotate;
/** for static blocks only: if true, rotation is saved in world data. */
public boolean saveRotation;
/** whether you can break this with rightclick */
public boolean breakable;
/** whether to add this block to brokenblocks */