yepidoodles

Untitled

Aug 27th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. // builder
  2. recipes.remove(<rftools:builder>);
  3. recipes.addShaped(<rftools:builder>,
  4. [[<mekanism:AtomicAlloy>,<mekanism:ControlCircuit:3>,<mekanism:AtomicAlloy>],
  5. [<draconicevolution:wyvern_core>,<enderio:blockTransceiver>,<draconicevolution:wyvern_core>],
  6. [<rftools:matter_receiver>,<mekanism:BasicBlock:8>,<rftools:matter_transmitter>]]);
  7.  
  8. // Machine Frame
  9. recipes.remove(<rftools:machine_frame>);
  10. /*
  11. recipes.addShaped(<rftools:machine_frame>,
  12. [[<ore:ingotSteel>,<ore:ingotGold>,<ore:ingotSteel>],
  13. [<ore:ingotSteel>,<enderio:itemMachinePart>,<ore:ingotSteel>],
  14. [<ore:ingotSteel>,<ore:ingotGold>,<ore:ingotSteel>]]);
  15. */
  16.  
  17. // Elevator Button Module
  18. recipes.remove(<rftools:elevator_button_module>);
  19. recipes.addShaped(<rftools:elevator_button_module>,
  20. [[<minecraft:stone_button>,<minecraft:stone_button>,<minecraft:stone_button>],
  21. [<ore:dustRedstone>,<ore:ingotIron>,<ore:dustRedstone>],
  22. [null,<ore:dyeBlack>,null]]);
  23.  
  24. // Coal Generator
  25. recipes.remove(<rftools:coalgenerator>);
  26. recipes.addShaped(<rftools:coalgenerator>,
  27. [[<ore:gearIron>,<minecraft:coal>,<ore:gearIron>],
  28. [<minecraft:coal>,<ore:blockRedstone>,<minecraft:coal>],
  29. [<ore:gearIron>,<minecraft:coal>,<ore:gearIron>]]);
  30.  
  31. // Machine Base
  32. recipes.remove(<rftools:machine_base>);
  33. recipes.addShaped(<rftools:machine_base>,
  34. [[<ore:ingotGold>,<ore:ingotGold>,<ore:ingotGold>],
  35. [<immersiveengineering:metalDecoration1:1>,<immersiveengineering:metalDecoration1:1>,<immersiveengineering:metalDecoration1:1>]]);
  36.  
  37. // Matter Transmitter
  38. recipes.remove(<rftools:matter_transmitter>);
  39. recipes.addShaped(<rftools:matter_transmitter>,
  40. [[<thermalfoundation:material:514>,<rftools:machine_base>,<thermalfoundation:material:514>],
  41. [<ore:gearEnderium>,<mekanism:BasicBlock:8>,<ore:gearEnderium>],
  42. [<ore:gearEnderium>,<mekanism:TeleportationCore>,<ore:gearEnderium>]]);
  43.  
  44. // Matter Reciever
  45. recipes.remove(<rftools:matter_receiver>);
  46. recipes.addShaped(<rftools:matter_receiver>,
  47. [[<ore:gearEnderium>,<rftools:machine_base>,<ore:gearEnderium>],
  48. [<ore:gearEnderium>,<mekanism:BasicBlock:8>,<ore:gearEnderium>],
  49. [<thermalfoundation:material:514>,<mekanism:TeleportationCore>,<thermalfoundation:material:514>]]);
  50.  
  51. // Dialing Device
  52. recipes.remove(<rftools:dialing_device>);
  53. recipes.addShaped(<rftools:dialing_device>,
  54. [[<ore:gearInvar>,<minecraft:stone_button>,<ore:gearInvar>],
  55. [<thermalfoundation:material:514>,<mekanism:BasicBlock:8>,<thermalfoundation:material:514>],
  56. [<ore:gearInvar>,<ore:plateBronze>,<ore:gearInvar>]]);
  57.  
  58. // Destination Analyzer
  59. recipes.remove(<rftools:destination_analyzer>);
  60. recipes.addShaped(<rftools:destination_analyzer>,
  61. [[<ore:gearInvar>,<ore:enderpearl>,<ore:gearInvar>],
  62. [<thermalfoundation:material:514>,<mekanism:BasicBlock:8>,<thermalfoundation:material:514>],
  63. [<ore:gearInvar>,<ore:plateBronze>,<ore:gearInvar>]]);
  64.  
  65. // Matter Booster
  66. recipes.remove(<rftools:matter_booster>);
  67. recipes.addShaped(<rftools:matter_booster>,
  68. [[<ore:gearInvar>,<rftools:machine_base>,<ore:gearInvar>],
  69. [<thermalfoundation:material:514>,<rftools:destination_analyzer>,<thermalfoundation:material:514>],
  70. [<ore:gearInvar>,<mekanism:BasicBlock:8>,<ore:gearInvar>]]);
  71.  
  72. // Machine infuser
  73. recipes.remove(<rftools:machine_infuser>);
  74. recipes.addShaped(<rftools:machine_infuser>,
  75. [[<rftools:infused_diamond>,<rftools:machine_base>,<rftools:infused_diamond>],
  76. [<thermalfoundation:material:514>,<mekanism:BasicBlock:8>,<thermalfoundation:material:514>],
  77. [<rftools:infused_diamond>,<ore:plateElectrum>,<rftools:infused_diamond>]]);
  78.  
  79. // Charged Porter
  80. recipes.remove(<rftools:charged_porter>);
  81. recipes.addShaped(<rftools:charged_porter>,
  82. [[<rftools:dimensional_shard>,<ore:plateElectrum>,<rftools:dimensional_shard>],
  83. [<ore:gearSignalum>,<mekanism:BasicBlock:8>,<ore:gearSignalum>],
  84. [<rftools:dimensional_shard>,<ore:plateElectrum>,<rftools:dimensional_shard>]]);
  85.  
  86. // Advanced Charged Porter
  87. recipes.remove(<rftools:advanced_charged_porter>);
  88. recipes.addShaped(<rftools:advanced_charged_porter>,
  89. [[<rftools:infused_diamond>,<ore:plateElectrum>,<rftools:infused_diamond>],
  90. [<ore:gearIridium>,<rftools:charged_porter>,<ore:gearIridium>],
  91. [<rftools:infused_diamond>,<ore:plateElectrum>,<rftools:infused_diamond>]]);
  92.  
  93. // Screen Controller
  94. recipes.remove(<rftools:screen_controller>);
  95. recipes.addShaped(<rftools:screen_controller>,
  96. [[<ore:blockGlass>,<ore:blockGlass>,<ore:blockGlass>],
  97. [<ore:blockGlass>,<mekanism:BasicBlock:8>,<ore:blockGlass>],
  98. [<ore:plateTin>,<ore:enderpearl>,<ore:plateTin>]]);
  99.  
  100. // Crafter Teir 1
  101. recipes.remove(<rftools:crafter1>);
  102. recipes.addShaped(<rftools:crafter1>,
  103. [[<ore:plateSilver>,<ore:gearBronze>,<ore:plateSilver>],
  104. [<enderio:blockCrafter>,<mekanism:BasicBlock:8>,<enderio:blockCrafter>],
  105. [<ore:plateSilver>,<ore:gearBronze>,<ore:plateSilver>]]);
  106.  
  107. // Crafter Teir 2
  108. recipes.remove(<rftools:crafter2>);
  109. recipes.addShaped(<rftools:crafter2>,
  110. [[<ore:plateElectrum>,<ore:gearInvar>,<ore:plateElectrum>],
  111. [<enderio:blockCrafter>,<rftools:crafter1>,<enderio:blockCrafter>],
  112. [<ore:plateElectrum>,<ore:gearInvar>,<ore:plateElectrum>]]);
  113.  
  114. // Crafter Teir 3
  115. recipes.remove(<rftools:crafter3>);
  116. recipes.addShaped(<rftools:crafter3>,
  117. [[<ore:plateIridium>,<ore:gearEnderium>,<ore:plateIridium>],
  118. [<enderio:blockCrafter>,<rftools:crafter1>,<enderio:blockCrafter>],
  119. [<ore:plateMithril>,<ore:gearEnderium>,<ore:plateMithril>]]);
  120.  
  121. // Elevator
  122. recipes.remove(<rftools:elevator>);
  123. recipes.addShaped(<rftools:elevator>,
  124. [[<ore:plateLumium>,<ore:gearEnderium>,<ore:plateLumium>],
  125. [<ore:plateInvar>,<mekanism:BasicBlock:8>,<ore:plateInvar>],
  126. [<ore:plateMithril>,<ore:gearEnderium>,<ore:plateMithril>]]);
  127.  
  128. // Syringe
  129. recipes.remove(<rftools:syringe>);
  130. recipes.addShaped(<rftools:syringe>,
  131. [[null,null,<ore:stickIron>],
  132. [null,<ore:ingotIron>,null],
  133. [<minecraft:glass_bottle>,null,null]]);
Add Comment
Please, Sign In to add comment