jaredlll08 / ModTweaker

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

CraftTweaker recipes.removeAll(); also removes Arcane Workbench recipes #747

Closed IchHabeHunger54 closed 4 years ago

IchHabeHunger54 commented 4 years ago

I'm making a modpack with all-new recipes, so I'm using recipes.removeAll(); to remove the existing recipes. Unfortunately, this also removes all Arcane Workbench recipes. This isn't that bad for me, because I'm also planning to make new Arcane Workbench recipes, but it might be annoying to other people.

jaredlll08 commented 4 years ago

That is because thaumcraft stores their recipes in the recipe manager, nothing I can do about that.