Unused property cleanup

This commit is contained in:
Anuken
2021-07-14 16:06:03 -04:00
parent 9de4c89e76
commit ac25e17286
2 changed files with 0 additions and 3 deletions

View File

@@ -52,8 +52,6 @@ public class Floor extends Block{
public boolean playerUnmineable = false;
/** Group of blocks that this block does not draw edges on. */
public Block blendGroup = this;
/** Effect displayed when randomly updated. */
public Effect updateEffect = Fx.none;
/** Array of affinities to certain things. */
public Attributes attributes = new Attributes();
/** Whether this ore generates in maps by default. */