Fixed Crafting for real, attempt 2.

This commit is contained in:
AlgorithmX2
2014-07-28 21:51:52 -05:00
parent 9ae5477b90
commit 843b2cd9c5
7 changed files with 24 additions and 13 deletions
-4
View File
@@ -299,10 +299,6 @@ 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 )