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

@@ -235,7 +235,6 @@ public class Blocks implements ContentList{
magmarock = new Floor("magmarock"){{
attributes.set(Attribute.heat, 0.75f);
attributes.set(Attribute.water, -0.75f);
updateEffect = Fx.magmasmoke;
blendGroup = basalt;
emitLight = true;