All the Mods 7 - ATM7

All the Mods 7 - ATM7

3M Downloads

Silicon oredict issue

riacob opened this issue ยท 3 comments

commented

Applied Enegristics 2 silicon is not oredicted with Refined Storage silicon.

commented

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.

commented

still not fixed(added) in version 7-0.4.10

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.