mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
11 lines
421 B
Diff
11 lines
421 B
Diff
--- ../src-base/minecraft/net/minecraft/entity/item/EntityMinecartHopper.java
|
|
+++ ../src-work/minecraft/net/minecraft/entity/item/EntityMinecartHopper.java
|
|
@@ -57,6 +57,7 @@
|
|
|
|
public boolean processInitialInteract(EntityPlayer player, EnumHand hand)
|
|
{
|
|
+ if (super.processInitialInteract(player, hand)) return true;
|
|
if (!this.world.isRemote)
|
|
{
|
|
player.displayGUIChest(this);
|