[Bug]:
Tenchu98 opened this issue ยท 1 comments
Minecraft Version
1.19.2
Forge Version
43.2.2
Mod Version
1.8.3.0
Modpack or other Mod
crafttweaker
Describe the Issue
I am trying to add the following recipe:
recipetype:brickfurnace:smelting.addJsonRecipe("iron_ores", {
ingredient:{tag:tag:items:forge:ores/iron},
result:item:minecraft:iron_nugget.registryName,
experience:0.3 as float,
cookingtime:200
});
but it tells me it expects a string where the tag is. I am attempting to add all iron ore to produce a nugget.
Logs
No response
Do you use any performance-enhancing mods (e.g. OptiFine)?
No response