CraftTweaker

CraftTweaker

151M Downloads

why doesnt this work???

AMRRIDER opened this issue ยท 4 comments

commented

Issue description

it keep saying no such member only with this line

Steps to reproduce

just write the skript used

Script used

recipetype:thermal:smelter.addrecipe("smelter_test", [item:thermal:silver_ingot % 100, item:thermal:silver_ingot %100],[tag:items:forge:ingot/iron_ingot, tag:items:forge:ingot/lead_ingot], 20, 500);

The crafttweaker.log file

https://pastebin.com/qc0xU5u0

Minecraft version

1.19.3

Modloader

Forge

Modloader version

43.2.22

CraftTweaker version

10.1.54

Other relevant information

No response

The latest.log file

https://gist.github.com/AMRRIDER/49586bb74784c0df12daf4bfc93264ca

commented

somewhere in your script file, you have
<tag:forge
but that needs to be <tag:items:forge

There are a few other issues, however I think the discord is a better place to ask for help with those.

commented

this is my last wayt to learn how to fix this since i cant use discord

commented

ik that bc i forgot to copy the last part

commented

If you want help, we need the full script file on gist.github.com, but based on the script you gave, you are using older thermal code for newer minecraft, for new versions of minecraft, you need to use this method of adding recipes https://docs.blamejared.com/1.19.3/en/mods/other_mods