Updated arc

This commit is contained in:
Anuken
2019-10-12 16:56:43 -04:00
parent d973283039
commit dd3fd97b43
2 changed files with 2 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ public class World{
}
public void removeBlock(Tile tile){
if(tile == null) return;
tile.link().getLinkedTiles(other -> other.setBlock(Blocks.air));
}