-
Bug
-
Resolution: Fixed
-
24w12a, 24w13a, 1.20.5, 1.20.6, 24w19b, 1.21 Pre-Release 2, 1.21
-
Community Consensus
-
Crafting
-
Normal
-
Platform
The recipe book can detect but not quickly move items which have a max_stack_size above their traditional limit, leading to hotkeys such as "shift + right-click" to not function as expected. This behavior is not exclusive to the crafting table, but any item attempted to move into a container slot (such as a furnace). All the applicable recipes show they can accept the items that the player has and all the buttons will be white instead of red, but cannot quick move the items.
Steps to Reproduce:
- Get the following item stack:
/give @p minecraft:oak_planks[minecraft:max_stack_size=99] 99
- Get all recipes:
/recipe give @p *
- Open the crafting table recipe book
- Try and quick-fill the crafting table with recipe ingredients
(Important: read note #1)
→ Crafting table grid is not filled, and no recipe can be made, despite having the items. - Repeat step 4, this time with a regular stack of oak planks
→ Items can (almost entirely) be quick-filled, and the item can be crafted.