You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug mods.unidict.api.newShapedRecipeTemplate requires a 3x3 array for the inputs. This means that shaped recipes with smaller areas like 2x1, 2x2, etc. can't be created and the game crashes if such recipes attempt to be created.
Specifically the code below assumes the array is 3x3.
Describe the bug
mods.unidict.api.newShapedRecipeTemplate
requires a 3x3 array for the inputs. This means that shaped recipes with smaller areas like 2x1, 2x2, etc. can't be created and the game crashes if such recipes attempt to be created.Specifically the code below assumes the array is 3x3.
UniDict/src/main/java/wanion/unidict/plugin/crafttweaker/UniDictCraftTweakerPlugin.java
Lines 116 to 126 in 1ef78ec
To Reproduce
Crash Stacktrace:
Expected behavior
Shaped recipes for gears are added and can be crafted in the inventory with the 2x2 grid.
The text was updated successfully, but these errors were encountered: