CreateTweaker

CreateTweaker

10M Downloads

.reuse() doesn't work on mechanical crafter recipes

etherealgears opened this issue ยท 2 comments

commented

This is for version 1.16.5-7.1.2.508. When making custom mechanical crafter recipes, appending .reuse() after an item doesn't stop it from being consumed in the crafting process. Since this works for regular crafting table recipes with CraftTweaker, I was assuming it would work for the mechanical crafters as well, but maybe this is deliberate?

commented

Actually, I have tested, It doesn't work in compacting recipes either

commented

This is an issue with Create. They aren't using the getRemainingItems method from Recipe, there isn't much I can do to resolve this on my side.