Wireless can now craft while standing on partial tiles.

This commit is contained in:
AlgorithmX2 2014-07-28 20:52:26 -05:00
parent 0fd9ea6689
commit 9d339e5e13

View file

@ -299,6 +299,10 @@ public class Platform
z = tile.zCoord;
}
// valid tile?
if ( !type.CorrectTileOrPart( tile ) )
tile = null;
if ( (type.getType().isItem() && tile == null) || type.hasPermissions( tile, x, y, z, side, p ) )
{
if ( tile == null )