CraftingHelper.processConditions missing IContext param
JaisDK opened this issue ยท 0 comments
Minecraft Version
1.18.2
KubeJS Version
1802.5.1-build.333
Rhino Version
1801.1.9-build.135
Architectury Version
4.1.44
Forge/Fabric Version
40.0.52
Describe your issue
Forge 40.0.36 introduced an IContext to the recipe manager which is used when processing recipe conditions. You need to change your calls to CraftingHelper.processConditions
to pass the correct IContext as third parameter otherwise an empty context is used making all tag conditions fail.
Crash report/logs
No response