Automatic conveyor/conduit bridging

This commit is contained in:
Anuken
2021-02-22 10:15:40 -05:00
parent 9e8a2b8296
commit e2515fc4bf
8 changed files with 95 additions and 18 deletions

View File

@@ -62,6 +62,10 @@ public class BuildPlan implements Position{
}
public boolean placeable(Team team){
return Build.validPlace(block, team, x, y, rotation);
}
public boolean isRotation(Team team){
if(breaking) return false;
Tile tile = tile();