ModTweaker

ModTweaker

88M Downloads

[question, help needed] script not working (TiCo addMelting) [SOLVED-wiki not up to date]

winnetrie83 opened this issue ยท 1 comments

commented

What happens:

I get this error in the chat/console:
ERROR: tem_script.zs:53 > a method availeble but none matches the parameters (minetweaker.item.IItemStack, minetweaker.liquid.ILiquidStack, int)
this is usually an error in your script, not in the mod
addMelting(ZenTypeNative, ZenTypeNative, ZentypeInt)

What you expected to happen:

That this line would work.

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

mods.tconstruct.Smeltery.addMelting(denseores:minecraft_emerald_ore_0, liquid:emerald * 1998, 866);

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):

not relevant


Affected Versions (Do not use "latest"):

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2202
  • Crafttweaker: CraftTweaker-1.10.2-3.0.26
  • ModTweaker: ModTweaker2-2.0.13
  • MTLib: MTLib-1.0.3

Your most recent log file where the issue was present:

[pastebin/gist/etc link here]
not relevant

commented

I just thougth what if i try input and output to change place:

mods.tconstruct.Smeltery.addMelting(liquid:emerald * 1998, denseores:minecraft_emerald_ore_0, 866);
Looks like this works and i think someone has to update the wiki too, because the wiki says something else.