The bug
Shift clicking does not work for all valid items for some slots. For example some items are valid for a slot and you can place them with your cursor but you cannot shift click them in the slot.
Affected situations
Shift clicking empty bucket into fuel slot of furnace (to have it filled with water)
Shift clicking non-smeltable item into slot for item to smelt of furnace
Code analysis
Based on 1.11.2 decompiled using MCP 9.35 rc1
The affected containers override the method net.minecraft.inventory.Container.transferStackInSlot(EntityPlayer, int)
to not use the method net.minecraft.inventory.Slot.isItemValid(ItemStack)
.
Linked issues
is duplicated by 3
Comments 11
Mojang (Grum) has stated that it is intended. No further explanation is necessary, as it is their game to develop.
Hello why works this as intended? Could please one of the developers explain that to me?
Like I said, it is working with the enchantment table already, so why not with furnaces?