Advertisement
thakyZ

ModularMachinery_Patch.zs

Jan 23rd, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #Begin Line 50
  2. if (!isNull(itemUtils.getItem("appliedenergistics2:controller"))) {
  3. recipes.remove(<modularmachinery:blockcontroller>);
  4. recipes.addShaped("Modular Controller",
  5. <modularmachinery:blockcontroller>,
  6. [[<forestry:chipsets:1>.withTag({}), <rftools:screen>, <forestry:chipsets:1>.withTag({})],
  7. [<modularmachinery:blockcasing>, itemUtils.getItem("appliedenergistics2:controller"), <modularmachinery:blockcasing>],
  8. [null, <modularmachinery:blockcasing>, null]]);
  9. } else {
  10. recipes.remove(<modularmachinery:blockcontroller>);
  11. recipes.addShaped("Modular Controller",
  12. <modularmachinery:blockcontroller>,
  13. [[<forestry:chipsets:1>.withTag({}), <rftools:screen>, <forestry:chipsets:1>.withTag({})],
  14. [<modularmachinery:blockcasing>, <appliedenergistics2:energy_acceptor>, <modularmachinery:blockcasing>],
  15. [null, <modularmachinery:blockcasing>, null]]);
  16. }
  17. #End Line 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement