New versions output error when adjusting TC output
l3CY opened this issue ยท 3 comments
On updating to the latest version of Modtweaker many of my Tinkers Construct casting adjustments are returning errors. For example the line
mods.tconstruct.Casting.removeTableRecipe(Forestry:ingotBronze);
has traditionally worked but no longer does so.
[Script:] mods.tconstruct.Casting.removeTableRecipe(Forestry:ingotBronze);
[Output:] WARNING: [ModTweaker2] No TConstruct Casting Recipe found for output Forestry:ingotBronze, material <> and cast <>. Command ignored!
The item id for forestry bronze is : Forestry:ingotBronze