Silicon oredict issue
riacob opened this issue ยท 3 comments
As a workaround, add the following lines to the end of the kubejs/server_scripts/unify.js
script (just before the finishing })
):
// convert AE2 silicon to RS silicon and vice versa
e.shapeless('refinedstorage:silicon', ['ae2:silicon'])
e.shapeless('ae2:silicon', ['refinedstorage:silicon'])
These lines will create shapeless recipes that allow a player to convert their AE2 silicon to Refined Storage silicon 1:1 and vice versa.