misspelling (#6291)

This commit is contained in:
Matthew Peng 2021-11-02 19:03:47 -07:00 committed by GitHub
parent a438be7fcd
commit 3574b982ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ public class Block extends UnlockableContent{
public boolean solid;
/** whether this block CAN be solid. */
public boolean solidifes;
/** whether this is rotateable */
/** whether this is rotatable */
public boolean rotate;
/** number of different variant regions to use */
public int variants = 0;