Implements opening containers from items with and without a block context.
This commit is contained in:
@@ -432,7 +432,7 @@ public class PartPlacement
|
||||
|
||||
if( event.getPlayer().isCrouching() && !held.isEmpty() && supportedItem )
|
||||
{
|
||||
NetworkHandler.instance().sendToServer( new PacketClick( event.getPos(), event.getFace(), 0, 0, 0, event.getHand() ) );
|
||||
NetworkHandler.instance().sendToServer( new PacketClick( event.getHand() ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user