Wireless can now craft while standing on partial tiles.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user