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
+1 -1
View File
@@ -67,7 +67,7 @@ public class PacketCraftRequest extends AppEngPacket
ContainerOpenContext context = cca.openContext;
if ( context != null )
{
TileEntity te = context.w.getTileEntity( context.x, context.y, context.z );
TileEntity te = context.getTile();
Platform.openGUI( player, te, cca.openContext.side, GuiBridge.GUI_CRAFTING_CONFIRM );
if ( player.openContainer instanceof ContainerCraftConfirm )