mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-03 04:44:24 +07:00
Merge pull request #39 from Tener/patch-1
This commit is contained in:
commit
8602856001
@ -164,6 +164,11 @@ public class ProductionBlocks{
|
||||
tryDump(tile);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isLayer(Tile tile){
|
||||
return tile.floor().drops == null;
|
||||
}
|
||||
},
|
||||
coalgenerator = new ItemPowerGenerator("coalgenerator"){
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user