jaredlll08 / ModTweaker

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

Fix Thaumonomicon Infusion & Crucible recipes #693

Closed noobanidus closed 5 years ago

noobanidus commented 5 years ago

Recipes registered for Infusion use no group name when creating a ResourceLocation, while the Crucible uses MODID (modtweaker:). This means that Crucible recipes referenced by the Thaumonomicon cannot be edited or replaced without breaking the recipe appearing in theThaumonomicon.

This COULD cause issues with previously registered Infusion recipes registered as "thaumcraft:" which will need to be updated to just "". A potential solution to this could be to check for "thuamcraft:" in the name and don't duplicate, That seems a bit over-the-top though.