Fixed tests
This commit is contained in:
@@ -95,8 +95,9 @@ public class Block extends UnlockableContent implements Senseable{
|
||||
/** if true, double-tapping this configurable block clears configuration. */
|
||||
public boolean clearOnDoubleTap = false;
|
||||
/** whether this block has a tile entity that updates */
|
||||
@NoPatch
|
||||
public boolean update;
|
||||
/** whether this block has health and can be destroyed */
|
||||
/** whether this block has health and can be destroyed. note that setting this to false does nothing if update = true! */
|
||||
public boolean destructible;
|
||||
/** whether unloaders work on this block */
|
||||
public boolean unloadable = true;
|
||||
|
||||
Reference in New Issue
Block a user