JustEnoughItems icon indicating copy to clipboard operation
JustEnoughItems copied to clipboard

[Bug]: Forge extended CraftingRecipe sizes cause recipe validation explosion.

Open covers1624 opened this issue 3 years ago • 0 comments

Steps to Reproduce the Bug

1, Call ShapedRecipe.setCraftingSize(9, 9); 2, Add a recipe that uses this new size under the vanilla crafting recipe type. 3, Load into a world, note explosion in the console from recipe validation failing

Expected Behavior

No explosion :)

Actual Behavior

Explosion in console :)

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

No response

Extra Notes (Optional)

Vanilla handles this recipe fine, it is completely ignored by the other tables as it has all the built-in logic required for different recipe sizes. My custom table, which has the correct grid size, works as expected with this recipe and any vanilla recipes.

latest.log

https://gist.github.com/covers1624/a00d97b4e7559361e64aafda5decb8df

covers1624 avatar Sep 20 '22 17:09 covers1624