Merge pull request #39 from Tener/patch-1

This commit is contained in:
Anuken 2017-12-30 17:13:14 -05:00 committed by GitHub
commit 8602856001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"){
{