1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-28 13:43:21 +00:00
Jonathan Coates 74f707aaea
Create a new CraftingInput for each craft
It's not actually safe to reuse this, as we need to recompute the
internal StackedContents each time the inventory changes, otherwise
ShapelessRecipe.matches will continue to return true, even if the actual
inventory doesn't include the required items.

Fixes #2094
2025-02-07 09:45:14 +00:00
..