[1.12.2] [1.0.6-8] Tinker's Construct - Crafttweaker isn't able to remove Toolparts
wamc2017 opened this issue ยท 0 comments
Hi,
I tried to disable the Tinkers toolparts with crafttweaker (I use another mod todo smelting and creating the toolparts in my pack), but crafttweaker doesn't do anything when I try something like this:
mods.tconstruct.Casting.removeTableRecipe(<tconstruct:large_sword_blade>.withTag({Material: "corrupted"}));
It works great with other mods, only SSR seems to have problems, when I try to remove something.
I looked at other mods source code and it seems to work fine, if the parts are initialized like this in PreInit:
TinkerRegistry.integrate(MATERIAL_CORRUPTED, FLUID_CORRUPTED, "Corrupted").toolforge().preInit();
instead of
Is there a possibility to change this around, or add a config option to disable Tinker's Construct support?
Thanks for looking into it.
Best regards,
wamc