mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-28 13:43:21 +00:00

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