Bug Closed · Resolved

Crafting recipes with 'IngredientsLeftover' consumes all items in SHIFT holding

#6271 opened by Unknown 1 year ago

Unknownreported this bug

Setup:

Minecraft: 1.21
Paper: 1.21-130-master@b1b5d4c
MM: MythicMobs-5.8.0
MC: MythicCrucible-2.2.0-SNAPSHOT (Latest downloaded Build 3995 from 23.04.25)

Here is an issue that if you have crafting like this:

WheatFlour:
  Id: wheat
  Display: '<green>Wheat Flour'
  Recipes:
    SHAPED:
      Type: SHAPED
      Amount: 1
      IngredientsLeftover:
        - air | air | air
        - air | MortarAndPestle | air
        - air | air | air
      Ingredients:
        - wheat | wheat | wheat
        - wheat | MortarAndPestle | wheat
        - wheat | wheat | wheat

If you press SHIFT and try to craft a lot of WheatFlour with SHIFT - MortarAndPestle will be consumed with first craft and if you're not in creative. If you in Creative - all items will be dropped to the inventory. MortarAndPestle - is also the MM item. If we are using only one crafting recipe - MortarAndPestle moves to the top left corner, instead of center.

If to add something like this:

      IngredientsLeftover:
        - air | air | air
        - air | MortarAndPestle | air
        - air | bucket | air

After crafting we will have both IngredientsLeftover ingridients in the left top and left middle positions like this:

        - MortarAndPestle | air | air
        - bucket          | air | air
        - air | air| air

Feel free to ask logs or screenshots or more detailed info.

Thank you!

Unknowncommented

Exactly the same problem, when crafting with a shift, the item does not remain in the crafting grid and does not even move to the inventory, but simply disappears

Unknowncommented

I have a similar problem: when crafting with SHIFT, an item that should have remained in the crafting grid simply disappears. It does not return to the inventory, nor does it remain in the craftingtable - it completely disappears.

Unknowncommented

Can confirm I am having the exact same issues as both comments above.

Edit:

Even if I am only crafting with 1 of each item, shiftclicking still deletes the tool.

Unknowncommented

Same problem =(

Unknowncommented

Update. This issue still replicating at 1.21.8 Paper latest dev version of MM and MC to 8.09.2025.

Sign in to join the discussion.