ME Tunnel + Network Tool

This commit is contained in:
AlgorithmX2
2014-01-23 10:28:12 -06:00
parent 1b77755dd6
commit dfbc8a6c79
46 changed files with 929 additions and 128 deletions
+4
View File
@@ -102,6 +102,9 @@ public class PartPlacement
host.getFacadeContainer().removeFacade( host, sp.side );
}
if ( host.isEmpty() )
world.setBlock( x, y, z, 0 );
if ( is != null && !is.isEmpty() )
{
Platform.spawnDrops( world, x, y, z, is );
@@ -120,6 +123,7 @@ public class PartPlacement
e.printStackTrace();
}
}
return true;
}
return false;