ModTweaker

ModTweaker

88M Downloads

New versions output error when adjusting TC output

l3CY opened this issue ยท 3 comments

commented

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.

commented

Well, please paste your script and the error ,_,

commented

[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

commented

... ... ... ... ... ... ... ... ... ... no, in the past it has just not thrown errors, this is a user error, it is basiclly saying, there is no recipe for that item, in the past, the code work go through, but wouldn't do anything, this has changed.