Unable to remove liquid Clay recipe from Tinker's Construct's Smeltery
vini2003 opened this issue ยท 5 comments
Issue Description
Removing PyroTech Clay melting recipe from Tinker's Construct Smeltery melting does not remove said recipe. Issue also happens with Clay alloying recipe.
What Happens
Using ModTweaker's mods.tconstruct.Melting.removeRecipe(ILiquidStack)
to remove <liquid:clay>
recipes such as these does not remove them (screenshot was taken after using said script to supposedly remove the recipe).
Expected behavior:
Tinker's Construct Smeltery does not keep the recipes seen in the screenshot.
Script
mods.tconstruct.Melting.removeRecipe(<liquid:clay>);
Affected Versions
- Minecraft: 1.12.2
- Forge: 14.23.5.2838
- CraftTweaker: 4.1.19
- Dropt: 1.15.0
- Pyrotech: 1.0.8
- Athenaeum: 1.17.1
This is a TiC issue.
I don't explicitly add anything to TiC and TiC doesn't know about the Pyrotech crucible's melting recipes.
Edit: Or a CrT issue, but it's not caused by Pyrotech.
My bad - I'd never noticed liquid Clay was a default thing in Tinker's Construct, so I thought it had something to do with PyroTech.
I'm reopening this because I believe it is some kind of conflict and warrants investigation.