Tinkers Construct

Tinkers Construct

160M Downloads

(Enhancement) ToolCastingRecipe should accept a "consumed" parameter

snackerpirater opened this issue ยท 1 comments

commented

Minecraft Version

1.19.2

Forge Version

43.3.13

Mantle Version

1.10.36

Tinkers' Construct Version

3.8.3.39

Describe your issue

Currently, the consumed field in ToolCastingRecipe defaults to true. A usecase for this change would be casting tools with gold casts.
(Also, there's no 1.19.2 enhancement issue template)

Crash Report

No response

Other mods

N/A

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Checked pinned issues, Searched open issues, Searched closed issues

commented

This is an idea I want to do, but due to how I structured tool casting its not currently possible since the same recipe is in charge of part swapping which needs to always consume the input to prevent tool dupes.

I'll look into this in a later release when I have more time, perhaps I just need to split out part swapping into a separate recipe type.