jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Tinker's Melting: No such member #712

Closed GalacticSilver closed 5 years ago

GalacticSilver commented 5 years ago

Issue Description:

I am trying to create a modpack, and I am trying to add a recipe for the tc smeltery to melt 1 redstone dust into 1000mb of destabilized redstone.

What happens:

I get the error: No such member: Smeltery

What you expected to happen:

A melting recipe for redstone dust into destabilized redstone in the smeltery.

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

https://pastebin.com/ZuDtuHsW

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

https://pastebin.com/2ciAj21z


Affected Versions (Do not use "latest"):

Your most recent log file where the issue was present:

crafttweaker.log

[pastebin/gist/etc link here]

kindlich commented 5 years ago

Use .Melting instead of .Smeltery

GalacticSilver commented 5 years ago

Now I get the error: ERROR: thermalrecipes.zs:13 > No such static member in mods.tconstruct.Melting: addMelting

jaredlll08 commented 5 years ago

Please read the wiki. https://docs.blamejared.com/en/#Mods/Modtweaker/TConstruct/Melting/