Transfering recipes to crafting terminal fails
Mari023 opened this issue ยท 0 comments
Describe the bug
trying to transfer a recipe to the crafting terminal using emi fails
How to reproduce the bug
- open crafting terminal
- open a recipe
- press the transfer button
- the recipe gets replaced with an error
Expected behavior
the recipe gets transfered
Additional details
tested in 1.20.4
looking at the code, this is because
NonNullList.copyOf()
returns an immutable list, which means List#replaceAll fails
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge