Crafting Terminal Sync Fix.
This commit is contained in:
parent
21c254f09f
commit
67cfc0a593
2 changed files with 1 additions and 3 deletions
|
@ -452,6 +452,7 @@ public abstract class AEBaseContainer extends Container
|
|||
case CRAFT_ITEM:
|
||||
case CRAFT_STACK:
|
||||
((SlotCraftingTerm) s).doClick( action, player );
|
||||
updateHeld( player );
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.entity.player.EntityPlayerMP;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.inventory.InventoryCrafting;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
@ -224,8 +223,6 @@ public class SlotCraftingTerm extends AppEngCraftingSlot
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
((EntityPlayerMP) who).updateHeldItem();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue