
[bug] Recipe returns null cause NPE
khjxiaogu opened this issue ยท 2 comments
*Some of the recipe returns null in method getRecipeOutput, which supposed to be ItemStack.EMPTY according to forge comments:
Get the result of this recipe, usually for display purposes (e.g. recipe book). If your recipe has more than one
possible result (e.g. it's dynamic and depends on its inputs), then return an empty stack.
This cause incompatibility to many other mods with auto recipe generator and crash game with NPE.
Thank you, we caught this error as well. It will be fixed in a small update coming soon.