Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2017-12-30 18:55:06 -05:00

View File

@@ -164,6 +164,11 @@ public class ProductionBlocks{
tryDump(tile);
}
}
@Override
public boolean isLayer(Tile tile){
return tile.floor().drops == null;
}
},
coalgenerator = new ItemPowerGenerator("coalgenerator"){
{