Wireless can now craft while standing on partial tiles.
This commit is contained in:
parent
0fd9ea6689
commit
9d339e5e13
1 changed files with 4 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue