Gui/Priority Tab/Storage work.

This commit is contained in:
AlgorithmX2
2014-01-26 00:44:50 -06:00
parent 2e8ffc4a09
commit 5a6cd05e20
21 changed files with 250 additions and 237 deletions
+2 -1
View File
@@ -100,6 +100,7 @@ public class PartPlacement
{
is.add( sp.facade.getItemStack() );
host.getFacadeContainer().removeFacade( host, sp.side );
world.notifyBlocksOfNeighborChange( x, y, z, 0 );
}
if ( host.isEmpty() )
@@ -272,7 +273,7 @@ public class PartPlacement
return true;
}
}
else
else if ( host != null && !host.canAddPart( held, side ) )
return false;
}