[v1.21-1.11.339 Fix Pen craft & repair `redstonepen:crafting_extended_shapeless`
stfwi opened this issue ยท 1 comments
- For beta v1.21-1.11.33.
- Rename
resources/data/redstonepen/recipes
-->resources/data/redstonepen/recipe
ResultSlot.onTake()
was changed to forced decrement the stack size instead of setting the exact stack given bygetRemainingItems()
. Mixin will be required to fix this.