jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

NBT sensitive melting recipes #720

Closed sam-kirby closed 4 years ago

sam-kirby commented 5 years ago

Currently, there is no way to make a melting recipe sensitive to NBT using modtweaker. This results in issues such as Darkosto/SkyFactory4Issues#451

This PR changes the way a Melting Recipe is handled. If there is only a single valid ingredient then add it as an NBT sensitive recipe, else not sensitive to NBT.

This is the same as how casts are currently handled.

KnightMiner commented 5 years ago

Just leaving a comment that in #729 I added a wrapper that converts a IIngredient into a RecipeMatch directly, that would probably work to solve this issue rather than adding another special case for NBT