Soul Shards Respawn

Soul Shards Respawn

5M Downloads

[1.12.2] [1.0.6-8] Tinker's Construct - Crafttweaker isn't able to remove Toolparts

wamc2017 opened this issue ยท 0 comments

commented

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

https://github.com/TehNut/Soul-Shards-Respawn/blob/2edfc38db69355076f139fc31e4c9fa2a9a5f6eb/src/compat/java/info/tehnut/soulshardsrespawn/compat/tconstruct/TinkersCompatibilityPlugin.java#L65-L67

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