Unused property cleanup
This commit is contained in:
@@ -235,7 +235,6 @@ public class Blocks implements ContentList{
|
|||||||
magmarock = new Floor("magmarock"){{
|
magmarock = new Floor("magmarock"){{
|
||||||
attributes.set(Attribute.heat, 0.75f);
|
attributes.set(Attribute.heat, 0.75f);
|
||||||
attributes.set(Attribute.water, -0.75f);
|
attributes.set(Attribute.water, -0.75f);
|
||||||
updateEffect = Fx.magmasmoke;
|
|
||||||
blendGroup = basalt;
|
blendGroup = basalt;
|
||||||
|
|
||||||
emitLight = true;
|
emitLight = true;
|
||||||
|
|||||||
@@ -52,8 +52,6 @@ public class Floor extends Block{
|
|||||||
public boolean playerUnmineable = false;
|
public boolean playerUnmineable = false;
|
||||||
/** Group of blocks that this block does not draw edges on. */
|
/** Group of blocks that this block does not draw edges on. */
|
||||||
public Block blendGroup = this;
|
public Block blendGroup = this;
|
||||||
/** Effect displayed when randomly updated. */
|
|
||||||
public Effect updateEffect = Fx.none;
|
|
||||||
/** Array of affinities to certain things. */
|
/** Array of affinities to certain things. */
|
||||||
public Attributes attributes = new Attributes();
|
public Attributes attributes = new Attributes();
|
||||||
/** Whether this ore generates in maps by default. */
|
/** Whether this ore generates in maps by default. */
|
||||||
|
|||||||
Reference in New Issue
Block a user