jaredlll08 / ModTweaker

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

Update Inspirations support and add a Mantle RecipeMatch helper #729

Closed KnightMiner closed 4 years ago

KnightMiner commented 5 years ago

The main thing this pull request does is replace the awkward and slightly hacky method of convering an IIngredient into a RecipeMatch with a helper class that converts it directly. This makes it a lot more accurate as the recipe type just delegates the matching to CraftTweaker's logic.

A result of the switch is it fixes two bugs with the Inspirations support:

Additionally, since I created the original cauldron support, I added one more recipe type which now has a CraftTweaker method. I opted out of a remove recipe mostly due to laziness, as there really only is one config enabled recipe by default anyways (plus I forgot to add support for checking for fluids in the API)