It's not possible to get the ingredients of smithing recipes. [1.19.3-1.19.4]
laserman120 opened this issue ยท 1 comments
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
The crafttweaker.log file
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