CraftTweaker

CraftTweaker

151M Downloads

It's not possible to get the ingredients of smithing recipes. [1.19.3-1.19.4]

laserman120 opened this issue ยท 1 comments

commented

Issue description

As Jared wished here is the reminder to fix this in 1.19.3 to 1.19.4:

`for recipe in smithing.getAllRecipes() {
println("> " + recipe.id);

//Recipe.ingredients will always be empty
for ingredient in recipe.ingredients {
    println(ingredient.toString());
}

}`

Steps to reproduce

No response

Script used

https://pastebin.com/2Wfjnrj8

The crafttweaker.log file

https://pastebin.com/ij6mF8tq

Minecraft version

1.20.1

Modloader

All

Modloader version

43.2.10

CraftTweaker version

10.1.46

Other relevant information

No response

The latest.log file

https://gist.github.com/laserman120/e9eae0711c83accce063e4aa53b1e244

commented

This has been resolved