Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
1,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 129.25 KB | None | 0 0
  1. //Vanilla
  2. //Only in the chemical reactor
  3. recipes.removeByRecipeName("minecraft:ender_eye");
  4. recipes.remove(<minecraft:golden_apple>);
  5. recipes.remove(<minecraft:golden_carrot>);
  6. recipes.remove(<minecraft:magma_cream>);
  7.  
  8. //No exploits
  9. recipes.remove(<minecraft:dirt:1>);
  10. recipes.addShapeless(<minecraft:dirt:1>*3,[<ore:dirt>,<ore:dirt>,<ore:dirt>,<ore:gravel>]);
  11.  
  12. //Glass
  13. furnace.remove(<minecraft:glass>);
  14. furnace.addRecipe(<minecraft:glass>,<tconstruct:clear_glass>);
  15. recipes.addShaped(<gregtech:meta_item_1:2220>, [
  16. [<ore:gemFlint>],
  17. [<gregtech:meta_tool:12>]
  18. ]);
  19.  
  20. //Shears
  21. recipes.remove(<minecraft:shears>);
  22. recipes.addShaped(<minecraft:shears>,[
  23. [<gregtech:meta_tool:6>,<ore:plateIron>],
  24. [<ore:plateIron>,<gregtech:meta_tool:9>]
  25. ]);
  26.  
  27. //Remove vanilla tools
  28. mods.jei.JEI.removeAndHide(<minecraft:wooden_sword>);
  29. mods.jei.JEI.removeAndHide(<minecraft:wooden_shovel>);
  30. mods.jei.JEI.removeAndHide(<minecraft:wooden_pickaxe>);
  31. mods.jei.JEI.removeAndHide(<minecraft:wooden_axe>);
  32. mods.jei.JEI.removeAndHide(<minecraft:wooden_hoe>);
  33. mods.jei.JEI.removeAndHide(<minecraft:stone_pickaxe>);
  34. mods.jei.JEI.removeAndHide(<minecraft:stone_sword>);
  35. mods.jei.JEI.removeAndHide(<minecraft:stone_axe>);
  36. mods.jei.JEI.removeAndHide(<minecraft:stone_hoe>);
  37. mods.jei.JEI.removeAndHide(<minecraft:stone_shovel>);
  38. mods.jei.JEI.removeAndHide(<minecraft:iron_pickaxe>);
  39. mods.jei.JEI.removeAndHide(<minecraft:iron_sword>);
  40. mods.jei.JEI.removeAndHide(<minecraft:iron_axe>);
  41. mods.jei.JEI.removeAndHide(<minecraft:iron_hoe>);
  42. mods.jei.JEI.removeAndHide(<minecraft:iron_shovel>);
  43. mods.jei.JEI.removeAndHide(<minecraft:golden_pickaxe>);
  44. mods.jei.JEI.removeAndHide(<minecraft:golden_sword>);
  45. mods.jei.JEI.removeAndHide(<minecraft:golden_axe>);
  46. mods.jei.JEI.removeAndHide(<minecraft:golden_hoe>);
  47. mods.jei.JEI.removeAndHide(<minecraft:golden_shovel>);
  48. mods.jei.JEI.removeAndHide(<minecraft:diamond_pickaxe>);
  49. mods.jei.JEI.removeAndHide(<minecraft:diamond_sword>);
  50. mods.jei.JEI.removeAndHide(<minecraft:diamond_axe>);
  51. mods.jei.JEI.removeAndHide(<minecraft:diamond_hoe>);
  52. mods.jei.JEI.removeAndHide(<minecraft:diamond_shovel>);
  53.  
  54. //You can't cut glass with your bare hands
  55. recipes.remove(<minecraft:glass_pane:*>);
  56.  
  57. //ProjectRed-ifying Vanilla
  58. mods.jei.JEI.removeAndHide(<minecraft:repeater>);
  59. mods.jei.JEI.removeAndHide(<minecraft:comparator>);
  60.  
  61. //Ex Nihilo
  62. //Gregify Ex Nihilo
  63. recipes.remove(<ore:stickStone>);
  64. recipes.addShaped(<exnihilocreatio:item_material:6>,[
  65. [<gregtech:meta_tool:9>],
  66. [null,<ore:stone>]
  67. ]);
  68. recipes.remove(<exnihilocreatio:item_material:7>);
  69. recipes.addShaped(<exnihilocreatio:item_material:7>,[
  70. [<ore:stickStone>,<ore:stone>,<ore:stickStone>],
  71. [<ore:stone>,<gregtech:meta_tool:11>,<ore:stone>],
  72. [<ore:stickStone>,<ore:stone>,<ore:stickStone>]
  73. ]);
  74. recipes.remove(<exnihilocreatio:item_mesh:2>);
  75. recipes.addShaped(<exnihilocreatio:item_mesh:2>,[
  76. [<ore:stickTinAlloy>,<minecraft:string>,<ore:stickTinAlloy>],
  77. [<minecraft:string>,<ore:stickTinAlloy>,<minecraft:string>],
  78. [<ore:stickTinAlloy>,<minecraft:string>,<ore:stickTinAlloy>]
  79. ]);
  80. recipes.remove(<exnihilocreatio:item_mesh:3>);
  81. recipes.addShaped(<exnihilocreatio:item_mesh:3>,[
  82. [<ore:stickSteel>,<minecraft:string>,<ore:stickSteel>],
  83. [<minecraft:string>,<ore:stickSteel>,<minecraft:string>],
  84. [<ore:stickSteel>,<minecraft:string>,<ore:stickSteel>]
  85. ]);
  86. recipes.remove(<exnihilocreatio:item_mesh:4>);
  87. recipes.addShaped(<exnihilocreatio:item_mesh:4>,[
  88. [<ore:stickAluminium>,<minecraft:string>,<ore:stickAluminium>],
  89. [<minecraft:string>,<ore:stickAluminium>,<minecraft:string>],
  90. [<ore:stickAluminium>,<minecraft:string>,<ore:stickAluminium>]
  91. ]);
  92.  
  93. recipes.remove(<exnihilocreatio:block_end_cake>);
  94. recipes.addShaped(<exnihilocreatio:block_end_cake>,[
  95. [<forge:bucketfilled>.withTag({FluidName: "if.pink_slime", Amount: 1000}).onlyWithTag({FluidName: "if.pink_slime", Amount: 1000}),<forge:bucketfilled>.withTag({FluidName: "if.pink_slime", Amount: 1000}).onlyWithTag({FluidName: "if.pink_slime", Amount: 1000}),<forge:bucketfilled>.withTag({FluidName: "if.pink_slime", Amount: 1000}).onlyWithTag({FluidName: "if.pink_slime", Amount: 1000})],
  96. [<ore:gemEnderEye>,<gregtech:meta_item_1:32725>,<ore:gemEnderEye>],
  97. [<ore:dustHsss>,<ore:dustNaquadria>,<ore:dustHsss>]
  98. ]);
  99.  
  100. //Only the stone hammer
  101. mods.jei.JEI.removeAndHide(<exnihilocreatio:hammer_wood>);
  102. mods.jei.JEI.removeAndHide(<exnihilocreatio:hammer_iron>);
  103. mods.jei.JEI.removeAndHide(<exnihilocreatio:hammer_gold>);
  104. mods.jei.JEI.removeAndHide(<exnihilocreatio:hammer_diamond>);
  105. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_crucible_wood>);
  106.  
  107. //Stone Hammer Change
  108. recipes.remove(<exnihilocreatio:hammer_stone>);
  109. recipes.addShaped(<exnihilocreatio:hammer_stone>,[
  110. [<minecraft:cobblestone>,<minecraft:cobblestone>],
  111. [<minecraft:cobblestone>,<minecraft:cobblestone>,<minecraft:stick>],
  112. [<minecraft:cobblestone>,<minecraft:cobblestone>]
  113. ]);
  114.  
  115. //OreDict Dool Recipes
  116. recipes.remove(<exnihilocreatio:item_doll:5>);
  117. recipes.addShaped(<exnihilocreatio:item_doll:5>,[
  118. [<ore:dustSaltpeter>,<ore:dustRedstone>,<ore:dustSaltpeter>],
  119. [<ore:dustGlowstone>,<exnihilocreatio:item_material:5>,<ore:dustGlowstone>],
  120. [<ore:dustSaltpeter>,<minecraft:nether_wart>,<ore:dustSaltpeter>]
  121. ]);
  122. recipes.remove(<exnihilocreatio:item_doll:6>);
  123. recipes.addShaped(<exnihilocreatio:item_doll:6>,[
  124. [<ore:dustObsidian>,<ore:dustRedstone>,<ore:dustObsidian>],
  125. [<ore:dustGlowstone>,<exnihilocreatio:item_material:5>,<ore:dustGlowstone>],
  126. [<ore:dustObsidian>,<minecraft:nether_wart>,<ore:dustObsidian>]
  127. ]);
  128.  
  129. //Remove Water Wheel Setup
  130. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_auto_sifter>);
  131. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_waterwheel>);
  132. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_axle_stone>);
  133. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_grinder>);
  134.  
  135. //AE2
  136. //GT Silicon only
  137. furnace.remove(<appliedenergistics2:material:5>);
  138. mods.jei.JEI.hide(<appliedenergistics2:material:5>);
  139.  
  140. //No Manual Grinding
  141. mods.jei.JEI.removeAndHide(<appliedenergistics2:material:40>);
  142. mods.jei.JEI.removeAndHide(<appliedenergistics2:grindstone>);
  143. mods.jei.JEI.removeAndHide(<appliedenergistics2:crank>);
  144.  
  145. //Remove Duplicating Blocks
  146. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_slab>);
  147. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_block>);
  148. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_stairs>);
  149. mods.jei.JEI.removeAndHide(<appliedenergistics2:chiseled_quartz_slab>);
  150. mods.jei.JEI.removeAndHide(<appliedenergistics2:chiseled_quartz_block>);
  151. mods.jei.JEI.removeAndHide(<appliedenergistics2:chiseled_quartz_stairs>);
  152. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_pillar_slab>);
  153. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_pillar>);
  154. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_pillar_stairs>);
  155.  
  156. //Gregification
  157. mods.jei.JEI.removeAndHide(<appliedenergistics2:quartz_growth_accelerator>);
  158. mods.jei.JEI.removeAndHide(<appliedenergistics2:crystal_seed:*>);
  159. mods.jei.JEI.removeAndHide(<appliedenergistics2:material:10>);
  160. mods.jei.JEI.removeAndHide(<appliedenergistics2:material:11>);
  161. mods.jei.JEI.removeAndHide(<appliedenergistics2:material:12>);
  162.  
  163. mods.jei.JEI.removeAndHide(<appliedenergistics2:charger>);
  164. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:16>);
  165. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:17>);
  166. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:18>);
  167. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:20>);
  168. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:22>);
  169. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:23>);
  170. mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:24>);
  171. mods.jei.JEI.removeAndHide(<appliedenergistics2:inscriber>);
  172. recipes.removeByRecipeName("appliedenergistics2:network/parts/panels_semi_dark_monitor");
  173. recipes.addShaped(<appliedenergistics2:part:180>*2,[
  174. [<gregtech:meta_tool:6>,<ore:plateGlowstone>,<appliedenergistics2:quartz_glass>],
  175. [<ore:plateSkySteel>,<ore:plateRedstone>,<appliedenergistics2:quartz_glass>],
  176. [<gregtech:meta_tool:8>,<ore:plateGlowstone>,<appliedenergistics2:quartz_glass>]
  177. ]);
  178. recipes.remove(<appliedenergistics2:controller>);
  179. recipes.addShaped(<appliedenergistics2:controller>,[
  180. [<appliedenergistics2:smooth_sky_stone_block>,<appliedenergistics2:material:24>,<appliedenergistics2:smooth_sky_stone_block>],
  181. [<appliedenergistics2:material:24>,<appliedenergistics2:material:48>,<appliedenergistics2:material:24>],
  182. [<appliedenergistics2:smooth_sky_stone_block>,<appliedenergistics2:material:24>,<appliedenergistics2:smooth_sky_stone_block>]
  183. ]);
  184. recipes.remove(<appliedenergistics2:drive>);
  185. recipes.addShaped(<appliedenergistics2:drive>,[
  186. [<ore:circuitExtreme>,<appliedenergistics2:material:24>,<ore:circuitExtreme>],
  187. [<appliedenergistics2:part:16>,<appliedenergistics2:chest>,<appliedenergistics2:part:16>],
  188. [<ore:plateSkySteel>,<appliedenergistics2:material:24>,<ore:plateSkySteel>]
  189. ]);
  190. recipes.remove(<appliedenergistics2:molecular_assembler>);
  191. recipes.addShaped(<appliedenergistics2:molecular_assembler>,[
  192. [<ore:plateSkySteel>,<appliedenergistics2:quartz_glass>,<ore:plateSkySteel>],
  193. [<appliedenergistics2:material:43>,<projectred-expansion:machine2:11>,<appliedenergistics2:material:43>],
  194. [<ore:plateSkySteel>,<appliedenergistics2:quartz_glass>,<ore:plateSkySteel>]
  195. ]);
  196. recipes.remove(<appliedenergistics2:part:16>);
  197. recipes.addShaped(<appliedenergistics2:part:16>,[
  198. [<appliedenergistics2:part:140>,<ore:dustFluix>,<appliedenergistics2:part:140>]
  199. ]);
  200.  
  201. recipes.remove(<appliedenergistics2:chest>);
  202. recipes.addShaped(<appliedenergistics2:chest>,[
  203. [<ore:circuitAdvanced>,<appliedenergistics2:part:380>,<ore:circuitAdvanced>],
  204. [<appliedenergistics2:part:16>,<appliedenergistics2:smooth_sky_stone_chest>,<appliedenergistics2:part:16>],
  205. [<gregtech:meta_item_1:12231>,<ore:crystalFluix>,<gregtech:meta_item_1:12231>]
  206. ]);
  207.  
  208. recipes.remove(<appliedenergistics2:energy_acceptor>);
  209. recipes.addShaped(<appliedenergistics2:energy_acceptor>,[
  210. [<ore:plateSkySteel>,<appliedenergistics2:quartz_glass>,<ore:plateSkySteel>],
  211. [<appliedenergistics2:quartz_glass>,<ore:crystalFluix>,<appliedenergistics2:quartz_glass>],
  212. [<ore:plateSkySteel>,<appliedenergistics2:quartz_glass>,<ore:plateSkySteel>]
  213. ]);
  214.  
  215. recipes.remove(<appliedenergistics2:part:460>);
  216. recipes.addShaped(<appliedenergistics2:part:460>,[
  217. [null,<ore:plateSkySteel>],
  218. [<ore:plateSkySteel>,<appliedenergistics2:material:24>,<ore:plateSkySteel>],
  219. [<ore:crystalFluix>,<ore:crystalFluix>,<ore:crystalFluix>]
  220. ]);
  221.  
  222. recipes.remove(<appliedenergistics2:part:300>);
  223. recipes.addShaped(<appliedenergistics2:part:300>,[
  224. [<ore:plateSkySteel>,<ore:dustFluix>],
  225. [<appliedenergistics2:material:44>,<ore:dustFluix>],
  226. [<ore:plateSkySteel>,<ore:dustFluix>]
  227. ]);
  228.  
  229. recipes.remove(<appliedenergistics2:part:320>);
  230. recipes.addShaped(<appliedenergistics2:part:320>,[
  231. [<ore:plateSkySteel>,<ore:dustFluix>],
  232. [<appliedenergistics2:material:43>,<ore:dustFluix>],
  233. [<ore:plateSkySteel>,<ore:dustFluix>]
  234. ]);
  235.  
  236. recipes.remove(<appliedenergistics2:part:302>);
  237. recipes.addShaped(<appliedenergistics2:part:302>,[
  238. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:dustFluix>],
  239. [<appliedenergistics2:material:44>,<ore:dyeBlue>,<ore:dustFluix>],
  240. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:dustFluix>]
  241. ]);
  242.  
  243. recipes.remove(<appliedenergistics2:part:321>);
  244. recipes.addShaped(<appliedenergistics2:part:321>,[
  245. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:dustFluix>],
  246. [<appliedenergistics2:material:43>,<ore:dyeBlue>,<ore:dustFluix>],
  247. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:dustFluix>]
  248. ]);
  249.  
  250. recipes.remove(<appliedenergistics2:part:260>);
  251. recipes.addShaped(<appliedenergistics2:part:260>,[
  252. [<ore:plateSkySteel>,<appliedenergistics2:material:43>,<ore:plateSkySteel>],
  253. [null,<minecraft:piston>,null]
  254. ]);
  255.  
  256. recipes.remove(<appliedenergistics2:part:240>);
  257. recipes.addShaped(<appliedenergistics2:part:240>,[
  258. [null,<appliedenergistics2:material:44>,null],
  259. [<ore:plateSkySteel>,<minecraft:piston>,<ore:plateSkySteel>]
  260. ]);
  261.  
  262. recipes.remove(<appliedenergistics2:part:261>);
  263. recipes.addShaped(<appliedenergistics2:part:261>,[
  264. [<ore:plateSkySteel>,<appliedenergistics2:material:43>,<ore:plateSkySteel>],
  265. [<ore:dyeBlue>,<minecraft:piston>,<ore:dyeBlue>]
  266. ]);
  267.  
  268. recipes.remove(<appliedenergistics2:part:241>);
  269. recipes.addShaped(<appliedenergistics2:part:241>,[
  270. [<ore:dyeBlue>,<appliedenergistics2:material:44>,<ore:dyeBlue>],
  271. [<ore:plateSkySteel>,<minecraft:piston>,<ore:plateSkySteel>]
  272. ]);
  273.  
  274. recipes.remove(<appliedenergistics2:material:25>);
  275. recipes.addShaped(<appliedenergistics2:material:25>*2,[
  276. [<ore:stickGold>,<ore:plateIron>],
  277. [<ore:dustRedstone>,<appliedenergistics2:material:23>,<ore:plateIron>],
  278. [<ore:stickGold>,<ore:plateIron>]
  279. ]);
  280.  
  281. recipes.remove(<appliedenergistics2:material:28>);
  282. recipes.addShaped(<appliedenergistics2:material:28>*2,[
  283. [<ore:stickDiamond>,<ore:plateIron>],
  284. [<ore:dustRedstone>,<appliedenergistics2:material:23>,<ore:plateIron>],
  285. [<ore:stickDiamond>,<ore:plateIron>]
  286. ]);
  287.  
  288. recipes.remove(<appliedenergistics2:material:42>);
  289. recipes.addShapeless(<appliedenergistics2:material:42>,[<ore:dustFluix>,<ore:crystalCertusQuartz>,<ore:dustEnderPearl>,<ore:plateSilicon>]);
  290.  
  291. recipes.remove(<appliedenergistics2:material:41>);
  292. recipes.addShaped(<appliedenergistics2:material:41>,[
  293. [null,<ore:pearlFluix>],
  294. [<ore:stickSkySteel>,<appliedenergistics2:part:140>,<ore:stickSkySteel>]
  295. ]);
  296.  
  297. recipes.remove(<appliedenergistics2:crafting_unit>);
  298. recipes.addShaped(<appliedenergistics2:crafting_unit>,[
  299. [<ore:plateSkySteel>,<appliedenergistics2:material:23>,<ore:plateSkySteel>],
  300. [<appliedenergistics2:part:16>,<appliedenergistics2:material:22>,<appliedenergistics2:part:16>],
  301. [<ore:plateSkySteel>,<appliedenergistics2:material:23>,<ore:plateSkySteel>]
  302. ]);
  303.  
  304. mods.jei.JEI.removeAndHide(<appliedenergistics2:tiny_tnt>);
  305.  
  306. recipes.removeByRecipeName("appliedenergistics2:network/blocks/interfaces_interface");
  307. recipes.addShaped(<appliedenergistics2:interface>,[
  308. [<ore:plateSkySteel>,<ore:blockGlass>,<ore:plateSkySteel>],
  309. [<appliedenergistics2:material:44>,null,<appliedenergistics2:material:43>],
  310. [<ore:plateSkySteel>,<ore:blockGlass>,<ore:plateSkySteel>]
  311. ]);
  312.  
  313. recipes.removeByRecipeName("appliedenergistics2:network/blocks/fluid_interfaces_interface");
  314. recipes.addShaped(<appliedenergistics2:fluid_interface>,[
  315. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:plateSkySteel>],
  316. [<appliedenergistics2:material:44>,null,<appliedenergistics2:material:43>],
  317. [<ore:plateSkySteel>,<ore:dyeBlue>,<ore:plateSkySteel>]
  318. ]);
  319.  
  320. recipes.remove(<wct:magnet_card>);
  321. recipes.addShaped(<wct:magnet_card>,[
  322. [null,<ore:plateNeodymiumMagnetic>],
  323. [<ore:plateNeodymiumMagnetic>,<appliedenergistics2:material:28>,<ore:plateNeodymiumMagnetic>],
  324. [null,<ore:plateNeodymiumMagnetic>]
  325. ]);
  326.  
  327. recipes.remove(<appliedenergistics2:condenser>);
  328. recipes.addShaped(<appliedenergistics2:condenser>,[
  329. [<ore:plateIronCompressed>,<ore:plateIron>,<ore:plateIronCompressed>],
  330. [<ore:plateIron>,<appliedenergistics2:fluix_block>,<ore:plateIron>],
  331. [<ore:plateIronCompressed>,<ore:plateIron>,<ore:plateIronCompressed>]
  332. ]);
  333.  
  334. //Cell Recipes
  335. recipes.removeByRecipeName("appliedenergistics2:network/cells/storage_cell_1k");
  336. recipes.removeByRecipeName("appliedenergistics2:network/cells/storage_cell_4k");
  337. recipes.removeByRecipeName("appliedenergistics2:network/cells/storage_cell_16k");
  338. recipes.removeByRecipeName("appliedenergistics2:network/cells/storage_cell_64k");
  339. recipes.removeByRecipeName("extracells:storagecells/item/owncasing/256k");
  340. recipes.removeByRecipeName("extracells:storagecells/item/owncasing/1024k");
  341. recipes.removeByRecipeName("extracells:storagecells/item/owncasing/4096k");
  342. recipes.removeByRecipeName("extracells:storagecells/item/owncasing/16384k");
  343.  
  344. recipes.removeByRecipeName("appliedenergistics2:network/cells/fluid_storage_cell_1k");
  345. recipes.removeByRecipeName("appliedenergistics2:network/cells/fluid_storage_cell_4k");
  346. recipes.removeByRecipeName("appliedenergistics2:network/cells/fluid_storage_cell_16k");
  347. recipes.removeByRecipeName("appliedenergistics2:network/cells/fluid_storage_cell_64k");
  348. recipes.removeByRecipeName("extracells:storagecells/fluid/owncasing/256k");
  349. recipes.removeByRecipeName("extracells:storagecells/fluid/owncasing/1024k");
  350. recipes.removeByRecipeName("extracells:storagecells/fluid/owncasing/4096k");
  351.  
  352. recipes.removeByRecipeName("appliedenergistics2:network/cells/spatial_storage_cell_2_cubed");
  353. recipes.removeByRecipeName("appliedenergistics2:network/cells/spatial_storage_cell_16_cubed");
  354. recipes.removeByRecipeName("appliedenergistics2:network/cells/spatial_storage_cell_128_cubed");
  355.  
  356. recipes.removeByRecipeName("appliedenergistics2:network/cells/view_cell");
  357.  
  358. recipes.remove(<appliedenergistics2:material:52>);
  359. recipes.addShaped(<appliedenergistics2:material:52>,[
  360. [<ore:dustRedstone>,<ore:plateIron>,<ore:dustRedstone>],
  361. [<ore:plateIron>,<appliedenergistics2:quartz_glass>,<ore:plateIron>],
  362. [<ore:dustRedstone>,<ore:plateIron>,<ore:dustRedstone>]
  363. ]);
  364.  
  365. recipes.remove(<appliedenergistics2:material:39>);
  366. recipes.addShaped(<appliedenergistics2:material:39>,[
  367. [<ore:dustRedstone>,<ore:plateSteel>,<ore:dustRedstone>],
  368. [<ore:plateSteel>,<appliedenergistics2:quartz_glass>,<ore:plateSteel>],
  369. [<ore:dustRedstone>,<ore:plateSteel>,<ore:dustRedstone>]
  370. ]);
  371.  
  372. recipes.remove(<extracells:storage.casing>);
  373. recipes.addShaped(<extracells:storage.casing>,[
  374. [<ore:dustFluix>,<ore:plateIridium>,<ore:dustFluix>],
  375. [<ore:plateIridium>,<appliedenergistics2:quartz_glass>,<ore:plateIridium>],
  376. [<ore:dustFluix>,<ore:plateIridium>,<ore:dustFluix>]
  377. ]);
  378.  
  379. recipes.remove(<extracells:storage.casing:1>);
  380. recipes.addShaped(<extracells:storage.casing:1>,[
  381. [<ore:dustFluix>,<ore:plateAluminium>,<ore:dustFluix>],
  382. [<ore:plateAluminium>,<appliedenergistics2:quartz_glass>,<ore:plateAluminium>],
  383. [<ore:dustFluix>,<ore:plateAluminium>,<ore:dustFluix>]
  384. ]);
  385.  
  386. //Gregify AE2 tools
  387. mods.jei.JEI.removeAndHide(<appliedenergistics2:certus_quartz_pickaxe>);
  388. mods.jei.JEI.removeAndHide(<appliedenergistics2:certus_quartz_sword>);
  389. mods.jei.JEI.removeAndHide(<appliedenergistics2:certus_quartz_axe>);
  390. mods.jei.JEI.removeAndHide(<appliedenergistics2:certus_quartz_hoe>);
  391. mods.jei.JEI.removeAndHide(<appliedenergistics2:certus_quartz_spade>);
  392. recipes.remove(<appliedenergistics2:certus_quartz_wrench>);
  393. recipes.addShaped(<appliedenergistics2:certus_quartz_wrench>,[
  394. [<ore:crystalCertusQuartz>,null,<ore:crystalCertusQuartz>],
  395. [<gregtech:meta_tool:6>,<ore:crystalCertusQuartz>],
  396. [<ore:crystalCertusQuartz>,null,<ore:crystalCertusQuartz>]
  397. ]);
  398. recipes.remove(<appliedenergistics2:certus_quartz_cutting_knife>);
  399. recipes.addShaped(<appliedenergistics2:certus_quartz_cutting_knife>,[
  400. [null,null,<ore:stickWood>],
  401. [<gregtech:meta_tool:9>,<ore:stickWood>],
  402. [<ore:gemCertusQuartz>,<gregtech:meta_tool:6>]
  403. ]);
  404. mods.jei.JEI.removeAndHide(<appliedenergistics2:nether_quartz_pickaxe>);
  405. mods.jei.JEI.removeAndHide(<appliedenergistics2:nether_quartz_sword>);
  406. mods.jei.JEI.removeAndHide(<appliedenergistics2:nether_quartz_axe>);
  407. mods.jei.JEI.removeAndHide(<appliedenergistics2:nether_quartz_hoe>);
  408. mods.jei.JEI.removeAndHide(<appliedenergistics2:nether_quartz_spade>);
  409. recipes.remove(<appliedenergistics2:nether_quartz_wrench>);
  410. recipes.addShaped(<appliedenergistics2:nether_quartz_wrench>,[
  411. [<ore:gemNetherQuartz>,null,<ore:gemNetherQuartz>],
  412. [<gregtech:meta_tool:6>,<ore:gemNetherQuartz>],
  413. [<ore:gemNetherQuartz>,null,<ore:gemNetherQuartz>]
  414. ]);
  415. recipes.remove(<appliedenergistics2:nether_quartz_cutting_knife>);
  416. recipes.addShaped(<appliedenergistics2:nether_quartz_cutting_knife>,[
  417. [null,null,<ore:stickWood>],
  418. [<gregtech:meta_tool:9>,<ore:stickWood>],
  419. [<ore:gemNetherQuartz>,<gregtech:meta_tool:6>]
  420. ]);
  421.  
  422. recipes.remove(<appliedenergistics2:charged_staff>);
  423. recipes.addShaped(<appliedenergistics2:charged_staff>,[
  424. [null,<gregtech:meta_tool:6>,<appliedenergistics2:material:1>],
  425. [null,<ore:stickSteel>,<gregtech:meta_tool:9>],
  426. [<ore:stickSteel>]
  427. ]);
  428.  
  429. recipes.remove(<appliedenergistics2:entropy_manipulator>);
  430. recipes.addShaped(<appliedenergistics2:entropy_manipulator>,[
  431. [null,<appliedenergistics2:energy_cell>,<ore:crystalFluix>],
  432. [<gregtech:meta_tool:6>,<ore:stickSteel>,<appliedenergistics2:material:24>],
  433. [<ore:stickSteel>,<gregtech:meta_tool:9>]
  434. ]);
  435.  
  436. recipes.remove(<appliedenergistics2:matter_cannon>);
  437. recipes.addShaped(<appliedenergistics2:matter_cannon>,[
  438. [<ore:plateSteel>,<ore:plateSteel>,<ore:plateSteel>],
  439. [null,<appliedenergistics2:energy_cell>,<appliedenergistics2:material:36>],
  440. [null,<gregtech:meta_tool:9>,<ore:plateIron>]
  441. ]);
  442.  
  443. recipes.remove(<appliedenergistics2:color_applicator>);
  444. recipes.addShaped(<appliedenergistics2:color_applicator>,[
  445. [<appliedenergistics2:material:43>,<ore:plateSteel>],
  446. [<ore:plateSteel>,<appliedenergistics2:material:36>,<gregtech:meta_tool:6>],
  447. [null,<gregtech:meta_tool:9>,<appliedenergistics2:energy_cell>]
  448. ]);
  449.  
  450. //Extra Cells
  451. //Tanks
  452. recipes.remove(<extracells:certustank>);
  453. recipes.addShaped(<extracells:certustank>,[
  454. [<appliedenergistics2:quartz_glass>,<ore:plateVanadiumSteel>,<appliedenergistics2:quartz_glass>],
  455. [<appliedenergistics2:quartz_glass>,null,<appliedenergistics2:quartz_glass>],
  456. [<appliedenergistics2:quartz_glass>,<ore:plateVanadiumSteel>,<appliedenergistics2:quartz_glass>]
  457. ]);
  458.  
  459. //Hide Deprecated Stuff
  460. mods.jei.JEI.hide(<extracells:part.base>);
  461. mods.jei.JEI.hide(<extracells:part.base:1>);
  462. mods.jei.JEI.hide(<extracells:part.base:2>);
  463. mods.jei.JEI.hide(<extracells:part.base:3>);
  464. mods.jei.JEI.hide(<extracells:part.base:4>);
  465. mods.jei.JEI.hide(<extracells:part.base:5>);
  466. mods.jei.JEI.hide(<extracells:part.base:6>);
  467. mods.jei.JEI.hide(<extracells:part.base:9>);
  468. mods.jei.JEI.hide(<extracells:storage.fluid>);
  469. mods.jei.JEI.hide(<extracells:storage.fluid:1>);
  470. mods.jei.JEI.hide(<extracells:storage.fluid:2>);
  471. mods.jei.JEI.hide(<extracells:storage.fluid:3>);
  472. mods.jei.JEI.hide(<extracells:storage.component:4>);
  473. mods.jei.JEI.hide(<extracells:storage.component:5>);
  474. mods.jei.JEI.hide(<extracells:storage.component:6>);
  475. mods.jei.JEI.hide(<extracells:storage.component:7>);
  476. mods.jei.JEI.hide(<extracells:ecbaseblock>);
  477.  
  478. //Smple Cobble Gen
  479. //Remove the GTCE Coke Oven
  480. mods.jei.JEI.removeAndHide(<gregtech:machine:526>);
  481. mods.jei.JEI.removeAndHide(<gregtech:machine:527>);
  482. mods.jei.JEI.removeAndHide(<gregtech:metal_casing:8>);
  483.  
  484. //Ceramics
  485. //Porcelain
  486. furnace.remove(<ceramics:unfired_clay:5>);
  487. furnace.addRecipe(<ceramics:unfired_clay:5>,<contenttweaker:unfired_porcelain_brick>);
  488. recipes.addShapeless(<contenttweaker:unfired_porcelain_brick>,[<ore:clayPorcelain>,<gregtech:meta_item_2:32012>]);
  489. recipes.addShaped(<contenttweaker:unfired_porcelain_brick>*8,[
  490. [<ore:clayPorcelain>,<ore:clayPorcelain>,<ore:clayPorcelain>],
  491. [<ore:clayPorcelain>,<gregtech:meta_item_2:32012>,<ore:clayPorcelain>],
  492. [<ore:clayPorcelain>,<ore:clayPorcelain>,<ore:clayPorcelain>]
  493. ]);
  494.  
  495. //NuclearCraft
  496. //Recipe Changes
  497. recipes.remove(<nuclearcraft:cooler:*>);
  498. recipes.addShaped(<nuclearcraft:cooler>,[
  499. [<ore:plateTough>,<ore:plateSteel>,<ore:plateTough>],
  500. [<ore:plateSteel>,<gregtech:meta_tool:8>,<ore:plateSteel>],
  501. [<ore:plateTough>,<ore:plateSteel>,<ore:plateTough>]
  502. ]);
  503. recipes.remove(<nuclearcraft:fission_controller_new_fixed>);
  504. recipes.addShaped(<nuclearcraft:fission_controller_new_fixed>,[
  505. [<ore:plateTough>,<ore:circuitElite>,<ore:plateTough>],
  506. [<ore:plateTough>,<gregtech:machine:504>,<ore:plateTough>],
  507. [<ore:plateTough>,<ore:circuitElite>,<ore:plateTough>]
  508. ]);
  509. recipes.remove(<nuclearcraft:fission_port>);
  510. recipes.addShaped(<nuclearcraft:fission_port>,[
  511. [null,<pneumaticcraft:omnidirectional_hopper>],
  512. [<ore:cableGtSingleAluminium>,<nuclearcraft:fission_block>,<ore:cableGtSingleAluminium>],
  513. [null,<pneumaticcraft:omnidirectional_hopper>]
  514. ]);
  515.  
  516. recipes.remove(<nuclearcraft:fission_block>);
  517. recipes.addShaped(<nuclearcraft:fission_block>*4,[
  518. [<ore:plateTough>,<nuclearcraft:part>,<ore:plateTough>],
  519. [<nuclearcraft:part>,<gregtech:meta_tool:8>,<nuclearcraft:part>],
  520. [<ore:plateTough>,<nuclearcraft:part>,<ore:plateTough>]
  521. ]);
  522.  
  523. recipes.remove(<nuclearcraft:cell_block>);
  524. recipes.addShaped(<nuclearcraft:cell_block>,[
  525. [<ore:plateTough>,<ore:plateGlass>,<ore:plateTough>],
  526. [<ore:plateGlass>,<gregtech:meta_tool:8>,<ore:plateGlass>],
  527. [<ore:plateTough>,<ore:plateGlass>,<ore:plateTough>]
  528. ]);
  529.  
  530. //Disable Most Stuff
  531. mods.jei.JEI.removeAndHide(<nuclearcraft:ingot:*>);
  532. mods.jei.JEI.removeAndHide(<nuclearcraft:ingot_oxide:*>);
  533. mods.jei.JEI.removeAndHide(<nuclearcraft:dust:*>);
  534. mods.jei.JEI.removeAndHide(<nuclearcraft:dust_oxide:*>);
  535. mods.jei.JEI.removeAndHide(<nuclearcraft:gem:*>);
  536. mods.jei.JEI.removeAndHide(<nuclearcraft:gem_dust:*>);
  537. mods.jei.JEI.removeAndHide(<nuclearcraft:compound:*>);
  538. mods.jei.JEI.removeAndHide(<nuclearcraft:upgrade:*>);
  539. mods.jei.JEI.removeAndHide(<nuclearcraft:thorium:*>);
  540. furnace.remove(<nuclearcraft:thorium:*>);
  541. furnace.remove(<nuclearcraft:uranium:*>);
  542. mods.jei.JEI.removeAndHide(<nuclearcraft:neptunium:*>);
  543. furnace.remove(<nuclearcraft:neptunium:*>);
  544. furnace.remove(<nuclearcraft:plutonium:*>);
  545. furnace.remove(<nuclearcraft:americium:*>);
  546. mods.jei.JEI.removeAndHide(<nuclearcraft:americium:*>);
  547. furnace.remove(<nuclearcraft:americium:*>);
  548. mods.jei.JEI.removeAndHide(<nuclearcraft:curium:*>);
  549. furnace.remove(<nuclearcraft:curium:*>);
  550. mods.jei.JEI.removeAndHide(<nuclearcraft:berkelium:*>);
  551. furnace.remove(<nuclearcraft:berkelium:*>);
  552. mods.jei.JEI.removeAndHide(<nuclearcraft:californium:*>);
  553. furnace.remove(<nuclearcraft:californium:*>);
  554. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_thorium:1>);
  555. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium>);
  556. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium:1>);
  557. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium:3>);
  558. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium:5>);
  559. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium:6>);
  560. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_uranium:7>);
  561. recipes.remove(<nuclearcraft:fuel_thorium:*>);
  562. furnace.remove(<nuclearcraft:fuel_thorium:*>);
  563. recipes.remove(<nuclearcraft:fuel_uranium:*>);
  564. furnace.remove(<nuclearcraft:fuel_uranium:*>);
  565. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_neptunium:*>);
  566. furnace.remove(<nuclearcraft:fuel_neptunium:*>);
  567. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_mixed_oxide:1>);
  568. recipes.remove(<nuclearcraft:fuel_mixed_oxide:*>);
  569. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_plutonium:*>);
  570. furnace.remove(<nuclearcraft:fuel_plutonium:*>);
  571. furnace.remove(<nuclearcraft:fuel_americium:*>);
  572. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_americium:*>);
  573. furnace.remove(<nuclearcraft:fuel_americium:*>);
  574. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_curium:*>);
  575. furnace.remove(<nuclearcraft:fuel_curium:*>);
  576. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_berkelium:*>);
  577. furnace.remove(<nuclearcraft:fuel_berkelium:*>);
  578. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_californium:*>);
  579. furnace.remove(<nuclearcraft:fuel_californium:*>);
  580. furnace.remove(<nuclearcraft:depleted_fuel_thorium:*>);
  581. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_thorium:1>);
  582. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium>);
  583. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium:1>);
  584. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium:3>);
  585. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium:5>);
  586. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium:6>);
  587. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_uranium:7>);
  588. furnace.remove(<nuclearcraft:depleted_fuel_uranium:*>);
  589. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_neptunium:*>);
  590. furnace.remove(<nuclearcraft:depleted_fuel_neptunium:*>);
  591. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_mixed_oxide:1>);
  592. recipes.remove(<nuclearcraft:depleted_fuel_mixed_oxide:*>);
  593. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_plutonium:*>);
  594. furnace.remove(<nuclearcraft:depleted_fuel_plutonium:*>);
  595. furnace.remove(<nuclearcraft:depleted_fuel_americium:*>);
  596. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_americium:*>);
  597. furnace.remove(<nuclearcraft:depleted_fuel_americium:*>);
  598. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_curium:*>);
  599. furnace.remove(<nuclearcraft:depleted_fuel_curium:*>);
  600. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_berkelium:*>);
  601. furnace.remove(<nuclearcraft:depleted_fuel_berkelium:*>);
  602. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_californium:*>);
  603. furnace.remove(<nuclearcraft:depleted_fuel_californium:*>);
  604. mods.jei.JEI.removeAndHide(<nuclearcraft:depleted_fuel_ic2:*>);
  605. mods.jei.JEI.removeAndHide(<nuclearcraft:boron:*>);
  606. mods.jei.JEI.removeAndHide(<nuclearcraft:lithium:*>);
  607. mods.jei.JEI.removeAndHide(<nuclearcraft:portable_ender_chest>);
  608. mods.jei.JEI.removeAndHide(<nuclearcraft:dominos>);
  609. mods.jei.JEI.removeAndHide(<nuclearcraft:marshmallow>);
  610. mods.jei.JEI.removeAndHide(<nuclearcraft:nuclear_furnace_idle>);
  611. mods.jei.JEI.removeAndHide(<nuclearcraft:manufactory_idle>);
  612. mods.jei.JEI.removeAndHide(<nuclearcraft:isotope_separator_idle>);
  613. mods.jei.JEI.removeAndHide(<nuclearcraft:decay_hastener_idle>);
  614. mods.jei.JEI.removeAndHide(<nuclearcraft:fuel_reprocessor_idle>);
  615. mods.jei.JEI.removeAndHide(<nuclearcraft:alloy_furnace_idle>);
  616. mods.jei.JEI.removeAndHide(<nuclearcraft:infuser_idle>);
  617. mods.jei.JEI.removeAndHide(<nuclearcraft:melter_idle>);
  618. mods.jei.JEI.removeAndHide(<nuclearcraft:supercooler_idle>);
  619. mods.jei.JEI.removeAndHide(<nuclearcraft:electrolyser_idle>);
  620. mods.jei.JEI.removeAndHide(<nuclearcraft:irradiator_idle>);
  621. mods.jei.JEI.removeAndHide(<nuclearcraft:ingot_former_idle>);
  622. mods.jei.JEI.removeAndHide(<nuclearcraft:pressurizer_idle>);
  623. mods.jei.JEI.removeAndHide(<nuclearcraft:chemical_reactor_idle>);
  624. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_mixer_idle>);
  625. mods.jei.JEI.removeAndHide(<nuclearcraft:crystallizer_idle>);
  626. mods.jei.JEI.removeAndHide(<nuclearcraft:dissolver_idle>);
  627. mods.jei.JEI.removeAndHide(<nuclearcraft:extractor_idle>);
  628. mods.jei.JEI.removeAndHide(<nuclearcraft:centrifuge_idle>);
  629. mods.jei.JEI.removeAndHide(<nuclearcraft:rock_crusher_idle>);
  630. mods.jei.JEI.removeAndHide(<nuclearcraft:machine_interface>);
  631. mods.jei.JEI.removeAndHide(<nuclearcraft:fusion_core>);
  632. mods.jei.JEI.removeAndHide(<nuclearcraft:fusion_connector>);
  633. mods.jei.JEI.removeAndHide(<nuclearcraft:rtg_uranium>);
  634. mods.jei.JEI.removeAndHide(<nuclearcraft:rtg_plutonium>);
  635. mods.jei.JEI.removeAndHide(<nuclearcraft:rtg_americium>);
  636. mods.jei.JEI.removeAndHide(<nuclearcraft:rtg_californium>);
  637. mods.jei.JEI.removeAndHide(<nuclearcraft:solar_panel_basic>);
  638. mods.jei.JEI.removeAndHide(<nuclearcraft:solar_panel_advanced>);
  639. mods.jei.JEI.removeAndHide(<nuclearcraft:solar_panel_du>);
  640. mods.jei.JEI.removeAndHide(<nuclearcraft:solar_panel_elite>);
  641. mods.jei.JEI.removeAndHide(<nuclearcraft:decay_generator>);
  642. mods.jei.JEI.removeAndHide(<nuclearcraft:buffer>);
  643. mods.jei.JEI.removeAndHide(<nuclearcraft:active_cooler>);
  644. mods.jei.JEI.removeAndHide(<nuclearcraft:bin>);
  645. mods.jei.JEI.removeAndHide(<nuclearcraft:fusion_electromagnet_idle>);
  646. mods.jei.JEI.removeAndHide(<nuclearcraft:fusion_electromagnet_transparent_idle>);
  647. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_controller>);
  648. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_wall>);
  649. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_glass>);
  650. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_beam>);
  651. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_vent>);
  652. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_vessel>);
  653. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_heater>);
  654. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_moderator>);
  655. mods.jei.JEI.removeAndHide(<nuclearcraft:accelerator_electromagnet_idle>);
  656. mods.jei.JEI.removeAndHide(<nuclearcraft:electromagnet_supercooler_idle>);
  657. mods.jei.JEI.removeAndHide(<nuclearcraft:helium_collector>);
  658. mods.jei.JEI.removeAndHide(<nuclearcraft:helium_collector_compact>);
  659. mods.jei.JEI.removeAndHide(<nuclearcraft:helium_collector_dense>);
  660. mods.jei.JEI.removeAndHide(<nuclearcraft:nitrogen_collector>);
  661. mods.jei.JEI.removeAndHide(<nuclearcraft:nitrogen_collector_compact>);
  662. mods.jei.JEI.removeAndHide(<nuclearcraft:nitrogen_collector_dense>);
  663. mods.jei.JEI.removeAndHide(<nuclearcraft:cobblestone_generator>);
  664. mods.jei.JEI.removeAndHide(<nuclearcraft:cobblestone_generator_compact>);
  665. mods.jei.JEI.removeAndHide(<nuclearcraft:cobblestone_generator_dense>);
  666. mods.jei.JEI.removeAndHide(<nuclearcraft:water_source>);
  667. mods.jei.JEI.removeAndHide(<nuclearcraft:water_source_compact>);
  668. mods.jei.JEI.removeAndHide(<nuclearcraft:water_source_dense>);
  669. mods.jei.JEI.removeAndHide(<nuclearcraft:glowing_mushroom>);
  670. mods.jei.JEI.removeAndHide(<nuclearcraft:dry_earth>);
  671. mods.jei.JEI.removeAndHide(<nuclearcraft:part:4>);
  672. mods.jei.JEI.removeAndHide(<nuclearcraft:part:5>);
  673. mods.jei.JEI.removeAndHide(<nuclearcraft:part:6>);
  674. mods.jei.JEI.removeAndHide(<nuclearcraft:part:7>);
  675. mods.jei.JEI.removeAndHide(<nuclearcraft:part:8>);
  676. mods.jei.JEI.removeAndHide(<nuclearcraft:part:9>);
  677. mods.jei.JEI.removeAndHide(<nuclearcraft:part:10>);
  678. mods.jei.JEI.removeAndHide(<nuclearcraft:ingot_block:*>);
  679. mods.jei.JEI.removeAndHide(<nuclearcraft:lithium_ion_cell>);
  680. mods.jei.JEI.removeAndHide(<nuclearcraft:sword_boron>);
  681. mods.jei.JEI.removeAndHide(<nuclearcraft:axe_boron>);
  682. mods.jei.JEI.removeAndHide(<nuclearcraft:pickaxe_boron>);
  683. mods.jei.JEI.removeAndHide(<nuclearcraft:hoe_boron>);
  684. mods.jei.JEI.removeAndHide(<nuclearcraft:shovel_boron>);
  685. mods.jei.JEI.removeAndHide(<nuclearcraft:spaxelhoe_boron>);
  686. mods.jei.JEI.removeAndHide(<nuclearcraft:helm_boron>);
  687. mods.jei.JEI.removeAndHide(<nuclearcraft:chest_boron>);
  688. mods.jei.JEI.removeAndHide(<nuclearcraft:legs_boron>);
  689. mods.jei.JEI.removeAndHide(<nuclearcraft:boots_boron>);
  690. mods.jei.JEI.removeAndHide(<nuclearcraft:sword_tough>);
  691. mods.jei.JEI.removeAndHide(<nuclearcraft:axe_tough>);
  692. mods.jei.JEI.removeAndHide(<nuclearcraft:pickaxe_tough>);
  693. mods.jei.JEI.removeAndHide(<nuclearcraft:hoe_tough>);
  694. mods.jei.JEI.removeAndHide(<nuclearcraft:shovel_tough>);
  695. mods.jei.JEI.removeAndHide(<nuclearcraft:spaxelhoe_tough>);
  696. mods.jei.JEI.removeAndHide(<nuclearcraft:helm_tough>);
  697. mods.jei.JEI.removeAndHide(<nuclearcraft:chest_tough>);
  698. mods.jei.JEI.removeAndHide(<nuclearcraft:legs_tough>);
  699. mods.jei.JEI.removeAndHide(<nuclearcraft:boots_tough>);
  700. mods.jei.JEI.removeAndHide(<nuclearcraft:sword_hard_carbon>);
  701. mods.jei.JEI.removeAndHide(<nuclearcraft:axe_hard_carbon>);
  702. mods.jei.JEI.removeAndHide(<nuclearcraft:pickaxe_hard_carbon>);
  703. mods.jei.JEI.removeAndHide(<nuclearcraft:hoe_hard_carbon>);
  704. mods.jei.JEI.removeAndHide(<nuclearcraft:shovel_hard_carbon>);
  705. mods.jei.JEI.removeAndHide(<nuclearcraft:spaxelhoe_hard_carbon>);
  706. mods.jei.JEI.removeAndHide(<nuclearcraft:helm_hard_carbon>);
  707. mods.jei.JEI.removeAndHide(<nuclearcraft:chest_hard_carbon>);
  708. mods.jei.JEI.removeAndHide(<nuclearcraft:legs_hard_carbon>);
  709. mods.jei.JEI.removeAndHide(<nuclearcraft:boots_hard_carbon>);
  710. mods.jei.JEI.removeAndHide(<nuclearcraft:sword_boron_nitride>);
  711. mods.jei.JEI.removeAndHide(<nuclearcraft:axe_boron_nitride>);
  712. mods.jei.JEI.removeAndHide(<nuclearcraft:pickaxe_boron_nitride>);
  713. mods.jei.JEI.removeAndHide(<nuclearcraft:hoe_boron_nitride>);
  714. mods.jei.JEI.removeAndHide(<nuclearcraft:shovel_boron_nitride>);
  715. mods.jei.JEI.removeAndHide(<nuclearcraft:spaxelhoe_boron_nitride>);
  716. mods.jei.JEI.removeAndHide(<nuclearcraft:helm_boron_nitride>);
  717. mods.jei.JEI.removeAndHide(<nuclearcraft:chest_boron_nitride>);
  718. mods.jei.JEI.removeAndHide(<nuclearcraft:legs_boron_nitride>);
  719. mods.jei.JEI.removeAndHide(<nuclearcraft:boots_boron_nitride>);
  720. mods.jei.JEI.removeAndHide(<nuclearcraft:cocoa_solids>);
  721. mods.jei.JEI.removeAndHide(<nuclearcraft:unsweetened_chocolate>);
  722. mods.jei.JEI.removeAndHide(<nuclearcraft:dark_chocolate>);
  723. mods.jei.JEI.removeAndHide(<nuclearcraft:milk_chocolate>);
  724. mods.jei.JEI.removeAndHide(<nuclearcraft:gelatin>);
  725. mods.jei.JEI.removeAndHide(<nuclearcraft:smore>);
  726. mods.jei.JEI.removeAndHide(<nuclearcraft:moresmore>);
  727. mods.jei.JEI.removeAndHide(<nuclearcraft:flour>);
  728. mods.jei.JEI.removeAndHide(<nuclearcraft:graham_cracker>);
  729. mods.jei.JEI.removeAndHide(<nuclearcraft:ground_cocoa_nibs>);
  730. mods.jei.JEI.removeAndHide(<nuclearcraft:cocoa_butter>);
  731. mods.jei.JEI.removeAndHide(<nuclearcraft:fission_controller_idle>);
  732. mods.jei.JEI.removeAndHide(<nuclearcraft:rad_shielding:*>);
  733. mods.jei.JEI.removeAndHide(<nuclearcraft:radaway>);
  734. mods.jei.JEI.removeAndHide(<nuclearcraft:rad_x>);
  735. mods.jei.JEI.removeAndHide(<nuclearcraft:part:1>);
  736. mods.jei.JEI.removeAndHide(<nuclearcraft:part:2>);
  737. mods.jei.JEI.removeAndHide(<nuclearcraft:part:3>);
  738. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_frame>);
  739. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_distributor>);
  740. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_retriever>);
  741. mods.jei.JEI.removeAndHide(<nuclearcraft:salt_fission_redstone_port>);
  742. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_controller>);
  743. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_wall>);
  744. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_glass>);
  745. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_vent>);
  746. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_tube_copper>);
  747. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_tube_hard_carbon>);
  748. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_tube_thermoconducting>);
  749. mods.jei.JEI.removeAndHide(<nuclearcraft:part:11>);
  750. mods.jei.JEI.removeAndHide(<nuclearcraft:part:12>);
  751. mods.jei.JEI.removeAndHide(<nuclearcraft:geiger_counter>);
  752. mods.jei.JEI.removeAndHide(<nuclearcraft:geiger_block>);
  753. mods.jei.JEI.removeAndHide(<nuclearcraft:heat_exchanger_frame>);
  754. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_controller>);
  755. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_wall>);
  756. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_glass>);
  757. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_frame>);
  758. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_shaft>);
  759. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_blade_steel>);
  760. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_blade_extreme>);
  761. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_blade_sic_sic_cmc>);
  762. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_stator>);
  763. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_rotor_bearing>);
  764. mods.jei.JEI.removeAndHide(<nuclearcraft:turbine_dynamo_coil:*>);
  765.  
  766. //Cells
  767. recipes.remove(<nuclearcraft:voltaic_pile_basic>);
  768. recipes.addShaped(<nuclearcraft:voltaic_pile_basic>,[
  769. [<gregtech:meta_item_1:32518>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32518>],
  770. [<ore:wireGtSingleTin>,<gregtech:machine:501>,<ore:wireGtSingleTin>],
  771. [<gregtech:meta_item_1:32518>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32518>]
  772. ]);
  773. recipes.remove(<nuclearcraft:voltaic_pile_advanced>);
  774. recipes.addShaped(<nuclearcraft:voltaic_pile_advanced>,[
  775. [<gregtech:meta_item_1:32528>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32528>],
  776. [<ore:wireGtSingleCopper>,<gregtech:machine:502>,<ore:wireGtSingleCopper>],
  777. [<gregtech:meta_item_1:32528>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32528>]
  778. ]);
  779. recipes.remove(<nuclearcraft:voltaic_pile_du>);
  780. recipes.addShaped(<nuclearcraft:voltaic_pile_du>,[
  781. [<gregtech:meta_item_1:32538>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32538>],
  782. [<ore:wireGtSingleGold>,<gregtech:machine:503>,<ore:wireGtSingleGold>],
  783. [<gregtech:meta_item_1:32538>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32538>]
  784. ]);
  785. mods.jei.JEI.removeAndHide(<nuclearcraft:voltaic_pile_elite>);
  786.  
  787. recipes.remove(<nuclearcraft:lithium_ion_battery_basic>);
  788. recipes.addShaped(<nuclearcraft:lithium_ion_battery_basic>,[
  789. [<gregtech:meta_item_2:32212>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_2:32212>],
  790. [<ore:wireGtSingleGold>,<gregtech:machine:503>,<ore:wireGtSingleGold>],
  791. [<gregtech:meta_item_2:32212>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_2:32212>]
  792. ]);
  793. recipes.remove(<nuclearcraft:lithium_ion_battery_advanced>);
  794. recipes.addShaped(<nuclearcraft:lithium_ion_battery_advanced>,[
  795. [<gregtech:meta_item_2:32213>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_2:32213>],
  796. [<ore:wireGtSingleAluminium>,<gregtech:machine:504>,<ore:wireGtSingleAluminium>],
  797. [<gregtech:meta_item_2:32213>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_2:32213>]
  798. ]);
  799. recipes.remove(<nuclearcraft:lithium_ion_battery_du>);
  800. recipes.addShaped(<nuclearcraft:lithium_ion_battery_du>,[
  801. [<gregtech:meta_item_1:32597>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32597>],
  802. [<ore:wireGtSingleTungsten>,<gregtech:machine:505>,<ore:wireGtSingleTungsten>],
  803. [<gregtech:meta_item_1:32597>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32597>]
  804. ]);
  805. recipes.remove(<nuclearcraft:lithium_ion_battery_elite>);
  806. recipes.addShaped(<nuclearcraft:lithium_ion_battery_elite>,[
  807. [<gregtech:meta_item_1:32598>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32598>],
  808. [<ore:wireGtSingleVanadiumGallium>,<gregtech:machine:506>,<ore:wireGtSingleVanadiumGallium>],
  809. [<gregtech:meta_item_1:32598>,<ore:wireGtSingleRedAlloy>,<gregtech:meta_item_1:32598>]
  810. ]);
  811.  
  812. //Fuels
  813. recipes.addShaped(<nuclearcraft:fuel_uranium:2>,[
  814. [<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>],
  815. [<ore:dustTinyUranium235>,<ore:dustTinyUranium235>,<ore:dustTinyUranium235>],
  816. [<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>]
  817. ]);
  818. recipes.addShaped(<nuclearcraft:fuel_mixed_oxide>,[
  819. [<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>],
  820. [<nuclearcraft:plutonium>,<nuclearcraft:plutonium>,<nuclearcraft:plutonium>],
  821. [<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>,<nuclearcraft:uranium:8>]
  822. ]);
  823.  
  824. furnace.addRecipe(<gregtech:meta_item_1:10069>, <nuclearcraft:thorium>);
  825. furnace.addRecipe(<gregtech:meta_item_1:10052>, <nuclearcraft:plutonium>);
  826. furnace.addRecipe(<gregtech:meta_item_1:10053>, <nuclearcraft:plutonium:8>);
  827. furnace.addRecipe(<gregtech:meta_item_1:10075>, <nuclearcraft:uranium:8>);
  828. furnace.addRecipe(<gregtech:meta_item_1:10076>, <nuclearcraft:uranium:6>);
  829.  
  830. //Building Gadgets
  831. //Gregification
  832. recipes.remove(<buildinggadgets:buildingtool>);
  833. recipes.addShaped(<buildinggadgets:buildingtool>,[
  834. [<ore:platePlastic>,<gregtech:meta_item_1:32681>,<ore:platePlastic>],
  835. [<ore:platePlastic>,<ore:lensEmerald>,<ore:platePlastic>],
  836. [<ore:platePlastic>,<ore:circuitGood>,<ore:platePlastic>]
  837. ]);
  838.  
  839. recipes.remove(<buildinggadgets:exchangertool>);
  840. recipes.addShaped(<buildinggadgets:exchangertool>,[
  841. [<gregtech:meta_item_2:32507>,<gregtech:meta_item_2:32448>],
  842. [<ore:platePlastic>,<buildinggadgets:buildingtool>]
  843. ]);
  844.  
  845. recipes.remove(<buildinggadgets:copypastetool>);
  846. recipes.addShaped(<buildinggadgets:copypastetool>,[
  847. [<gregtech:meta_item_1:32691>],
  848. [<buildinggadgets:buildingtool>]
  849. ]);
  850.  
  851. recipes.remove(<buildinggadgets:templatemanager>);
  852. recipes.addShaped(<buildinggadgets:templatemanager>,[
  853. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>],
  854. [<gregtech:meta_item_1:32691>,<ore:lensEmerald>,<gregtech:meta_item_1:32681>],
  855. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>]
  856. ]);
  857.  
  858. recipes.remove(<buildinggadgets:destructiontool>);
  859. recipes.addShapeless(<buildinggadgets:destructiontool>,[<ore:lensAlmandine>,<buildinggadgets:buildingtool>,<ore:plateVanadiumSteel>]);
  860.  
  861. //BlockCraftery
  862. //Gregify
  863. recipes.remove(<blockcraftery:editable_block>);
  864. recipes.addShaped(<blockcraftery:editable_block>*2,[
  865. [<ore:boltWood>,<ore:stickWood>,<ore:boltWood>],
  866. [<ore:stickWood>,<gregtech:meta_tool:8>,<ore:stickWood>],
  867. [<ore:boltWood>,<ore:stickWood>,<ore:boltWood>]
  868. ]);
  869.  
  870. recipes.remove(<blockcraftery:editable_slab>);
  871. recipes.addShaped(<blockcraftery:editable_slab>,[[<gregtech:meta_tool:6>],[<blockcraftery:editable_block>]]);
  872. recipes.remove(<blockcraftery:editable_slant>);
  873. recipes.addShaped(<blockcraftery:editable_slant>*2,[[<gregtech:meta_tool:5>],[null,<blockcraftery:editable_block>]]);
  874. recipes.remove(<blockcraftery:editable_outer_corner>);
  875. recipes.addShaped(<blockcraftery:editable_outer_corner>*2,[[<gregtech:meta_tool:5>],[null,<blockcraftery:editable_slant>]]);
  876.  
  877. recipes.remove(<blockcraftery:editable_block_reinforced>);
  878. recipes.addShaped(<blockcraftery:editable_block_reinforced>*2,[
  879. [<ore:boltWood>,<ore:stickIron>,<ore:boltWood>],
  880. [<ore:stickIron>,<gregtech:meta_tool:8>,<ore:stickIron>],
  881. [<ore:boltWood>,<ore:stickIron>,<ore:boltWood>]
  882. ]);
  883.  
  884. recipes.remove(<blockcraftery:editable_slant_reinforced>);
  885. recipes.addShaped(<blockcraftery:editable_slant_reinforced>*2,[[<gregtech:meta_tool:5>],[null,<blockcraftery:editable_block_reinforced>]]);
  886. recipes.remove(<blockcraftery:editable_outer_corner_reinforced>);
  887. recipes.addShaped(<blockcraftery:editable_outer_corner_reinforced>*2,[[<gregtech:meta_tool:5>],[null,<blockcraftery:editable_slant_reinforced>]]);
  888.  
  889. //Builder's Wands
  890. recipes.remove(<betterbuilderswands:wandiron>);
  891. recipes.addShaped(<betterbuilderswands:wandiron>,[
  892. [null,<gregtech:meta_tool:6>,<ore:plateIron>],
  893. [null,<ore:plateIron>,<gregtech:meta_tool:9>],
  894. [<ore:stickWood>]
  895. ]);
  896. recipes.remove(<betterbuilderswands:wanddiamond>);
  897. recipes.addShaped(<betterbuilderswands:wanddiamond>,[
  898. [null,<gregtech:meta_tool:6>,<ore:plateDiamond>],
  899. [null,<ore:plateDiamond>,<gregtech:meta_tool:9>],
  900. [<ore:stickWood>]
  901. ]);
  902. mods.jei.JEI.removeAndHide(<betterbuilderswands:wandstone>);
  903. mods.jei.JEI.removeAndHide(<betterbuilderswands:wandunbreakable>);
  904.  
  905. //Spikes
  906. //Spikes
  907. recipes.remove(<spikemod:wooden_spike>);
  908. recipes.addShaped(<spikemod:wooden_spike>*4,[
  909. [null,<gregtech:meta_tool:17>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()],
  910. [<gregtech:meta_tool:17>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn(),<ore:plankWood>,<gregtech:meta_tool:17>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()],
  911. [<ore:plankWood>,<ore:logWood>,<ore:plankWood>]
  912. ]);
  913. recipes.remove(<spikemod:stone_spike>);
  914. recipes.addShaped(<spikemod:stone_spike>*4,[
  915. [null,<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()],
  916. [<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn(),<ore:cobblestone>,<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()],
  917. [<ore:cobblestone>,<ore:stone>,<ore:cobblestone>]
  918. ]);
  919. recipes.remove(<spikemod:extra_sharp_spike>);
  920. recipes.addShaped(<spikemod:extra_sharp_spike>*4,[
  921. [null,<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()],
  922. [<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn(),<spikemod:stone_spike>,<gregtech:meta_tool>.withTag({"GT.ToolStats": {PrimaryMaterial: "flint"}}).noReturn()]
  923. ]);
  924. recipes.remove(<spikemod:iron_spike>);
  925. recipes.addShaped(<spikemod:iron_spike>*4,[
  926. [null,<ore:toolHeadSwordIron>],
  927. [<ore:toolHeadSwordIron>,<ore:blockIron>,<ore:toolHeadSwordIron>]
  928. ]);
  929. recipes.remove(<spikemod:golden_spike>);
  930. recipes.addShaped(<spikemod:golden_spike>*4,[
  931. [null,<ore:toolHeadSwordRoseGold>],
  932. [<ore:toolHeadSwordRoseGold>,<ore:blockGold>,<ore:toolHeadSwordRoseGold>]
  933. ]);
  934. recipes.remove(<spikemod:diamond_spike>);
  935. recipes.addShaped(<spikemod:diamond_spike>*4,[
  936. [null,<ore:toolHeadSwordDiamond>],
  937. [<ore:toolHeadSwordDiamond>,<ore:blockDiamond>,<ore:toolHeadSwordDiamond>]
  938. ]);
  939.  
  940. //Ex Compressum
  941. //Remove Compressed Stuff
  942. mods.jei.JEI.removeAndHide(<excompressum:heavy_sieve:*>);
  943. mods.jei.JEI.removeAndHide(<excompressum:compressed_hammer_wood>);
  944. mods.jei.JEI.removeAndHide(<excompressum:compressed_hammer_stone>);
  945. mods.jei.JEI.removeAndHide(<excompressum:compressed_hammer_iron>);
  946. mods.jei.JEI.removeAndHide(<excompressum:compressed_hammer_gold>);
  947. mods.jei.JEI.removeAndHide(<excompressum:compressed_hammer_diamond>);
  948. mods.jei.JEI.hide(<excompressum:double_compressed_diamond_hammer>);
  949. mods.jei.JEI.removeAndHide(<excompressum:compressed_crook>);
  950.  
  951. //Remove Useless Stuff
  952. mods.jei.JEI.removeAndHide(<excompressum:auto_hammer>);
  953. mods.jei.JEI.removeAndHide(<excompressum:auto_compressed_hammer>);
  954. mods.jei.JEI.removeAndHide(<excompressum:auto_sieve>);
  955. mods.jei.JEI.removeAndHide(<excompressum:bat_zapper>);
  956. mods.jei.JEI.removeAndHide(<excompressum:ore_smasher>);
  957. mods.jei.JEI.removeAndHide(<excompressum:ugly_steel_plating>);
  958. mods.jei.JEI.removeAndHide(<excompressum:auto_heavy_sieve>);
  959. mods.jei.JEI.removeAndHide(<excompressum:auto_compressor>);
  960. mods.jei.JEI.removeAndHide(<excompressum:auto_compressor_rationing>);
  961. mods.jei.JEI.hide(<excompressum:chicken_stick>);
  962. mods.jei.JEI.hide(<excompressum:iron_mesh>);
  963.  
  964. //Storage Drawers
  965. //Drawer Recipe Changes
  966. mods.jei.JEI.removeAndHide(<storagedrawers:basicdrawers:*>);
  967. recipes.remove(<storagedrawers:framingtable>);
  968. recipes.addShaped(<storagedrawers:framingtable>,[
  969. [<ore:drawerTrim>,<ore:drawerTrim>,<ore:drawerTrim>],
  970. [<ore:drawerTrim>,<gregtech:meta_tool:5>,<ore:drawerTrim>]
  971. ]);
  972. recipes.remove(<storagedrawers:drawer_key>);
  973. recipes.addShaped(<storagedrawers:drawer_key>,[
  974. [<ore:nuggetGold>,<ore:ingotGold>],
  975. [<gregtech:meta_tool:9>,<ore:ingotGold>],
  976. [null,<storagedrawers:upgrade_template>]
  977. ]);
  978. recipes.remove(<storagedrawers:controllerslave>);
  979. recipes.addShaped(<storagedrawers:controllerslave>,[
  980. [<ore:stone>,<ore:circuitBasic>,<ore:stone>],
  981. [<ore:stone>,<storagedrawers:customdrawers:*>,<ore:stone>],
  982. [<ore:stone>,<ore:ingotGold>,<ore:stone>]
  983. ]);
  984. recipes.remove(<storagedrawers:controller>);
  985. recipes.addShaped(<storagedrawers:controller>,[
  986. [<ore:stone>,<ore:circuitGood>,<ore:stone>],
  987. [<ore:stone>,<storagedrawers:customdrawers:*>,<ore:stone>],
  988. [<ore:stone>,<ore:gemDiamond>,<ore:stone>]
  989. ]);
  990.  
  991. //Upgrade Recipe Changes
  992. recipes.remove(<storagedrawers:upgrade_template>);
  993. recipes.addShaped(<storagedrawers:upgrade_template>*2,[
  994. [<gregtech:meta_tool:5>],
  995. [null,<ore:drawerTrim>]
  996. ]);
  997.  
  998. recipes.remove(<storagedrawers:upgrade_storage>);
  999. recipes.addShaped(<storagedrawers:upgrade_storage>,[
  1000. [<ore:plateBronze>,<ore:plateBronze>,<ore:plateBronze>],
  1001. [<ore:plateBronze>,<storagedrawers:upgrade_template>,<ore:plateBronze>],
  1002. [<ore:plateBronze>,<ore:plateBronze>,<ore:plateBronze>]
  1003. ]);
  1004. recipes.remove(<storagedrawers:upgrade_storage:1>);
  1005. recipes.addShaped(<storagedrawers:upgrade_storage:1>,[
  1006. [<ore:plateSteel>,<ore:plateSteel>,<ore:plateSteel>],
  1007. [<ore:plateSteel>,<storagedrawers:upgrade_template>,<ore:plateSteel>],
  1008. [<ore:plateSteel>,<ore:plateSteel>,<ore:plateSteel>]
  1009. ]);
  1010. recipes.remove(<storagedrawers:upgrade_storage:2>);
  1011. recipes.addShaped(<storagedrawers:upgrade_storage:2>,[
  1012. [<ore:plateStainlessSteel>,<ore:plateStainlessSteel>,<ore:plateStainlessSteel>],
  1013. [<ore:plateStainlessSteel>,<storagedrawers:upgrade_template>,<ore:plateStainlessSteel>],
  1014. [<ore:plateStainlessSteel>,<ore:plateStainlessSteel>,<ore:plateStainlessSteel>]
  1015. ]);
  1016. recipes.remove(<storagedrawers:upgrade_storage:3>);
  1017. recipes.addShaped(<storagedrawers:upgrade_storage:3>,[
  1018. [<ore:plateTitanium>,<ore:plateTitanium>,<ore:plateTitanium>],
  1019. [<ore:plateTitanium>,<storagedrawers:upgrade_template>,<ore:plateTitanium>],
  1020. [<ore:plateTitanium>,<ore:plateTitanium>,<ore:plateTitanium>]
  1021. ]);
  1022. recipes.remove(<storagedrawers:upgrade_storage:4>);
  1023. recipes.addShaped(<storagedrawers:upgrade_storage:4>,[
  1024. [<ore:plateTungstenSteel>,<ore:plateTungstenSteel>,<ore:plateTungstenSteel>],
  1025. [<ore:plateTungstenSteel>,<storagedrawers:upgrade_template>,<ore:plateTungstenSteel>],
  1026. [<ore:plateTungstenSteel>,<ore:plateTungstenSteel>,<ore:plateTungstenSteel>]
  1027. ]);
  1028. recipes.remove(<storagedrawers:upgrade_one_stack>);
  1029. recipes.addShaped(<storagedrawers:upgrade_one_stack>,[
  1030. [<minecraft:flint>,<minecraft:flint>,<minecraft:flint>],
  1031. [<minecraft:flint>,<storagedrawers:upgrade_template>,<minecraft:flint>],
  1032. [<minecraft:flint>,<minecraft:flint>,<minecraft:flint>]
  1033. ]);
  1034. recipes.remove(<storagedrawers:upgrade_status:1>);
  1035. recipes.addShaped(<storagedrawers:upgrade_status:1>,[
  1036. [<projectred-integration:gate:26>,<ore:stickWood>,<projectred-integration:gate:26>],
  1037. [<ore:stickWood>,<storagedrawers:upgrade_template>,<ore:stickWood>],
  1038. [<ore:dustRedstone>,<ore:stickWood>,<ore:dustRedstone>]
  1039. ]);
  1040.  
  1041. //PnC
  1042. //recipes changes
  1043. recipes.remove(<pneumaticcraft:pressure_chamber_wall>);
  1044. recipes.addShaped(<pneumaticcraft:pressure_chamber_wall>*4,[
  1045. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1046. [<ore:plateIronCompressed>,<gregtech:meta_tool:8>,<ore:plateIronCompressed>],
  1047. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>]
  1048. ]);
  1049. recipes.removeByRecipeName("pneumaticcraft:pressure_chamber_glass");
  1050. recipes.removeByRecipeName("pneumaticcraft:pressure_chamber_glass_shapeless_x4");
  1051. recipes.remove(<pneumaticcraft:pressure_tube>);
  1052. recipes.addShaped(<pneumaticcraft:pressure_tube>*6,[
  1053. [<ore:plateCurvedIronCompressed>,<ore:plateCurvedIronCompressed>,<ore:plateCurvedIronCompressed>],
  1054. [<gregtech:meta_tool:8>,<gtadditions:ga_meta_tool>,<gregtech:meta_tool:6>],
  1055. [<ore:plateCurvedIronCompressed>,<ore:plateCurvedIronCompressed>,<ore:plateCurvedIronCompressed>]
  1056. ]);
  1057. recipes.removeByRecipeName("pneumaticcraft:gps_tool");
  1058. recipes.addShaped(<pneumaticcraft:gps_tool>,[
  1059. [null,<gregtech:meta_item_2:32507>],
  1060. [<ore:plasticRed>,<ore:plateGlass>,<ore:plasticRed>],
  1061. [<ore:plasticRed>,<ore:plateIronCompressed>,<ore:plasticRed>]
  1062. ]);
  1063. recipes.remove(<pneumaticcraft:cannon_barrel>);
  1064. recipes.addShaped(<pneumaticcraft:cannon_barrel>,[
  1065. [<ore:plateCurvedIronCompressed>,null,<ore:plateCurvedIronCompressed>],
  1066. [<ore:plateCurvedIronCompressed>,<gtadditions:ga_meta_tool>,<ore:plateCurvedIronCompressed>],
  1067. [<pneumaticcraft:pressure_tube:*>,<ore:plateIronCompressed>,<ore:plateCurvedIronCompressed>]
  1068. ]);
  1069. recipes.remove(<pneumaticcraft:air_canister:30000>);
  1070. recipes.addShaped(<pneumaticcraft:air_canister:30000>,[
  1071. [null,<pneumaticcraft:pressure_tube:*>],
  1072. [<ore:plateCurvedIronCompressed>,<ore:dustRedstone>,<ore:plateCurvedIronCompressed>],
  1073. [<ore:plateCurvedIronCompressed>,<ore:dustRedstone>,<ore:plateCurvedIronCompressed>]
  1074. ]);
  1075. recipes.remove(<pneumaticcraft:pneumatic_cylinder>);
  1076. recipes.addShaped(<pneumaticcraft:pneumatic_cylinder>,[
  1077. [<ore:plasticBlue>,<ore:plateCurvedIronCompressed>,<ore:plasticBlue>],
  1078. [<ore:plasticBlue>,<ore:plateCurvedIronCompressed>,<ore:plasticBlue>],
  1079. [<ore:plasticBlue>,<pneumaticcraft:cannon_barrel>,<ore:plasticBlue>]
  1080. ]);
  1081. recipes.remove(<pneumaticcraft:air_compressor>);
  1082. recipes.addShaped(<pneumaticcraft:air_compressor>,[
  1083. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1084. [<pneumaticcraft:pressure_tube:*>,null,<ore:plateIronCompressed>],
  1085. [<ore:plateIronCompressed>,<minecraft:furnace>,<ore:plateIronCompressed>]
  1086. ]);
  1087. recipes.remove(<pneumaticcraft:advanced_air_compressor>);
  1088. recipes.addShaped(<pneumaticcraft:advanced_air_compressor>,[
  1089. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1090. [<pneumaticcraft:advanced_pressure_tube>,null,<ore:plateIronCompressed>],
  1091. [<ore:plateIronCompressed>,<minecraft:furnace>,<ore:plateIronCompressed>]
  1092. ]);
  1093. recipes.remove(<pneumaticcraft:turbine_rotor>);
  1094. recipes.addShaped(<pneumaticcraft:turbine_rotor>,[
  1095. [null,<pneumaticcraft:turbine_blade>],
  1096. [null,<ore:screwIronCompressed>],
  1097. [<pneumaticcraft:turbine_blade>,null,<pneumaticcraft:turbine_blade>]
  1098. ]);
  1099. recipes.remove(<pneumaticcraft:pneumatic_wrench>);
  1100. recipes.addShaped(<pneumaticcraft:pneumatic_wrench>,[
  1101. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1102. [null,<minecraft:lever>,<pneumaticcraft:air_canister>],
  1103. [null,null,<ore:dyeOrange>]
  1104. ]);
  1105. recipes.remove(<pneumaticcraft:camo_applicator>);
  1106. recipes.addShaped(<pneumaticcraft:camo_applicator>,[
  1107. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1108. [null,<minecraft:lever>,<pneumaticcraft:air_canister>],
  1109. [null,null,<ore:dyeBlue>]
  1110. ]);
  1111. recipes.remove(<pneumaticcraft:logistics_configurator>);
  1112. recipes.addShaped(<pneumaticcraft:logistics_configurator>,[
  1113. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>],
  1114. [null,<minecraft:lever>,<pneumaticcraft:air_canister>],
  1115. [null,null,<ore:dyeRed>]
  1116. ]);
  1117. recipes.remove(<pneumaticcraft:vortex_cannon>);
  1118. recipes.addShaped(<pneumaticcraft:vortex_cannon>,[
  1119. [<ore:plateCurvedIronCompressed>,<ore:dyeYellow>,<ore:plateCurvedIronCompressed>],
  1120. [<pneumaticcraft:air_canister>],
  1121. [<ore:plateCurvedIronCompressed>,<minecraft:lever>,<ore:plateCurvedIronCompressed>]
  1122. ]);
  1123. recipes.remove(<pneumaticcraft:programming_puzzle:1>);
  1124. recipes.addShaped(<pneumaticcraft:programming_puzzle:1>*4,[
  1125. [<pneumaticcraft:plastic:1>,<pneumaticcraft:plastic:1>,<pneumaticcraft:plastic:1>],
  1126. [<pneumaticcraft:plastic:1>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:1>],
  1127. [<pneumaticcraft:plastic:1>,<pneumaticcraft:plastic:1>,<pneumaticcraft:plastic:1>]
  1128. ]);
  1129. recipes.remove(<pneumaticcraft:programming_puzzle:2>);
  1130. recipes.addShaped(<pneumaticcraft:programming_puzzle:2>*4,[
  1131. [<pneumaticcraft:plastic:2>,<pneumaticcraft:plastic:2>,<pneumaticcraft:plastic:2>],
  1132. [<pneumaticcraft:plastic:2>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:2>],
  1133. [<pneumaticcraft:plastic:2>,<pneumaticcraft:plastic:2>,<pneumaticcraft:plastic:2>]
  1134. ]);
  1135. recipes.remove(<pneumaticcraft:programming_puzzle:3>);
  1136. recipes.addShaped(<pneumaticcraft:programming_puzzle:3>*4,[
  1137. [<pneumaticcraft:plastic:3>,<pneumaticcraft:plastic:3>,<pneumaticcraft:plastic:3>],
  1138. [<pneumaticcraft:plastic:3>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:3>],
  1139. [<pneumaticcraft:plastic:3>,<pneumaticcraft:plastic:3>,<pneumaticcraft:plastic:3>]
  1140. ]);
  1141. recipes.remove(<pneumaticcraft:programming_puzzle:4>);
  1142. recipes.addShaped(<pneumaticcraft:programming_puzzle:4>*4,[
  1143. [<pneumaticcraft:plastic:4>,<pneumaticcraft:plastic:4>,<pneumaticcraft:plastic:4>],
  1144. [<pneumaticcraft:plastic:4>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:4>],
  1145. [<pneumaticcraft:plastic:4>,<pneumaticcraft:plastic:4>,<pneumaticcraft:plastic:4>]
  1146. ]);
  1147. recipes.remove(<pneumaticcraft:programming_puzzle:5>);
  1148. recipes.addShaped(<pneumaticcraft:programming_puzzle:5>*4,[
  1149. [<pneumaticcraft:plastic:5>,<pneumaticcraft:plastic:5>,<pneumaticcraft:plastic:5>],
  1150. [<pneumaticcraft:plastic:5>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:5>],
  1151. [<pneumaticcraft:plastic:5>,<pneumaticcraft:plastic:5>,<pneumaticcraft:plastic:5>]
  1152. ]);
  1153. recipes.remove(<pneumaticcraft:programming_puzzle:6>);
  1154. recipes.addShaped(<pneumaticcraft:programming_puzzle:6>*4,[
  1155. [<pneumaticcraft:plastic:6>,<pneumaticcraft:plastic:6>,<pneumaticcraft:plastic:6>],
  1156. [<pneumaticcraft:plastic:6>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:6>],
  1157. [<pneumaticcraft:plastic:6>,<pneumaticcraft:plastic:6>,<pneumaticcraft:plastic:6>]
  1158. ]);
  1159. recipes.remove(<pneumaticcraft:programming_puzzle:7>);
  1160. recipes.addShaped(<pneumaticcraft:programming_puzzle:7>*4,[
  1161. [<pneumaticcraft:plastic:7>,<pneumaticcraft:plastic:7>,<pneumaticcraft:plastic:7>],
  1162. [<pneumaticcraft:plastic:7>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:7>],
  1163. [<pneumaticcraft:plastic:7>,<pneumaticcraft:plastic:7>,<pneumaticcraft:plastic:7>]
  1164. ]);
  1165. recipes.remove(<pneumaticcraft:programming_puzzle:8>);
  1166. recipes.addShaped(<pneumaticcraft:programming_puzzle:8>*4,[
  1167. [<pneumaticcraft:plastic:8>,<pneumaticcraft:plastic:8>,<pneumaticcraft:plastic:8>],
  1168. [<pneumaticcraft:plastic:8>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:8>],
  1169. [<pneumaticcraft:plastic:8>,<pneumaticcraft:plastic:8>,<pneumaticcraft:plastic:8>]
  1170. ]);
  1171. recipes.remove(<pneumaticcraft:programming_puzzle:9>);
  1172. recipes.addShaped(<pneumaticcraft:programming_puzzle:9>*4,[
  1173. [<pneumaticcraft:plastic:9>,<pneumaticcraft:plastic:9>,<pneumaticcraft:plastic:9>],
  1174. [<pneumaticcraft:plastic:9>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:9>],
  1175. [<pneumaticcraft:plastic:9>,<pneumaticcraft:plastic:9>,<pneumaticcraft:plastic:9>]
  1176. ]);
  1177. recipes.remove(<pneumaticcraft:programming_puzzle:10>);
  1178. recipes.addShaped(<pneumaticcraft:programming_puzzle:10>*4,[
  1179. [<pneumaticcraft:plastic:10>,<pneumaticcraft:plastic:10>,<pneumaticcraft:plastic:10>],
  1180. [<pneumaticcraft:plastic:10>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:10>],
  1181. [<pneumaticcraft:plastic:10>,<pneumaticcraft:plastic:10>,<pneumaticcraft:plastic:10>]
  1182. ]);
  1183. recipes.remove(<pneumaticcraft:programming_puzzle:11>);
  1184. recipes.addShaped(<pneumaticcraft:programming_puzzle:11>*4,[
  1185. [<pneumaticcraft:plastic:11>,<pneumaticcraft:plastic:11>,<pneumaticcraft:plastic:11>],
  1186. [<pneumaticcraft:plastic:11>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:11>],
  1187. [<pneumaticcraft:plastic:11>,<pneumaticcraft:plastic:11>,<pneumaticcraft:plastic:11>]
  1188. ]);
  1189. recipes.remove(<pneumaticcraft:programming_puzzle:12>);
  1190. recipes.addShaped(<pneumaticcraft:programming_puzzle:12>*4,[
  1191. [<pneumaticcraft:plastic:12>,<pneumaticcraft:plastic:12>,<pneumaticcraft:plastic:12>],
  1192. [<pneumaticcraft:plastic:12>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:12>],
  1193. [<pneumaticcraft:plastic:12>,<pneumaticcraft:plastic:12>,<pneumaticcraft:plastic:12>]
  1194. ]);
  1195. recipes.remove(<pneumaticcraft:programming_puzzle:13>);
  1196. recipes.addShaped(<pneumaticcraft:programming_puzzle:13>*4,[
  1197. [<pneumaticcraft:plastic:13>,<pneumaticcraft:plastic:13>,<pneumaticcraft:plastic:13>],
  1198. [<pneumaticcraft:plastic:13>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:13>],
  1199. [<pneumaticcraft:plastic:13>,<pneumaticcraft:plastic:13>,<pneumaticcraft:plastic:13>]
  1200. ]);
  1201. recipes.remove(<pneumaticcraft:programming_puzzle:14>);
  1202. recipes.addShaped(<pneumaticcraft:programming_puzzle:14>*4,[
  1203. [<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>],
  1204. [<pneumaticcraft:plastic:14>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:14>],
  1205. [<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>]
  1206. ]);
  1207. recipes.remove(<pneumaticcraft:programming_puzzle:15>);
  1208. recipes.addShaped(<pneumaticcraft:programming_puzzle:15>*4,[
  1209. [<pneumaticcraft:plastic:15>,<pneumaticcraft:plastic:15>,<pneumaticcraft:plastic:15>],
  1210. [<pneumaticcraft:plastic:15>,<gregtech:meta_item_2:32507>,<pneumaticcraft:plastic:15>],
  1211. [<pneumaticcraft:plastic:15>,<pneumaticcraft:plastic:15>,<pneumaticcraft:plastic:15>]
  1212. ]);
  1213. recipes.remove(<pneumaticcraft:liquid_hopper>);
  1214. recipes.addShaped(<pneumaticcraft:liquid_hopper>,[
  1215. [<ore:plateIron>,<gregtech:meta_tool:8>,<ore:plateIron>],
  1216. [<ore:plateIron>,<gregtech:machine:813>,<ore:plateIron>],
  1217. [null,<ore:plateIron>]
  1218. ]);
  1219. recipes.remove(<pneumaticcraft:network_component:3>);
  1220. recipes.addShaped(<pneumaticcraft:network_component:3>,[
  1221. [<gregtech:meta_item_2:32452>,<gregtech:meta_item_2:32452>,<gregtech:meta_item_2:32452>],
  1222. [<gregtech:meta_item_2:32452>,<minecraft:chest>,<gregtech:meta_item_2:32452>],
  1223. [<gregtech:meta_item_2:32452>,<gregtech:meta_item_2:32452>,<gregtech:meta_item_2:32452>]
  1224. ]);
  1225. recipes.addShaped(<pneumaticcraft:network_component:3>,[
  1226. [<gregtech:meta_item_2:32458>,<gregtech:meta_item_2:32458>,<gregtech:meta_item_2:32458>],
  1227. [<gregtech:meta_item_2:32458>,<minecraft:chest>,<gregtech:meta_item_2:32458>],
  1228. [<gregtech:meta_item_2:32458>,<gregtech:meta_item_2:32458>,<gregtech:meta_item_2:32458>]
  1229. ]);
  1230. recipes.remove(<pneumaticcraft:network_component:5>);
  1231. recipes.addShaped(<pneumaticcraft:network_component:5>*16,[
  1232. [<gregtech:meta_item_2:32461>,<gregtech:meta_item_2:32461>,<gregtech:meta_item_2:32461>],
  1233. [<gregtech:meta_item_2:32461>,<minecraft:chest>,<gregtech:meta_item_2:32461>],
  1234. [<gregtech:meta_item_2:32461>,<gregtech:meta_item_2:32461>,<gregtech:meta_item_2:32461>]
  1235. ]);
  1236. recipes.addShaped(<pneumaticcraft:network_component:5>*16,[
  1237. [<gregtech:meta_item_2:32460>,<gregtech:meta_item_2:32460>,<gregtech:meta_item_2:32460>],
  1238. [<gregtech:meta_item_2:32460>,<minecraft:chest>,<gregtech:meta_item_2:32460>],
  1239. [<gregtech:meta_item_2:32460>,<gregtech:meta_item_2:32460>,<gregtech:meta_item_2:32460>]
  1240. ]);
  1241. recipes.remove(<pneumaticcraft:pneumatic_helmet>);
  1242. recipes.addShaped(<pneumaticcraft:pneumatic_helmet>,[
  1243. [<pneumaticcraft:air_canister>,<ore:circuitExtreme>,<pneumaticcraft:air_canister>],
  1244. [<pneumaticcraft:air_canister>,<minecraft:leather_helmet>,<pneumaticcraft:air_canister>]
  1245. ]);
  1246. recipes.remove(<pneumaticcraft:pneumatic_chestplate>);
  1247. recipes.addShaped(<pneumaticcraft:pneumatic_chestplate>,[
  1248. [<pneumaticcraft:air_canister>,<ore:circuitExtreme>,<pneumaticcraft:air_canister>],
  1249. [<pneumaticcraft:air_canister>,<minecraft:leather_chestplate>,<pneumaticcraft:air_canister>],
  1250. [<pneumaticcraft:air_canister>,<pneumaticcraft:air_canister>,<pneumaticcraft:air_canister>]
  1251. ]);
  1252. recipes.remove(<pneumaticcraft:pneumatic_leggings>);
  1253. recipes.addShaped(<pneumaticcraft:pneumatic_leggings>,[
  1254. [<pneumaticcraft:air_canister>,<ore:circuitExtreme>,<pneumaticcraft:air_canister>],
  1255. [<pneumaticcraft:air_canister>,<minecraft:leather_leggings>,<pneumaticcraft:air_canister>],
  1256. [<ore:ingotIronCompressed>,null,<ore:ingotIronCompressed>]
  1257. ]);
  1258. recipes.remove(<pneumaticcraft:pneumatic_boots>);
  1259. recipes.addShaped(<pneumaticcraft:pneumatic_boots>,[
  1260. [<pneumaticcraft:air_canister>,<ore:circuitExtreme>, <pneumaticcraft:air_canister>],
  1261. [<pneumaticcraft:air_canister>,<minecraft:leather_boots>,<pneumaticcraft:air_canister>]
  1262. ]);
  1263. recipes.remove(<pneumaticcraft:remote>);
  1264. recipes.addShaped(<pneumaticcraft:remote>,[
  1265. [null,<pneumaticcraft:network_component:3>],
  1266. [<gregtech:meta_item_2:32461>,<pneumaticcraft:gps_tool>,<gregtech:meta_item_2:32461>],
  1267. [<gregtech:meta_item_2:32461>,<pneumaticcraft:network_component:2>,<gregtech:meta_item_2:32461>]
  1268. ]);
  1269. recipes.removeByRecipeName("pneumaticcraft:drone_from_harvesting_drone");
  1270. recipes.addShapeless(<pneumaticcraft:drone>,[<pneumaticcraft:harvesting_drone>,<ore:circuitExtreme>]);
  1271. recipes.removeByRecipeName("pneumaticcraft:drone");
  1272. recipes.addShaped(<pneumaticcraft:drone>,[
  1273. [null,<pneumaticcraft:turbine_rotor>],
  1274. [<pneumaticcraft:turbine_rotor>,<ore:circuitExtreme>,<pneumaticcraft:turbine_rotor>],
  1275. [null,<pneumaticcraft:turbine_rotor>]
  1276. ]);
  1277. recipes.removeByRecipeName("pneumaticcraft:drone_from_logistic_drone");
  1278. recipes.addShapeless(<pneumaticcraft:drone>,[<pneumaticcraft:logistic_drone>,<ore:circuitExtreme>]);
  1279. recipes.remove(<pneumaticcraft:volume_upgrade>);
  1280. recipes.addShaped(<pneumaticcraft:volume_upgrade>,[
  1281. [<ore:plateLapis>,<ore:plateIronCompressed>,<ore:plateLapis>],
  1282. [<ore:plateIronCompressed>,<pneumaticcraft:air_canister>,<ore:plateIronCompressed>],
  1283. [<ore:plateLapis>,<ore:plateIronCompressed>,<ore:plateLapis>]
  1284. ]);
  1285. recipes.remove(<pneumaticcraft:item_life_upgrade>);
  1286. recipes.addShaped(<pneumaticcraft:item_life_upgrade>,[
  1287. [<ore:plateLapis>,<minecraft:apple>,<ore:plateLapis>],
  1288. [<minecraft:apple>,<minecraft:clock>,<minecraft:apple>],
  1289. [<ore:plateLapis>,<minecraft:apple>,<ore:plateLapis>]
  1290. ]);
  1291. recipes.remove(<pneumaticcraft:entity_tracker_upgrade>);
  1292. recipes.addShaped(<pneumaticcraft:entity_tracker_upgrade>,[
  1293. [<ore:plateLapis>,<minecraft:bone>,<ore:plateLapis>],
  1294. [<minecraft:bone>,<minecraft:fermented_spider_eye>,<minecraft:bone>],
  1295. [<ore:plateLapis>,<minecraft:bone>,<ore:plateLapis>]
  1296. ]);
  1297. recipes.remove(<pneumaticcraft:block_tracker_upgrade>);
  1298. recipes.addShaped(<pneumaticcraft:block_tracker_upgrade>,[
  1299. [<ore:plateLapis>,<pneumaticcraft:pressure_chamber_wall>,<ore:plateLapis>],
  1300. [<pneumaticcraft:pressure_chamber_wall>,<minecraft:fermented_spider_eye>,<pneumaticcraft:pressure_chamber_wall>],
  1301. [<ore:plateLapis>,<pneumaticcraft:pressure_chamber_wall>,<ore:plateLapis>]
  1302. ]);
  1303. recipes.remove(<pneumaticcraft:speed_upgrade>);
  1304. recipes.addShaped(<pneumaticcraft:speed_upgrade>,[
  1305. [<ore:plateLapis>,<minecraft:sugar>,<ore:plateLapis>],
  1306. [<minecraft:sugar>,<forge:bucketfilled>.withTag({FluidName: "lubricant", Amount: 1000}).onlyWithTag({FluidName: "lubricant", Amount: 1000}),<minecraft:sugar>],
  1307. [<ore:plateLapis>,<minecraft:sugar>,<ore:plateLapis>]
  1308. ]);
  1309. recipes.remove(<pneumaticcraft:search_upgrade>);
  1310. recipes.addShaped(<pneumaticcraft:search_upgrade>,[
  1311. [<ore:plateLapis>,<minecraft:ender_eye>,<ore:plateLapis>],
  1312. [<minecraft:ender_eye>,<minecraft:golden_carrot>,<minecraft:ender_eye>],
  1313. [<ore:plateLapis>,<minecraft:ender_eye>,<ore:plateLapis>]
  1314. ]);
  1315. recipes.remove(<pneumaticcraft:coordinate_tracker_upgrade>);
  1316. recipes.addShaped(<pneumaticcraft:coordinate_tracker_upgrade>,[
  1317. [<ore:plateLapis>,<ore:dustRedstone>,<ore:plateLapis>],
  1318. [<ore:dustRedstone>,<pneumaticcraft:gps_tool>,<ore:dustRedstone>],
  1319. [<ore:plateLapis>,<ore:dustRedstone>,<ore:plateLapis>]
  1320. ]);
  1321. recipes.remove(<pneumaticcraft:range_upgrade>);
  1322. recipes.addShaped(<pneumaticcraft:range_upgrade>,[
  1323. [<ore:plateLapis>,<minecraft:arrow>,<ore:plateLapis>],
  1324. [<minecraft:arrow>,<minecraft:bow>,<minecraft:arrow>],
  1325. [<ore:plateLapis>,<minecraft:arrow>,<ore:plateLapis>]
  1326. ]);
  1327. recipes.remove(<pneumaticcraft:security_upgrade>);
  1328. recipes.addShaped(<pneumaticcraft:security_upgrade>,[
  1329. [<ore:plateLapis>,<ore:obsidian>,<ore:plateLapis>],
  1330. [<ore:obsidian>,<pneumaticcraft:safety_tube_module>,<ore:obsidian>],
  1331. [<ore:plateLapis>,<ore:obsidian>,<ore:plateLapis>]
  1332. ]);
  1333. recipes.remove(<pneumaticcraft:magnet_upgrade>);
  1334. recipes.addShaped(<pneumaticcraft:magnet_upgrade>,[
  1335. [<ore:plateLapis>,<ore:plateIronCompressed>,<ore:plateLapis>],
  1336. [<ore:plateIronCompressed>,<pneumaticcraft:plastic:1>,<ore:plateIronCompressed>],
  1337. [<ore:plateLapis>,<ore:plateIronCompressed>,<ore:plateLapis>]
  1338. ]);
  1339. recipes.remove(<pneumaticcraft:charging_upgrade>);
  1340. recipes.addShaped(<pneumaticcraft:charging_upgrade>,[
  1341. [<ore:plateLapis>,<pneumaticcraft:pressure_tube:*>,<ore:plateLapis>],
  1342. [<pneumaticcraft:pressure_tube:*>,<pneumaticcraft:charging_module>,<pneumaticcraft:pressure_tube:*>],
  1343. [<ore:plateLapis>,<pneumaticcraft:pressure_tube:*>,<ore:plateLapis>]
  1344. ]);
  1345. recipes.remove(<pneumaticcraft:armor_upgrade>);
  1346. recipes.addShaped(<pneumaticcraft:armor_upgrade>,[
  1347. [<ore:plateLapis>,<ore:plateDiamond>,<ore:plateLapis>],
  1348. [<ore:plateDiamond>,<ore:plateIronCompressed>,<ore:plateDiamond>],
  1349. [<ore:plateLapis>,<ore:plateDiamond>,<ore:plateLapis>]
  1350. ]);
  1351. recipes.remove(<pneumaticcraft:jet_boots_upgrade>);
  1352. recipes.addShaped(<pneumaticcraft:jet_boots_upgrade>,[
  1353. [<ore:plateLapis>,<pneumaticcraft:advanced_pressure_tube>,<ore:plateLapis>],
  1354. [<pneumaticcraft:vortex_cannon>,<pneumaticcraft:advanced_air_compressor>,<pneumaticcraft:vortex_cannon>],
  1355. [<ore:plateLapis>,<pneumaticcraft:advanced_pressure_tube>,<ore:plateLapis>]
  1356. ]);
  1357. recipes.remove(<pneumaticcraft:scuba_upgrade>);
  1358. recipes.addShaped(<pneumaticcraft:scuba_upgrade>,[
  1359. [<ore:plateLapis>,<pneumaticcraft:pressure_tube:*>,<ore:plateLapis>],
  1360. [<pneumaticcraft:plastic:11>,<pneumaticcraft:regulator_tube_module>,<pneumaticcraft:plastic:11>],
  1361. [<ore:plateLapis>,<pneumaticcraft:plastic>,<ore:plateLapis>]
  1362. ]);
  1363. recipes.remove(<pneumaticcraft:dispenser_upgrade>);
  1364. recipes.addShaped(<pneumaticcraft:dispenser_upgrade>,[
  1365. [<ore:plateLapis>,<ore:plateNetherQuartz>,<ore:plateLapis>],
  1366. [<ore:plateNetherQuartz>,<minecraft:dispenser>,<ore:plateNetherQuartz>],
  1367. [<ore:plateLapis>,<ore:plateNetherQuartz>,<ore:plateLapis>]
  1368. ]);
  1369. recipes.remove(<pneumaticcraft:night_vision_upgrade>);
  1370. recipes.addShaped(<pneumaticcraft:night_vision_upgrade>,[
  1371. [<ore:plateLapis>,<minecraft:potion>.withTag({Potion: "minecraft:long_night_vision"}).onlyWithTag({Potion: "minecraft:long_night_vision"}),<ore:plateLapis>],
  1372. [<pneumaticcraft:pressure_chamber_glass>,<minecraft:potion>.withTag({Potion: "minecraft:long_night_vision"}).onlyWithTag({Potion: "minecraft:long_night_vision"}),<pneumaticcraft:pressure_chamber_glass>],
  1373. [<ore:plateLapis>,<minecraft:potion>.withTag({Potion: "minecraft:long_night_vision"}).onlyWithTag({Potion: "minecraft:long_night_vision"}),<ore:plateLapis>]
  1374. ]);
  1375. recipes.remove(<pneumaticcraft:pneumatic_door>);
  1376. recipes.addShaped(<pneumaticcraft:pneumatic_door>,[
  1377. [<ore:ingotIronCompressed>,<ore:ingotIronCompressed>],
  1378. [<ore:ingotIronCompressed>,<ore:ingotIronCompressed>,<gregtech:meta_tool:6>],
  1379. [<ore:ingotIronCompressed>,<ore:ingotIronCompressed>]
  1380. ]);
  1381. recipes.remove(<pneumaticcraft:assembly_io_unit>);
  1382. recipes.addShaped(<pneumaticcraft:assembly_io_unit>,[
  1383. [<pneumaticcraft:omnidirectional_hopper>,<pneumaticcraft:pneumatic_cylinder>,<pneumaticcraft:pneumatic_cylinder>],
  1384. [null,null,<pneumaticcraft:pneumatic_cylinder>],
  1385. [<ore:plateIronCompressed>,<gregtech:meta_item_2:32507>,<ore:plateIronCompressed>]
  1386. ]);
  1387. recipes.remove(<pneumaticcraft:assembly_drill>);
  1388. recipes.addShaped(<pneumaticcraft:assembly_drill>,[
  1389. [<ore:toolHeadDrillDiamond>,<pneumaticcraft:pneumatic_cylinder>,<pneumaticcraft:pneumatic_cylinder>],
  1390. [null,null,<pneumaticcraft:pneumatic_cylinder>],
  1391. [<ore:plateIronCompressed>,<gregtech:meta_item_2:32507>,<ore:plateIronCompressed>]
  1392. ]);
  1393. recipes.remove(<pneumaticcraft:assembly_laser>);
  1394. recipes.addShaped(<pneumaticcraft:assembly_laser>,[
  1395. [<gregtech:meta_item_1:32682>,<pneumaticcraft:pneumatic_cylinder>,<pneumaticcraft:pneumatic_cylinder>],
  1396. [null,null,<pneumaticcraft:pneumatic_cylinder>],
  1397. [<ore:plateIronCompressed>,<gregtech:meta_item_2:32507>,<ore:plateIronCompressed>]
  1398. ]);
  1399. recipes.remove(<pneumaticcraft:assembly_platform>);
  1400. recipes.addShaped(<pneumaticcraft:assembly_platform>,[
  1401. [<pneumaticcraft:pneumatic_cylinder>,null,<pneumaticcraft:pneumatic_cylinder>],
  1402. [<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>,<pneumaticcraft:plastic:14>],
  1403. [<ore:plateIronCompressed>,<gregtech:meta_item_2:32507>,<ore:plateIronCompressed>]
  1404. ]);
  1405. recipes.remove(<pneumaticcraft:assembly_controller>);
  1406. recipes.addShaped(<pneumaticcraft:assembly_controller>,[
  1407. [null,<ore:circuitExtreme>,<ore:plateGlass>],
  1408. [null,<pneumaticcraft:pressure_tube:*>],
  1409. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>]
  1410. ]);
  1411. recipes.remove(<pneumaticcraft:security_station>);
  1412. recipes.addShaped(<pneumaticcraft:security_station>,[
  1413. [<pneumaticcraft:plastic:8>,<ore:plateGlass>,<pneumaticcraft:plastic:8>],
  1414. [<pneumaticcraft:turbine_rotor>,<ore:circuitExtreme>,<pneumaticcraft:turbine_rotor>],
  1415. [<pneumaticcraft:plastic:8>,null,<pneumaticcraft:plastic:8>]
  1416. ]);
  1417. recipes.remove(<pneumaticcraft:programmer>);
  1418. recipes.addShaped(<pneumaticcraft:programmer>,[
  1419. [<pneumaticcraft:plastic:1>,<ore:plateGlass>,<pneumaticcraft:plastic:1>],
  1420. [<pneumaticcraft:turbine_rotor>,<ore:circuitExtreme>,<pneumaticcraft:turbine_rotor>],
  1421. [<pneumaticcraft:plastic:1>,null,<pneumaticcraft:plastic:1>]
  1422. ]);
  1423. recipes.remove(<pneumaticcraft:plastic_mixer>);
  1424. recipes.addShaped(<pneumaticcraft:plastic_mixer>,[
  1425. [<ore:plateIronCompressed>,<ore:blockGlass>,<ore:plateIronCompressed>],
  1426. [<ore:blockGlass>,<ore:rotorSteel>,<ore:blockGlass>],
  1427. [<ore:plateIronCompressed>,<ore:plateIronCompressed>,<ore:plateIronCompressed>]
  1428. ]);
  1429. recipes.remove(<pneumaticcraft:programmable_controller>);
  1430. recipes.addShaped(<pneumaticcraft:programmable_controller>,[
  1431. [<ore:plateIronCompressed>,<pneumaticcraft:remote>,<ore:plateIronCompressed>],
  1432. [<ore:circuitExtreme>,<pneumaticcraft:drone>,<pneumaticcraft:advanced_pressure_tube>],
  1433. [<ore:plateIronCompressed>,<pneumaticcraft:network_component:4>,<ore:plateIronCompressed>]
  1434. ]);
  1435. recipes.remove(<pneumaticcraft:pneumatic_dynamo>);
  1436. recipes.addShaped(<pneumaticcraft:pneumatic_dynamo>,[
  1437. [null,<ore:wireGtQuadrupleRedAlloy>],
  1438. [<ore:plateRedstone>,<ore:circuitExtreme>,<ore:plateRedstone>],
  1439. [<ore:gearIronCompressed>,<pneumaticcraft:advanced_pressure_tube>,<ore:gearIronCompressed>]
  1440. ]);
  1441. recipes.remove(<pneumaticcraft:flux_compressor>);
  1442. recipes.addShaped(<pneumaticcraft:flux_compressor>,[
  1443. [<ore:dustRedstone>,<ore:gearIronCompressed>,<ore:circuitExtreme>],
  1444. [<ore:blockRedstone>,<pneumaticcraft:turbine_rotor>,<pneumaticcraft:advanced_pressure_tube>],
  1445. [<ore:dustRedstone>,<minecraft:furnace>,<ore:circuitExtreme>]
  1446. ]);
  1447. recipes.removeByRecipeName("pneumaticcraft:pressure_chamber_valve");
  1448.  
  1449. //Hide the pointless stuff
  1450. mods.jei.JEI.removeAndHide(<pneumaticcraft:refinery>);
  1451. mods.jei.JEI.removeAndHide(<pneumaticcraft:thermopneumatic_processing_plant>);
  1452. mods.jei.JEI.removeAndHide(<pneumaticcraft:seismic_sensor>);
  1453. mods.jei.JEI.removeAndHide(<pneumaticcraft:pcb_blueprint>);
  1454. mods.jei.JEI.removeAndHide(<pneumaticcraft:transistor>);
  1455. mods.jei.JEI.removeAndHide(<pneumaticcraft:capacitor>);
  1456. mods.jei.JEI.removeAndHide(<pneumaticcraft:empty_pcb:*>);
  1457. mods.jei.JEI.removeAndHide(<pneumaticcraft:printed_circuit_board>);
  1458. mods.jei.JEI.removeAndHide(<pneumaticcraft:compressed_iron_gear>);
  1459. mods.jei.JEI.removeAndHide(<pneumaticcraft:advanced_pcb>);
  1460. mods.jei.JEI.removeAndHide(<pneumaticcraft:uv_light_box>);
  1461. mods.jei.JEI.removeAndHide(<pneumaticcraft:kerosene_lamp>);
  1462. mods.jei.JEI.removeAndHide(<pneumaticcraft:unassembled_pcb>);
  1463. mods.jei.JEI.removeAndHide(<pneumaticcraft:failed_pcb>);
  1464.  
  1465. //Replace The Vanilla Hopper
  1466. mods.jei.JEI.removeAndHide(<minecraft:hopper>);
  1467. recipes.remove(<pneumaticcraft:omnidirectional_hopper>);
  1468. recipes.addShaped(<pneumaticcraft:omnidirectional_hopper>,[
  1469. [<ore:plateIron>,<gregtech:meta_tool:8>,<ore:plateIron>],
  1470. [<ore:plateIron>,<minecraft:chest>,<ore:plateIron>],
  1471. [null,<ore:plateIron>]
  1472. ]);
  1473. recipes.remove(<minecraft:hopper_minecart>);
  1474. recipes.addShaped(<minecraft:hopper_minecart>,[
  1475. [<pneumaticcraft:omnidirectional_hopper>],
  1476. [<minecraft:minecart>]
  1477. ]);
  1478.  
  1479. mods.jei.JEI.removeAndHide(<exnihilocreatio:block_auto_sifter>);
  1480. mods.jei.JEI.removeAndHide(<exnihilocreatio:hive:*>);
  1481.  
  1482. recipes.remove(<pneumaticcraft:aerial_interface>);
  1483. recipes.addShaped(<pneumaticcraft:aerial_interface>,[
  1484. [<pneumaticcraft:pressure_chamber_wall>,<pneumaticcraft:omnidirectional_hopper>,<pneumaticcraft:pressure_chamber_wall>],
  1485. [<ore:plateEnderPearl>,<minecraft:skull:1>,<ore:plateEnderPearl>],
  1486. [<pneumaticcraft:pressure_chamber_wall>,<pneumaticcraft:advanced_pressure_tube>,<pneumaticcraft:pressure_chamber_wall>]
  1487. ]);
  1488.  
  1489. recipes.remove(<pneumaticcraft:pressure_chamber_interface>);
  1490. recipes.addShapeless(<pneumaticcraft:pressure_chamber_interface>,[<pneumaticcraft:pressure_chamber_wall>,<pneumaticcraft:omnidirectional_hopper>]);
  1491.  
  1492. recipes.remove(<pneumaticcraft:transfer_gadget>);
  1493. recipes.addShapeless(<pneumaticcraft:transfer_gadget>,[<gregtech:meta_item_1:32630>,<ore:plateIronCompressed>]);
  1494.  
  1495. //Forestry
  1496. //Gregification
  1497. recipes.remove(<forestry:pipette>);
  1498. recipes.addShaped(<forestry:pipette>,[
  1499. [null,null,<ore:wool>],
  1500. [null,<ore:plateGlass>],
  1501. [<ore:plateGlass>,<gregtech:meta_tool:9>]
  1502. ]);
  1503.  
  1504. recipes.remove(<forestry:sturdy_machine>);
  1505. recipes.addShaped(<forestry:sturdy_machine>,[
  1506. [<ore:plateBrass>,<ore:plateBrass>,<ore:plateBrass>],
  1507. [<ore:plateBrass>,<gregtech:meta_tool:8>,<ore:plateBrass>],
  1508. [<ore:plateBrass>,<ore:plateBrass>,<ore:plateBrass>]
  1509. ]);
  1510.  
  1511. recipes.remove(<forestry:worktable>);
  1512. recipes.addShaped(<forestry:worktable>,[
  1513. [<ore:plateInvar>],
  1514. [<projectred-expansion:machine2:10>],
  1515. [<minecraft:bookshelf>]
  1516. ]);
  1517.  
  1518. recipes.remove(<forestry:naturalist_helmet>);
  1519. recipes.addShaped(<forestry:naturalist_helmet>,[
  1520. [<gregtech:meta_tool:9>,<ore:stickLongWroughtIron>,<gregtech:meta_tool:6>],
  1521. [<ore:lensGlass>,<gtadditions:ga_meta_tool:1>,<ore:lensGlass>]
  1522. ]);
  1523.  
  1524. recipes.remove(<forestry:genetic_filter>);
  1525. recipes.addShaped(<forestry:genetic_filter>*3,[
  1526. [<ore:plateWood>,<ore:plateDiamond>,<ore:plateWood>],
  1527. [<forestry:propolis:*>,<ore:plateGlass>,<forestry:propolis:*>],
  1528. [<ore:gearBronze>,<ore:plateDiamond>,<ore:gearBronze>]
  1529. ]);
  1530. recipes.addShaped(<forestry:genetic_filter>*3,[
  1531. [<ore:plateWood>,<ore:plateDiamond>,<ore:plateWood>],
  1532. [<ore:fruitForestry>,<ore:plateGlass>,<ore:fruitForestry>],
  1533. [<ore:gearBronze>,<ore:plateDiamond>,<ore:gearBronze>]
  1534. ]);
  1535.  
  1536. recipes.remove(<forestry:engine_clockwork>);
  1537. recipes.addShaped(<forestry:engine_clockwork>,[
  1538. [null,<ore:plateLapis>],
  1539. [<ore:plateBrass>,<ore:springBrass>,<ore:plateBrass>],
  1540. [<ore:gearBrass>,<minecraft:piston>,<ore:gearBrass>]
  1541. ]);
  1542.  
  1543. recipes.remove(<forestry:engine_biogas>);
  1544. recipes.addShaped(<forestry:engine_biogas>,[
  1545. [null,<ore:plateLapis>],
  1546. [<ore:plateBronze>,<ore:springBronze>,<ore:plateBronze>],
  1547. [<ore:gearBronze>,<minecraft:piston>,<ore:gearBronze>]
  1548. ]);
  1549.  
  1550. recipes.remove(<forestry:engine_peat>);
  1551. recipes.addShaped(<forestry:engine_peat>,[
  1552. [null,<ore:plateLapis>],
  1553. [<ore:plateCopper>,<ore:springCopper>,<ore:plateCopper>],
  1554. [<ore:gearCopper>,<minecraft:piston>,<ore:gearCopper>]
  1555. ]);
  1556.  
  1557. recipes.remove(<forestry:fabricator>);
  1558. recipes.addShaped(<forestry:fabricator>,[
  1559. [<ore:plateSteel>,<ore:plateTin>,<ore:plateSteel>],
  1560. [<ore:wireGtQuadrupleCopper>,<forestry:sturdy_machine>,<ore:wireGtQuadrupleCopper>],
  1561. [<ore:plateSteel>,<minecraft:chest>,<ore:plateSteel>]
  1562. ]);
  1563.  
  1564. recipes.remove(<forestry:bog_earth>);
  1565. recipes.remove(<forestry:humus>);
  1566.  
  1567. recipes.remove(<forestry:carpenter>);
  1568. recipes.addShaped(<forestry:carpenter>,[
  1569. [<ore:plateBronze>,<ore:circuitBasic>,<ore:plateBronze>],
  1570. [<ore:gearBronze>,<forestry:sturdy_machine>,<ore:gearBronze>],
  1571. [<ore:plateBronze>,<ore:circuitBasic>,<ore:plateBronze>]
  1572. ]);
  1573.  
  1574. recipes.remove(<forestry:moistener>);
  1575. recipes.addShaped(<forestry:moistener>,[
  1576. [<ore:plateCopper>,<ore:circuitBasic>,<ore:plateCopper>],
  1577. [<ore:gearCopper>,<forestry:sturdy_machine>,<ore:gearCopper>],
  1578. [<ore:plateCopper>,<ore:circuitBasic>,<ore:plateCopper>]
  1579. ]);
  1580.  
  1581. recipes.remove(<forestry:mailbox>);
  1582. recipes.addShaped(<forestry:mailbox>,[
  1583. [<ore:plateTin>,<minecraft:chest>,<ore:plateTin>],
  1584. [<minecraft:chest>,<forestry:sturdy_machine>,<minecraft:chest>],
  1585. [<ore:plateTin>,<ore:plateTin>,<ore:plateTin>]
  1586. ]);
  1587.  
  1588. recipes.remove(<forestry:analyzer>);
  1589. recipes.addShaped(<forestry:analyzer>,[
  1590. [<ore:plateTin>,<forestry:portable_alyzer>,<ore:plateTin>],
  1591. [<gregtech:meta_item_1:32690>,<forestry:sturdy_machine>,<gregtech:meta_item_1:32690>],
  1592. [<ore:plateTin>,<ore:plateTin>,<ore:plateTin>]
  1593. ]);
  1594.  
  1595. recipes.remove(<botany:trowel_iron>);
  1596. recipes.addShaped(<botany:trowel_iron>,[
  1597. [<gregtech:meta_tool:6>,<ore:plateIron>],
  1598. [<ore:stickWood>,<gregtech:meta_tool:9>]
  1599. ]);
  1600.  
  1601. recipes.remove(<botany:trowel_gold>);
  1602. recipes.addShaped(<botany:trowel_gold>,[
  1603. [<gregtech:meta_tool:6>,<ore:plateGold>],
  1604. [<ore:stickWood>,<gregtech:meta_tool:9>]
  1605. ]);
  1606.  
  1607. recipes.remove(<botany:trowel_diamond>);
  1608. recipes.addShaped(<botany:trowel_diamond>,[
  1609. [<gregtech:meta_tool:6>,<ore:plateDiamond>],
  1610. [<ore:stickWood>,<gregtech:meta_tool:9>]
  1611. ]);
  1612.  
  1613. recipes.remove(<binniecore:field_kit>);
  1614. recipes.addShapeless(<binniecore:field_kit>,[<gregtech:meta_tool:36>.noReturn(),<ore:dyeBlack>,<minecraft:paper>]);
  1615.  
  1616. recipes.remove(<botany:soil_meter>);
  1617. recipes.addShaped(<botany:soil_meter>,[
  1618. [null,<minecraft:redstone>,<ore:plateGold>],
  1619. [null,<ore:plateGold>,<gregtech:meta_tool:6>],
  1620. [<ore:stickIron>]
  1621. ]);
  1622.  
  1623. recipes.remove(<genetics:misc>);
  1624. recipes.addShaped(<genetics:misc>,[
  1625. [<ore:plateWroughtIron>,<ore:plateTin>,<ore:plateWroughtIron>],
  1626. [<ore:plateTin>,<forestry:sturdy_machine>,<ore:plateTin>],
  1627. [<ore:plateWroughtIron>,<ore:plateTin>,<ore:plateWroughtIron>]
  1628. ]);
  1629.  
  1630. recipes.remove(<extratrees:machine:6>);
  1631. recipes.addShaped(<extratrees:machine:6>,[
  1632. [<ore:plateCopper>,<ore:blockGlass>,<ore:plateCopper>],
  1633. [<ore:circuitBasic>,<forestry:sturdy_machine>,<ore:circuitBasic>],
  1634. [<ore:plateCopper>,<ore:gearCopper>,<ore:plateCopper>]
  1635. ]);
  1636.  
  1637. recipes.remove(<extratrees:machine:4>);
  1638. recipes.addShaped(<extratrees:machine:4>,[
  1639. [<ore:plateTin>,<gregtech:meta_item_1:32640>,<ore:plateTin>],
  1640. [<ore:circuitBasic>,<forestry:sturdy_machine>,<ore:circuitBasic>],
  1641. [<ore:plateTin>,<ore:gearTin>,<ore:plateTin>]
  1642. ]);
  1643.  
  1644. recipes.remove(<extratrees:machine:5>);
  1645. recipes.addShaped(<extratrees:machine:5>,[
  1646. [<ore:plateBronze>,<ore:blockGlass>,<ore:plateBronze>],
  1647. [<ore:circuitBasic>,<forestry:sturdy_machine>,<ore:circuitBasic>],
  1648. [<ore:plateBronze>,<ore:gearBronze>,<ore:plateBronze>]
  1649. ]);
  1650.  
  1651. recipes.remove(<forestry:rainmaker>);
  1652. recipes.addShaped(<forestry:rainmaker>,[
  1653. [null,<gregtech:meta_item_1:32613>],
  1654. [null,<ore:blockGlass>],
  1655. [<ore:plateIridium>,<forestry:hardened_machine>,<ore:plateIridium>]
  1656. ]);
  1657.  
  1658. recipes.remove(<extrabees:alveary:3>);
  1659. recipes.addShaped(<extrabees:alveary:3>,[
  1660. [<ore:plateGold>,<forestry:thermionic_tubes:5>,<ore:plateGold>],
  1661. [<ore:plateUranium>,<forestry:alveary.plain>,<ore:plateUranium>],
  1662. [<ore:plateGold>,<forestry:thermionic_tubes:5>,<ore:plateGold>]
  1663. ]);
  1664.  
  1665. recipes.remove(<forestry:alveary.fan>);
  1666. recipes.addShaped(<forestry:alveary.fan>,[
  1667. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>],
  1668. [<ore:rotorSteel>,<forestry:alveary.plain>,<ore:rotorSteel>],
  1669. [<ore:plateIron>,<forestry:thermionic_tubes:4>,<ore:plateIron>]
  1670. ]);
  1671.  
  1672. recipes.remove(<forestry:alveary.heater>);
  1673. recipes.addShaped(<forestry:alveary.heater>,[
  1674. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>],
  1675. [<forestry:thermionic_tubes:4>,<forestry:alveary.plain>,<forestry:thermionic_tubes:4>],
  1676. [<ore:plateIron>,<pneumaticcraft:heat_frame>,<ore:plateIron>]
  1677. ]);
  1678.  
  1679. recipes.remove(<extrabees:alveary>);
  1680. recipes.addShaped(<extrabees:alveary>,[
  1681. [<forestry:oak_stick>,<forestry:oak_stick>,<forestry:oak_stick>],
  1682. [<forestry:thermionic_tubes:4>,<forestry:alveary.plain>,<forestry:thermionic_tubes:4>],
  1683. [<forestry:oak_stick>,<forestry:thermionic_tubes:4>,<forestry:oak_stick>]
  1684. ]);
  1685.  
  1686. recipes.remove(<forestry:alveary.swarmer>);
  1687. recipes.addShaped(<forestry:alveary.swarmer>,[
  1688. [<forestry:thermionic_tubes:5>,<ore:plateGold>,<forestry:thermionic_tubes:5>],
  1689. [<ore:plateGold>,<forestry:alveary.plain>,<ore:plateGold>],
  1690. [<forestry:thermionic_tubes:5>,<ore:plateGold>,<forestry:thermionic_tubes:5>]
  1691. ]);
  1692.  
  1693. recipes.remove(<forestry:fertilizer_compound>);
  1694. recipes.addShaped(<forestry:fertilizer_compound>*4,[
  1695. [<ore:sand>],
  1696. [<ore:dustApatite>],
  1697. [<ore:sand>]
  1698. ]);
  1699. recipes.addShaped(<forestry:fertilizer_compound>*8,[
  1700. [<ore:dustAsh>,<ore:dustAsh>,<ore:dustAsh>],
  1701. [<ore:dustAsh>,<ore:dustApatite>,<ore:dustAsh>],
  1702. [<ore:dustAsh>,<ore:dustAsh>,<ore:dustAsh>]
  1703. ]);
  1704.  
  1705. recipes.remove(<forestry:grafter>);
  1706. recipes.addShaped(<forestry:grafter>,[
  1707. [null,<gregtech:meta_tool:6>,<ore:ingotBronze>],
  1708. [null,<ore:stickWood>,<gregtech:meta_tool:9>],
  1709. [<ore:stickWood>]
  1710. ]);
  1711.  
  1712. //Removal
  1713. mods.jei.JEI.removeAndHide(<forestry:bottler>);
  1714. mods.jei.JEI.removeAndHide(<forestry:centrifuge>);
  1715. mods.jei.JEI.removeAndHide(<forestry:fermenter>);
  1716. mods.jei.JEI.removeAndHide(<forestry:squeezer>);
  1717. mods.jei.JEI.removeAndHide(<forestry:still>);
  1718. mods.jei.JEI.removeAndHide(<forestry:gear_bronze>);
  1719. mods.jei.JEI.removeAndHide(<forestry:gear_copper>);
  1720. mods.jei.JEI.removeAndHide(<forestry:gear_tin>);
  1721. mods.jei.JEI.removeAndHide(<forestry:scoop>);
  1722. mods.jei.JEI.removeAndHide(<extratrees:machine>);
  1723. mods.jei.JEI.removeAndHide(<forestry:wrench>);
  1724. mods.jei.JEI.removeAndHide(<forestry:raintank>);
  1725. mods.jei.JEI.removeAndHide(<forestry:fabricator>);
  1726. mods.jei.JEI.removeAndHide(<binniecore:storage:*>);
  1727. mods.jei.JEI.removeAndHide(<botany:trowel_wood>);
  1728. mods.jei.JEI.removeAndHide(<botany:trowel_stone>);
  1729. mods.jei.JEI.removeAndHide(<forestry:bronze_shovel>);
  1730. mods.jei.JEI.removeAndHide(<forestry:bronze_pickaxe>);
  1731. mods.jei.JEI.removeAndHide(<forestry:kit_shovel>);
  1732. mods.jei.JEI.removeAndHide(<forestry:kit_pickaxe>);
  1733.  
  1734. //GregTech
  1735. //No Rubber Trees in This Pack
  1736. mods.jei.JEI.hide(<gregtech:sapling>);
  1737. mods.jei.JEI.hide(<gregtech:log>);
  1738. mods.jei.JEI.hide(<gregtech:leaves>);
  1739.  
  1740. //TOP
  1741. //Remove pointless Probe Stuff
  1742. mods.jei.JEI.removeAndHide(<theoneprobe:probe>);
  1743. mods.jei.JEI.removeAndHide(<theoneprobe:iron_helmet_probe>);
  1744. mods.jei.JEI.removeAndHide(<theoneprobe:gold_helmet_probe>);
  1745. mods.jei.JEI.removeAndHide(<theoneprobe:diamond_helmet_probe>);
  1746.  
  1747. //Chisel
  1748. //Remove conflicting Compressor recipes
  1749. recipes.remove(<chisel:iron>);
  1750. recipes.remove(<chisel:gold>);
  1751. recipes.remove(<chisel:block_coal>);
  1752. recipes.remove(<chisel:lapis>);
  1753. recipes.remove(<chisel:redstone>);
  1754. recipes.remove(<chisel:diamond>);
  1755. recipes.remove(<chisel:emerald>);
  1756.  
  1757. //FMP
  1758. mods.jei.JEI.removeAndHide(<microblockcbe:stone_rod>);
  1759. recipes.remove(<microblockcbe:saw_stone>);
  1760. recipes.addShaped(<microblockcbe:saw_stone>,[
  1761. [<ore:stickStone>,<ore:stickStone>,<ore:stickWood>],
  1762. [<minecraft:flint>,<minecraft:flint>,<ore:stickWood>],
  1763. [<gregtech:meta_tool:6>,<gregtech:meta_tool:9>]
  1764. ]);
  1765. recipes.remove(<microblockcbe:saw_iron>);
  1766. recipes.addShaped(<microblockcbe:saw_iron>,[
  1767. [<ore:stickStone>,<ore:stickStone>,<ore:stickWood>],
  1768. [<ore:plateIron>,<ore:plateIron>,<ore:stickWood>],
  1769. [<gregtech:meta_tool:6>,<gregtech:meta_tool:9>]
  1770. ]);
  1771. recipes.remove(<microblockcbe:saw_diamond>);
  1772. recipes.addShaped(<microblockcbe:saw_diamond>,[
  1773. [<ore:stickStone>,<ore:stickStone>,<ore:stickWood>],
  1774. [<ore:plateDiamond>,<ore:plateDiamond>,<ore:stickWood>],
  1775. [<gregtech:meta_tool:6>,<gregtech:meta_tool:9>]
  1776. ]);
  1777.  
  1778. //FlodLights
  1779. recipes.remove(<floodlights:raw_filament>);
  1780. recipes.addShaped(<floodlights:raw_filament>,[
  1781. [null,<ore:dustGlowstone>],
  1782. [<ore:dustRedstone>,<ore:wireFineGold>,<ore:dustRedstone>],
  1783. [null,<ore:dustGlowstone>]
  1784. ]);
  1785.  
  1786. recipes.remove(<floodlights:electric_incandescent_light_bulb>);
  1787. recipes.addShapeless(<floodlights:electric_incandescent_light_bulb>,[<gregtech:meta_item_2:32454>,<floodlights:glowing_filament>,<ore:ringIron>]);
  1788.  
  1789. recipes.remove(<floodlights:electric_floodlight>);
  1790. recipes.addShaped(<floodlights:electric_floodlight>,[
  1791. [<ore:plateTinAlloy>,<ore:plateTinAlloy>,<ore:plateTinAlloy>],
  1792. [<ore:plateTinAlloy>,<floodlights:electric_incandescent_light_bulb>,<ore:plateGlass>],
  1793. [<ore:plateTinAlloy>,<ore:plateTinAlloy>,<ore:plateTinAlloy>]
  1794. ]);
  1795.  
  1796. recipes.remove(<floodlights:uv_floodlight>);
  1797. recipes.addShaped(<floodlights:uv_floodlight>,[
  1798. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>],
  1799. [<ore:plateIron>,<floodlights:electric_incandescent_light_bulb>,<ore:lensRutile>],
  1800. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>]
  1801. ]);
  1802.  
  1803. recipes.removeByRecipeName("floodlights:block_small_electric_floodlight");
  1804. recipes.addShaped(<floodlights:small_electric_floodlight_meta_block>,[
  1805. [<ore:plateGlass>,<ore:plateGlass>,<ore:plateGlass>],
  1806. [null,<floodlights:electric_incandescent_light_bulb>],
  1807. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>]
  1808. ]);
  1809.  
  1810. recipes.remove(<floodlights:grow_light>);
  1811. recipes.addShaped(<floodlights:grow_light>,[
  1812. [<ore:lensEnderEye>,<ore:lensEnderEye>,<ore:lensEnderEye>],
  1813. [null,<floodlights:electric_incandescent_light_bulb>],
  1814. [<ore:plateIron>,<ore:plateIron>,<ore:plateIron>]
  1815. ]);
  1816.  
  1817. //Remove Non-Electric FloodLights
  1818. mods.jei.JEI.removeAndHide(<floodlights:carbon_dissolver>);
  1819. mods.jei.JEI.removeAndHide(<floodlights:carbon_lantern>);
  1820. mods.jei.JEI.removeAndHide(<floodlights:carbon_floodlight>);
  1821.  
  1822. //ContentTweaker
  1823. //Custom Fuels
  1824. furnace.setFuel(<contenttweaker:uncompressed_charcoal>, 200);
  1825. furnace.setFuel(<contenttweaker:uncompressed_lignite_coal>, 200);
  1826. furnace.setFuel(<contenttweaker:uncompressed_coal_coke>, 400);
  1827. furnace.setFuel(<contenttweaker:uncompressed_lignite_coke>, 400);
  1828.  
  1829. furnace.setFuel(<forge:bucketfilled>.withTag({FluidName: "creosote", Amount: 1000}), 6400);
  1830.  
  1831. recipes.addShapeless(<contenttweaker:uncompressed_charcoal>*8,[<minecraft:coal:1>]);
  1832. recipes.addShapeless(<minecraft:coal:1>,[<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>,<contenttweaker:uncompressed_charcoal>]);
  1833. recipes.addShapeless(<contenttweaker:uncompressed_lignite_coal>*6,[<ore:gemLignite>]);
  1834. recipes.addShapeless(<gregtech:meta_item_1:8211>,[<contenttweaker:uncompressed_lignite_coal>,<contenttweaker:uncompressed_lignite_coal>,<contenttweaker:uncompressed_lignite_coal>,<contenttweaker:uncompressed_lignite_coal>,<contenttweaker:uncompressed_lignite_coal>,<contenttweaker:uncompressed_lignite_coal>]);
  1835.  
  1836. recipes.addShapeless(<contenttweaker:uncompressed_coal_coke>*8,[<ore:fuelCoke>]);
  1837. recipes.addShapeless(<gregtech:meta_item_1:8997>,[<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>,<contenttweaker:uncompressed_coal_coke>]);
  1838. recipes.addShapeless(<contenttweaker:uncompressed_lignite_coke>*6,[<ore:gemLigniteCoke>]);
  1839. recipes.addShapeless(<gregtech:meta_item_1:8879>,[<contenttweaker:uncompressed_lignite_coke>,<contenttweaker:uncompressed_lignite_coke>,<contenttweaker:uncompressed_lignite_coke>,<contenttweaker:uncompressed_lignite_coke>,<contenttweaker:uncompressed_lignite_coke>,<contenttweaker:uncompressed_lignite_coke>]);
  1840.  
  1841. //PackagedAuto
  1842. //General recipes
  1843. recipes.remove(<packagedauto:package_component>);
  1844. recipes.addShaped(<packagedauto:package_component>,[
  1845. [<ore:stickTitanium>,<ore:plateWood>,<ore:stickTitanium>],
  1846. [<ore:plateWood>,<ore:gemEnderEye>,<ore:plateWood>],
  1847. [<ore:stickTitanium>,<ore:plateWood>,<ore:stickTitanium>]
  1848. ]);
  1849. recipes.remove(<packagedauto:recipe_holder>);
  1850. recipes.addShaped(<packagedauto:recipe_holder>,[
  1851. [null,<ore:plateAnnealedCopper>],
  1852. [<ore:plateAnnealedCopper>,<appliedenergistics2:material:52>,<ore:plateAnnealedCopper>],
  1853. [null, <packagedauto:package_component>]
  1854. ]);
  1855. recipes.remove(<packagedauto:unpackager>);
  1856. recipes.addShaped(<packagedauto:unpackager>,[
  1857. [<ore:plateSkySteel>,<packagedauto:me_package_component>,<ore:plateSkySteel>],
  1858. [<ore:plateRedstone>,<ore:chestWood>,<ore:plateRedstone>],
  1859. [<ore:plateSkySteel>,<pneumaticcraft:omnidirectional_hopper>,<ore:plateSkySteel>]
  1860. ]);
  1861. recipes.remove(<packagedauto:packager>);
  1862. recipes.addShaped(<packagedauto:packager>,[
  1863. [<ore:plateSkySteel>,<packagedauto:me_package_component>,<ore:plateSkySteel>],
  1864. [<ore:plateRedstone>,<ore:craftingTableWood>,<ore:plateRedstone>],
  1865. [<ore:plateSkySteel>,<minecraft:piston>,<ore:plateSkySteel>]
  1866. ]);
  1867. recipes.remove(<packagedauto:encoder>);
  1868. recipes.addShaped(<packagedauto:encoder>,[
  1869. [<ore:plateSkySteel>,<packagedauto:package_component>,<ore:plateSkySteel>],
  1870. [<ore:craftingTableWood>,<appliedenergistics2:material:24>,<ore:craftingTableWood>],
  1871. [<ore:plateSkySteel>,<projectred-integration:gate:26>,<ore:plateSkySteel>]
  1872. ]);
  1873.  
  1874. //ProjectRed
  1875. //Misc Removal
  1876. mods.jei.JEI.removeAndHide(<projectred-core:resource_item:103>);
  1877. mods.jei.JEI.removeAndHide(<projectred-core:resource_item:251>);
  1878. mods.jei.JEI.removeAndHide(<projectred-core:resource_item:410>);
  1879.  
  1880. //Transport
  1881. recipes.remove(<projectred-transportation:pipe:*>);
  1882. recipes.addShaped(<projectred-transportation:pipe>*2,[
  1883. [null,<gregtech:meta_tool:9>],
  1884. [<ore:stickLongIron>,<minecraft:glass_pane>,<ore:stickLongIron>],
  1885. [null,<gregtech:meta_tool:5>]
  1886. ]);
  1887. recipes.addShaped(<projectred-transportation:pipe:1>*4, [
  1888. [<projectred-transportation:pipe>,<projectred-core:resource_item:320>,<projectred-transportation:pipe>],
  1889. [<projectred-core:resource_item:514>,<ore:plateDiamond>,<projectred-core:resource_item:513>],
  1890. [<projectred-transportation:pipe>,<projectred-core:resource_item:320>,<projectred-transportation:pipe>]
  1891. ]);
  1892. recipes.addShaped(<projectred-transportation:pipe:64>,[
  1893. [<gregtech:meta_tool:6>],
  1894. [<ore:plateIron>],
  1895. [<projectred-transportation:pipe>]
  1896. ]);
  1897.  
  1898. recipes.remove(<projectred-transmission:wire>);
  1899. recipes.addShapeless(<projectred-transmission:wire>,[<gregtech:cable:237>]);
  1900. recipes.addShapeless(<gregtech:cable:237>,[<projectred-transmission:wire>]);
  1901.  
  1902. recipes.remove(<projectred-core:resource_item:600>);
  1903. recipes.addShaped(<projectred-core:resource_item:600>,[
  1904. [<ore:wireGtSingleGold>,<projectred-core:resource_item>,<projectred-core:resource_item>],
  1905. [<ore:wireGtSingleGold>,<ore:circuitPrimitive>,<ore:wireGtSingleGold>],
  1906. [<ore:screwSteel>,<gregtech:meta_tool:11>,<ore:screwSteel>]
  1907. ]);
  1908.  
  1909. recipes.remove(<projectred-transportation:routing_chip:*>);
  1910.  
  1911. recipes.addShaped(<projectred-transportation:routing_chip>,[
  1912. [<projectred-core:resource_item:501>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:501>],
  1913. [<ore:plateBronze>,<projectred-core:resource_item:600>,<ore:circuitBasic>],
  1914. [<projectred-core:resource_item:501>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:501>]
  1915. ]);
  1916.  
  1917. recipes.addShaped(<projectred-transportation:routing_chip:1>,[
  1918. [<projectred-core:resource_item:501>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:509>],
  1919. [<ore:plateBronze>,<projectred-core:resource_item:600>,<ore:circuitBasic>],
  1920. [<projectred-core:resource_item:501>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:509>]
  1921. ]);
  1922.  
  1923. recipes.addShaped(<projectred-transportation:routing_chip:2>,[
  1924. [<projectred-core:resource_item:513>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:513>],
  1925. [<ore:plateIron>,<projectred-core:resource_item:600>,<ore:circuitBasic>],
  1926. [<projectred-core:resource_item:513>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:513>]
  1927. ]);
  1928.  
  1929. recipes.addShaped(<projectred-transportation:routing_chip:3>,[
  1930. [<projectred-core:resource_item:510>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:515>],
  1931. [<ore:plateTin>,<projectred-core:resource_item:600>,<ore:circuitBasic>],
  1932. [<projectred-core:resource_item:510>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:515>]
  1933. ]);
  1934.  
  1935. recipes.addShaped(<projectred-transportation:routing_chip:4>,[
  1936. [<projectred-core:resource_item:509>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:509>],
  1937. [<ore:plateSteel>,<projectred-core:resource_item:600>,<ore:circuitBasic>],
  1938. [<projectred-core:resource_item:509>,<ore:wireGtSingleRedAlloy>,<projectred-core:resource_item:509>]
  1939. ]);
  1940.  
  1941. recipes.addShaped(<projectred-transportation:routing_chip:5>,[
  1942. [<projectred-core:resource_item:502>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:502>],
  1943. [<ore:plateGold>,<projectred-core:resource_item:600>,<ore:circuitGood>],
  1944. [<projectred-core:resource_item:502>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:502>]
  1945. ]);
  1946.  
  1947. recipes.addShaped(<projectred-transportation:routing_chip:6>,[
  1948. [<projectred-core:resource_item:511>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:511>],
  1949. [<ore:plateDiamond>,<projectred-core:resource_item:600>,<ore:circuitGood>],
  1950. [<projectred-core:resource_item:511>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:511>]
  1951. ]);
  1952.  
  1953. recipes.addShaped(<projectred-transportation:routing_chip:7>,[
  1954. [<projectred-core:resource_item:505>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:505>],
  1955. [<ore:plateGlowstone>,<projectred-core:resource_item:600>,<ore:circuitGood>],
  1956. [<projectred-core:resource_item:505>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:505>]
  1957. ]);
  1958.  
  1959. recipes.addShaped(<projectred-transportation:routing_chip:8>,[
  1960. [<projectred-core:resource_item:514>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:514>],
  1961. [<ore:plateRedAlloy>,<projectred-core:resource_item:600>,<ore:circuitGood>],
  1962. [<projectred-core:resource_item:514>,<ore:wireGtDoubleRedAlloy>,<projectred-core:resource_item:514>]
  1963. ]);
  1964.  
  1965. //Misc Gadgets
  1966. recipes.remove(<projectred-transportation:router_utility>);
  1967. recipes.addShaped(<projectred-transportation:router_utility>,[
  1968. [<ore:wireGtSingleRedAlloy>,<ore:plateSteel>,<ore:wireGtSingleRedAlloy>],
  1969. [<ore:circuitGood>,<ore:plateEmerald>,<ore:circuitGood>],
  1970. [<ore:plateSteel>,<gregtech:meta_item_1:32510>,<ore:plateSteel>]
  1971. ]);
  1972.  
  1973. recipes.remove(<projectred-expansion:jetpack>);
  1974. recipes.addShaped(<projectred-expansion:jetpack>,[
  1975. [<ore:circuitBasic>,<ore:wireGtQuadrupleGold>,<ore:circuitBasic>],
  1976. [<projectred-expansion:charged_battery>,<minecraft:diamond_chestplate>,<projectred-expansion:charged_battery>],
  1977. [<projectred-expansion:charged_battery>,<ore:plateEmerald>,<projectred-expansion:charged_battery>]
  1978. ]);
  1979.  
  1980. recipes.remove(<projectred-core:multimeter>);
  1981. recipes.addShaped(<projectred-core:multimeter>,[
  1982. [<ore:wireGtSingleRedAlloy>,<ore:stickSteelMagnetic>,<ore:wireGtSingleRedAlloy>],
  1983. [<ore:plateSteel>,<ore:plateGold>,<ore:plateSteel>],
  1984. [<ore:screwSteel>,<gregtech:meta_tool:11>,<ore:screwSteel>]
  1985. ]);
  1986.  
  1987. recipes.remove(<projectred-core:screwdriver>);
  1988. recipes.addShaped(<projectred-core:screwdriver>,[
  1989. [<ore:stickIron>,<gregtech:meta_tool:6>],
  1990. [<gregtech:meta_tool:9>,<ore:stickIron>,<ore:stickRubber>],
  1991. [null,<ore:stickRubber>,<ore:stickRubber>]
  1992. ]);
  1993.  
  1994. recipes.remove(<projectred-expansion:electric_screwdriver>);
  1995. recipes.addShaped(<projectred-core:screwdriver>,[
  1996. [<ore:stickIron>,<gregtech:meta_tool:6>],
  1997. [<gregtech:meta_tool:9>,<ore:stickIron>,<ore:stickRubber>],
  1998. [null,<ore:stickRubber>,<projectred-expansion:charged_battery>]
  1999. ]);
  2000.  
  2001. //Machines
  2002. recipes.remove(<projectred-expansion:solar_panel>);
  2003. recipes.addShaped(<projectred-expansion:solar_panel>,[
  2004. [<projectred-core:resource_item:342>],
  2005. [<gregtech:meta_item_1:32750>]]);
  2006.  
  2007. mods.jei.JEI.removeAndHide(<projectred-expansion:machine1>);
  2008.  
  2009. recipes.remove(<projectred-expansion:machine1:1>);
  2010. recipes.addShaped(<projectred-expansion:machine1:1>,[
  2011. [<ore:blockBrick>,<ore:blockBrick>,<ore:blockBrick>],
  2012. [<ore:plateSteel>,<projectred-expansion:charged_battery>,<ore:plateSteel>],
  2013. [<ore:circuitBasic>,<projectred-expansion:charged_battery>,<ore:circuitBasic>]
  2014. ]);
  2015.  
  2016. recipes.remove(<projectred-expansion:machine2:*>);
  2017. recipes.addShaped(<projectred-expansion:machine2>,[
  2018. [<ore:plateSteel>,<ore:toolHeadDrillDiamond>,<ore:plateSteel>],
  2019. [<ore:circuitBasic>,<gregtech:meta_item_1:32600>,<ore:circuitBasic>],
  2020. [<ore:plateSteel>,<ore:gearSteel>,<ore:plateSteel>]
  2021. ]);
  2022.  
  2023. recipes.addShaped(<projectred-expansion:machine2:1>,[
  2024. [<ore:plankWood>,<projectred-transportation:pipe:64>,<ore:plankWood>],
  2025. [<gregtech:meta_tool:5>,<minecraft:piston>,<gregtech:meta_tool:6>],
  2026. [<ore:cobblestone>,<ore:dustRedstone>,<ore:cobblestone>]
  2027. ]);
  2028.  
  2029. recipes.addShaped(<projectred-expansion:machine2:2>,[
  2030. [<ore:plateSteel>,<gregtech:meta_item_1:32630>,<ore:plateSteel>],
  2031. [<gregtech:meta_item_1:32600>,<projectred-transportation:pipe>,<ore:circuitBasic>],
  2032. [<ore:plateSteel>,<minecraft:piston>,<ore:plateSteel>]
  2033. ]);
  2034.  
  2035. recipes.addShaped(<projectred-expansion:machine2:3>,[
  2036. [<ore:stone>,<gregtech:meta_item_1:32729>,<ore:stone>],
  2037. [<gregtech:meta_tool:5>,<minecraft:chest>,<gregtech:meta_tool:6>],
  2038. [<ore:plateElectrum>,<projectred-expansion:machine2:1>,<ore:plateElectrum>]
  2039. ]);
  2040.  
  2041. recipes.addShaped(<projectred-expansion:machine2:4>,[
  2042. [null,<minecraft:flint_and_steel>],
  2043. [<ore:netherrack>,<projectred-expansion:machine2:2>,<ore:netherrack>]
  2044. ]);
  2045.  
  2046. recipes.addShaped(<projectred-expansion:machine2:5>,[
  2047. [<projectred-expansion:charged_battery>,<ore:plateWood>,<projectred-expansion:charged_battery>],
  2048. [<ore:plateSteel>,<gregtech:machine:501>,<ore:plateSteel>],
  2049. [<projectred-expansion:charged_battery>,<ore:plateWood>,<projectred-expansion:charged_battery>]
  2050. ]);
  2051.  
  2052. recipes.addShaped(<projectred-expansion:machine2:6>,[
  2053. [<ore:wireGtQuadrupleCopper>,<ore:plateSteel>,<ore:wireGtQuadrupleCopper>],
  2054. [<projectred-expansion:charged_battery>,<gregtech:machine:501>,<projectred-expansion:charged_battery>],
  2055. [<ore:circuitBasic>,<projectred-core:resource_item:400>,<ore:circuitBasic>]
  2056. ]);
  2057.  
  2058. mods.jei.JEI.removeAndHide(<projectred-expansion:machine2:7>);
  2059. mods.jei.JEI.removeAndHide(<projectred-expansion:machine2:8>);
  2060. mods.jei.JEI.removeAndHide(<projectred-expansion:machine2:9>);
  2061. mods.jei.JEI.removeAndHide(<projectred-relocation:frame>);
  2062.  
  2063. recipes.addShaped(<projectred-expansion:machine2:10>,[
  2064. [<gregtech:meta_tool:5>,<ore:stone>,<gregtech:meta_tool:6>],
  2065. [<ore:plankWood>,<minecraft:crafting_table>,<ore:plankWood>],
  2066. [<ore:plankWood>,<ore:plankWood>,<ore:plankWood>]
  2067. ]);
  2068.  
  2069. recipes.addShaped(<projectred-expansion:machine2:11>,[
  2070. [<ore:plateIron>,<ore:gearSmallIron>,<ore:plateIron>],
  2071. [<ore:gearSmallIron>,<projectred-expansion:machine2:10>,<ore:gearSmallIron>],
  2072. [<ore:plateIron>,<gregtech:meta_item_1:32600>,<ore:plateIron>]
  2073. ]);
  2074.  
  2075. mods.jei.JEI.removeAndHide(<projectred-expansion:machine2:12>);
  2076.  
  2077. recipes.remove(<projectred-fabrication:ic_machine:*>);
  2078. recipes.addShaped(<projectred-fabrication:ic_machine>,[
  2079. [<ore:plateSteel>,<ore:plateSteel>,<ore:plateSteel>],
  2080. [<ore:plateWood>,<projectred-expansion:machine2:11>,<ore:plateWood>],
  2081. [<ore:plateWood>,<ore:plateWood>,<ore:plateWood>]
  2082. ]);
  2083.  
  2084. recipes.addShaped(<projectred-fabrication:ic_machine:1>,[
  2085. [<ore:blockGlass>,<ore:blockGlass>,<ore:blockGlass>],
  2086. [<gregtech:meta_item_1:32600>,<gregtech:machine:501>,<gregtech:meta_item_1:32600>],
  2087. [<ore:circuitBasic>,<ore:plateDiamond>,<ore:circuitBasic>]
  2088. ]);
  2089.  
  2090. //Tinker's
  2091. recipes.remove(<tconstruct:tooltables>);
  2092. recipes.addShaped(<tconstruct:tooltables>,[
  2093. [<minecraft:crafting_table>],
  2094. [<gregtech:meta_tool:5>]
  2095. ]);
  2096.  
  2097. recipes.remove(<tconstruct:pattern>);
  2098. recipes.addShaped(<tconstruct:pattern>*2,[
  2099. [null,<gregtech:meta_item_2:32011>],
  2100. [<gregtech:meta_tool:5>]
  2101. ]);
  2102.  
  2103. recipes.remove(<tconstruct:wooden_hopper>);
  2104. recipes.addShaped(<tconstruct:wooden_hopper>,[
  2105. [<ore:plankWood>,null,<ore:plankWood>],
  2106. [<ore:plankWood>,<ore:chestWood>,<ore:plankWood>],
  2107. [<gregtech:meta_tool:5>,<ore:plankWood>,<gregtech:meta_tool:6>]
  2108. ]);
  2109.  
  2110. recipes.remove(<tconstruct:smeltery_controller>);
  2111. recipes.addShaped(<tconstruct:smeltery_controller>,[
  2112. [<tconstruct:materials>,<tconstruct:materials>,<tconstruct:materials>],
  2113. [<tconstruct:materials>,<gregtech:meta_tool:6>,<tconstruct:materials>],
  2114. [<tconstruct:materials>,<tconstruct:materials>,<tconstruct:materials>]
  2115. ]);
  2116.  
  2117. recipes.remove(<tconstruct:seared_tank>);
  2118. recipes.addShaped(<tconstruct:seared_tank>,[
  2119. [<tconstruct:materials>,<tconstruct:materials>,<tconstruct:materials>],
  2120. [<tconstruct:materials>,null,<tconstruct:materials>],
  2121. [<tconstruct:materials>,<tconstruct:materials>,<tconstruct:materials>]
  2122. ]);
  2123.  
  2124. mods.jei.JEI.removeAndHide(<tconstruct:stone_stick>);
  2125.  
  2126. mods.jei.JEI.removeAndHide(<tconstruct:throwball:1>);
  2127.  
  2128. //Patterns
  2129. mods.jei.JEI.removeAndHide(<tconstruct:tooltables:1>);
  2130.  
  2131. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:large_plate"}),[
  2132. [<tconstruct:pattern>,<gregtech:meta_tool:17>,null],
  2133. [null,null,null],
  2134. [null,null,null]
  2135. ]);
  2136.  
  2137. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:pick_head"}),[
  2138. [<tconstruct:pattern>,null,<gregtech:meta_tool:17>],
  2139. [null,null,null],
  2140. [null,null,null]
  2141. ]);
  2142.  
  2143. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:arrow_head"}),[
  2144. [<tconstruct:pattern>,null,null],
  2145. [<gregtech:meta_tool:17>,null,null],
  2146. [null,null,null]
  2147. ]);
  2148.  
  2149. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:large_sword_blade"}),[
  2150. [<tconstruct:pattern>,null,null],
  2151. [null,<gregtech:meta_tool:17>,null],
  2152. [null,null,null]
  2153. ]);
  2154.  
  2155. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:kama_head"}),[
  2156. [<tconstruct:pattern>,null,null],
  2157. [null,null,<gregtech:meta_tool:17>],
  2158. [null,null,null]
  2159. ]);
  2160.  
  2161. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:cross_guard"}),[
  2162. [<tconstruct:pattern>,null,null],
  2163. [null,null,null],
  2164. [<gregtech:meta_tool:17>,null,null]
  2165. ]);
  2166.  
  2167. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:arrow_shaft"}),[
  2168. [<tconstruct:pattern>,null,null],
  2169. [null,null,null],
  2170. [null,<gregtech:meta_tool:17>,null]
  2171. ]);
  2172.  
  2173. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:excavator_head"}),[
  2174. [<tconstruct:pattern>,null,null],
  2175. [null,null,null],
  2176. [null,null,<gregtech:meta_tool:17>]
  2177. ]);
  2178.  
  2179. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:tool_rod"}),[
  2180. [<gregtech:meta_tool:17>,<tconstruct:pattern>,null],
  2181. [null,null,null],
  2182. [null,null,null]
  2183. ]);
  2184.  
  2185. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:broad_axe_head"}),[
  2186. [null,<tconstruct:pattern>,<gregtech:meta_tool:17>],
  2187. [null,null,null],
  2188. [null,null,null]
  2189. ]);
  2190.  
  2191. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:sign_head"}),[
  2192. [null,<tconstruct:pattern>,null],
  2193. [<gregtech:meta_tool:17>,null,null],
  2194. [null,null,null]
  2195. ]);
  2196.  
  2197. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:tough_binding"}),[
  2198. [null,<tconstruct:pattern>,null],
  2199. [null,<gregtech:meta_tool:17>,null],
  2200. [null,null,null]
  2201. ]);
  2202.  
  2203. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:axe_head"}),[
  2204. [null,<tconstruct:pattern>,null],
  2205. [null,null,<gregtech:meta_tool:17>],
  2206. [null,null,null]
  2207. ]);
  2208.  
  2209. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:scythe_head"}),[
  2210. [null,<tconstruct:pattern>,null],
  2211. [null,null,null],
  2212. [<gregtech:meta_tool:17>,null,null]
  2213. ]);
  2214.  
  2215. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:sharpening_kit"}),[
  2216. [null,<tconstruct:pattern>,null],
  2217. [null,null,null],
  2218. [null,<gregtech:meta_tool:17>,null]
  2219. ]);
  2220.  
  2221. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:shard"}),[
  2222. [null,<tconstruct:pattern>,null],
  2223. [null,null,null],
  2224. [null,null,<gregtech:meta_tool:17>]
  2225. ]);
  2226.  
  2227. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:binding"}),[
  2228. [<gregtech:meta_tool:17>,null,<tconstruct:pattern>],
  2229. [null,null,null],
  2230. [null,null,null]
  2231. ]);
  2232.  
  2233. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:tough_tool_rod"}),[
  2234. [null,<gregtech:meta_tool:17>,<tconstruct:pattern>],
  2235. [null,null,null],
  2236. [null,null,null]
  2237. ]);
  2238.  
  2239. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:wide_guard"}),[
  2240. [null,null,<tconstruct:pattern>],
  2241. [<gregtech:meta_tool:17>,null,null],
  2242. [null,null,null]
  2243. ]);
  2244.  
  2245. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:hammer_head"}),[
  2246. [null,null,<tconstruct:pattern>],
  2247. [null,<gregtech:meta_tool:17>,null],
  2248. [null,null,null]
  2249. ]);
  2250.  
  2251. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:shovel_head"}),[
  2252. [null,null,<tconstruct:pattern>],
  2253. [null,null,<gregtech:meta_tool:17>],
  2254. [null,null,null]
  2255. ]);
  2256.  
  2257. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:pan_head"}),[
  2258. [null,null,<tconstruct:pattern>],
  2259. [null,null,null],
  2260. [<gregtech:meta_tool:17>,null,null]
  2261. ]);
  2262.  
  2263. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:fletching"}),[
  2264. [null,null,<tconstruct:pattern>],
  2265. [null,null,null],
  2266. [null,<gregtech:meta_tool:17>,null]
  2267. ]);
  2268.  
  2269. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:sword_blade"}),[
  2270. [null,null,<tconstruct:pattern>],
  2271. [null,null,null],
  2272. [null,null,<gregtech:meta_tool:17>]
  2273. ]);
  2274.  
  2275. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:knife_blade"}),[
  2276. [<gregtech:meta_tool:17>,null,null],
  2277. [<tconstruct:pattern>,null,null],
  2278. [null,null,null]
  2279. ]);
  2280.  
  2281. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:bow_string"}),[
  2282. [null,<gregtech:meta_tool:17>,null],
  2283. [<tconstruct:pattern>,null,null],
  2284. [null,null,null]
  2285. ]);
  2286.  
  2287. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:hand_guard"}),[
  2288. [null,null,<gregtech:meta_tool:17>],
  2289. [<tconstruct:pattern>,null,null],
  2290. [null,null,null]
  2291. ]);
  2292.  
  2293. recipes.addShaped(<tconstruct:pattern>.withTag({PartType: "tconstruct:bow_limb"}),[
  2294. [null,null,null],
  2295. [<tconstruct:pattern>,<gregtech:meta_tool:17>,null],
  2296. [null,null,null]
  2297. ]);
  2298.  
  2299. //Thermal Foundation
  2300. //No Simple Gears
  2301. mods.jei.JEI.removeAndHide(<thermalfoundation:material:22>);
  2302. mods.jei.JEI.removeAndHide(<thermalfoundation:material:23>);
  2303. mods.jei.JEI.removeAndHide(<thermalfoundation:material:24>);
  2304. mods.jei.JEI.removeAndHide(<thermalfoundation:material:25>);
  2305. mods.jei.JEI.removeAndHide(<thermalfoundation:material:26>);
  2306. mods.jei.JEI.removeAndHide(<thermalfoundation:material:27>);
  2307. mods.jei.JEI.removeAndHide(<thermalfoundation:material:256>);
  2308. mods.jei.JEI.removeAndHide(<thermalfoundation:material:257>);
  2309. mods.jei.JEI.removeAndHide(<thermalfoundation:material:258>);
  2310. mods.jei.JEI.removeAndHide(<thermalfoundation:material:259>);
  2311. mods.jei.JEI.removeAndHide(<thermalfoundation:material:260>);
  2312. mods.jei.JEI.removeAndHide(<thermalfoundation:material:261>);
  2313. mods.jei.JEI.removeAndHide(<thermalfoundation:material:262>);
  2314. mods.jei.JEI.removeAndHide(<thermalfoundation:material:263>);
  2315. mods.jei.JEI.removeAndHide(<thermalfoundation:material:264>);
  2316. mods.jei.JEI.removeAndHide(<thermalfoundation:material:288>);
  2317. mods.jei.JEI.removeAndHide(<thermalfoundation:material:289>);
  2318. mods.jei.JEI.removeAndHide(<thermalfoundation:material:290>);
  2319. mods.jei.JEI.removeAndHide(<thermalfoundation:material:291>);
  2320. mods.jei.JEI.removeAndHide(<thermalfoundation:material:292>);
  2321. mods.jei.JEI.removeAndHide(<thermalfoundation:material:293>);
  2322. mods.jei.JEI.removeAndHide(<thermalfoundation:material:294>);
  2323. mods.jei.JEI.removeAndHide(<thermalfoundation:material:295>);
  2324.  
  2325. //Remove Useless Stuff
  2326. mods.jei.JEI.removeAndHide(<thermalfoundation:material:640>);
  2327. mods.jei.JEI.removeAndHide(<thermalfoundation:material:512>);
  2328. mods.jei.JEI.removeAndHide(<thermalfoundation:material:656>);
  2329. mods.jei.JEI.removeAndHide(<thermalfoundation:material:657>);
  2330. mods.jei.JEI.removeAndHide(<thermalfoundation:material:832>);
  2331. mods.jei.JEI.removeAndHide(<thermalfoundation:material:833>);
  2332. mods.jei.JEI.removeAndHide(<thermalfoundation:material:865>);
  2333. mods.jei.JEI.removeAndHide(<thermalfoundation:material:866>);
  2334. mods.jei.JEI.removeAndHide(<thermalfoundation:material:892>);
  2335. mods.jei.JEI.removeAndHide(<thermalfoundation:material:893>);
  2336. mods.jei.JEI.removeAndHide(<thermalfoundation:material:894>);
  2337. mods.jei.JEI.removeAndHide(<thermalfoundation:material:895>);
  2338. mods.jei.JEI.removeAndHide(<thermalfoundation:material:1028>);
  2339. mods.jei.JEI.removeAndHide(<thermalfoundation:geode>);
  2340. mods.jei.JEI.removeAndHide(<thermalfoundation:material:816>);
  2341. mods.jei.JEI.removeAndHide(<thermalfoundation:material:817>);
  2342.  
  2343. //No messing with Greg
  2344. recipes.removeByRecipeName("thermalfoundation:gunpowder");
  2345. recipes.removeByRecipeName("thermalfoundation:gunpowder_1");
  2346. furnace.remove(<minecraft:coal:1>);
  2347. recipes.removeByRecipeName("thermalfoundation:clay_ball");
  2348. recipes.removeByRecipeName("thermalfoundation:block_dirt");
  2349. furnace.remove(<ore:ingotAluminum>);
  2350.  
  2351. //A Bit Too Good
  2352. mods.jei.JEI.removeAndHide(<thermalfoundation:material:99>);
  2353.  
  2354. //Zhe Wrench
  2355. recipes.remove(<thermalfoundation:wrench>);
  2356. recipes.addShaped(<thermalfoundation:wrench>,[
  2357. [<ore:plateIron>,<ore:craftingToolHardHammer>,<ore:plateIron>],
  2358. [null,<ore:plateCobalt>],
  2359. [null,<ore:plateCobalt>]
  2360. ]);
  2361.  
  2362. //Transferring
  2363. recipes.remove(<thermaldynamics:servo:*>);
  2364. recipes.addShaped(<thermaldynamics:servo>,[
  2365. [<ore:nuggetIron>,<ore:dustRedstone>,<ore:nuggetIron>],
  2366. [<ore:ingotIron>,<gregtech:meta_item_1:32610>,<ore:ingotIron>]
  2367. ]);
  2368. recipes.addShaped(<thermaldynamics:servo:1>,[
  2369. [<ore:nuggetInvar>,<ore:dustRedstone>,<ore:nuggetInvar>],
  2370. [<ore:ingotInvar>,<gregtech:meta_item_1:32611>,<ore:ingotInvar>]
  2371. ]);
  2372. recipes.addShaped(<thermaldynamics:servo:2>,[
  2373. [<ore:nuggetElectrum>,<ore:dustRedstone>,<ore:nuggetElectrum>],
  2374. [<ore:ingotElectrum>,<gregtech:meta_item_1:32612>,<ore:ingotElectrum>]
  2375. ]);
  2376. recipes.addShaped(<thermaldynamics:servo:3>,[
  2377. [<ore:nuggetSignalum>,<ore:dustRedstone>,<ore:nuggetSignalum>],
  2378. [<ore:ingotSignalum>,<gregtech:meta_item_1:32613>,<ore:ingotSignalum>]
  2379. ]);
  2380. recipes.addShaped(<thermaldynamics:servo:4>,[
  2381. [<ore:nuggetEnderium>,<ore:dustRedstone>,<ore:nuggetEnderium>],
  2382. [<ore:ingotEnderium>,<gregtech:meta_item_1:32614>,<ore:ingotEnderium>]
  2383. ]);
  2384.  
  2385. recipes.remove(<thermaldynamics:retriever:*>);
  2386. recipes.addShaped(<thermaldynamics:retriever>,[
  2387. [<ore:nuggetIron>,<ore:gemEnderEye>,<ore:nuggetIron>],
  2388. [<ore:ingotIron>,<gregtech:meta_item_1:32610>,<ore:ingotIron>]
  2389. ]);
  2390. recipes.addShaped(<thermaldynamics:retriever:1>,[
  2391. [<ore:nuggetInvar>,<ore:gemEnderEye>,<ore:nuggetInvar>],
  2392. [<ore:ingotInvar>,<gregtech:meta_item_1:32611>,<ore:ingotInvar>]
  2393. ]);
  2394. recipes.addShaped(<thermaldynamics:retriever:2>,[
  2395. [<ore:nuggetElectrum>,<ore:gemEnderEye>,<ore:nuggetElectrum>],
  2396. [<ore:ingotElectrum>,<gregtech:meta_item_1:32612>,<ore:ingotElectrum>]
  2397. ]);
  2398. recipes.addShaped(<thermaldynamics:retriever:3>,[
  2399. [<ore:nuggetSignalum>,<ore:gemEnderEye>,<ore:nuggetSignalum>],
  2400. [<ore:ingotSignalum>,<gregtech:meta_item_1:32613>,<ore:ingotSignalum>]
  2401. ]);
  2402. recipes.addShaped(<thermaldynamics:retriever:4>,[
  2403. [<ore:nuggetEnderium>,<ore:gemEnderEye>,<ore:nuggetEnderium>],
  2404. [<ore:ingotEnderium>,<gregtech:meta_item_1:32614>,<ore:ingotEnderium>]
  2405. ]);
  2406.  
  2407. recipes.remove(<thermaldynamics:filter:*>);
  2408. recipes.addShaped(<thermaldynamics:filter>,[
  2409. [<ore:nuggetIron>,<minecraft:paper>,<ore:nuggetIron>],
  2410. [<ore:ingotIron>,<gregtech:meta_item_1:32729>,<ore:ingotIron>]
  2411. ]);
  2412. recipes.addShaped(<thermaldynamics:filter:1>,[
  2413. [<ore:nuggetInvar>,<minecraft:paper>,<ore:nuggetInvar>],
  2414. [<ore:ingotInvar>,<gregtech:meta_item_1:32729>,<ore:ingotInvar>]
  2415. ]);
  2416. recipes.addShaped(<thermaldynamics:filter:2>,[
  2417. [<ore:nuggetElectrum>,<minecraft:paper>,<ore:nuggetElectrum>],
  2418. [<ore:ingotElectrum>,<gregtech:meta_item_1:32729>,<ore:ingotElectrum>]
  2419. ]);
  2420. recipes.addShaped(<thermaldynamics:filter:3>,[
  2421. [<ore:nuggetSignalum>,<minecraft:paper>,<ore:nuggetSignalum>],
  2422. [<ore:ingotSignalum>,<gregtech:meta_item_1:32729>,<ore:ingotSignalum>]
  2423. ]);
  2424. recipes.addShaped(<thermaldynamics:filter:4>,[
  2425. [<ore:nuggetEnderium>,<minecraft:paper>,<ore:nuggetEnderium>],
  2426. [<ore:ingotEnderium>,<gregtech:meta_item_1:32729>,<ore:ingotEnderium>]
  2427. ]);
  2428.  
  2429. //Armor
  2430. recipes.remove(<thermalfoundation:armor.helmet_copper>);
  2431. recipes.addShaped(<thermalfoundation:armor.helmet_copper>,[
  2432. [<ore:plateCopper>,<ore:plateCopper>,<ore:plateCopper>],
  2433. [<ore:plateCurvedCopper>,<ore:craftingToolHardHammer>,<ore:plateCurvedCopper>]
  2434. ]);
  2435. recipes.remove(<thermalfoundation:armor.plate_copper>);
  2436. recipes.addShaped(<thermalfoundation:armor.plate_copper>,[
  2437. [<ore:plateCopper>,<ore:craftingToolHardHammer>,<ore:plateCopper>],
  2438. [<ore:plateCurvedCopper>,<ore:plateCopper>,<ore:plateCurvedCopper>],
  2439. [<ore:plateCurvedCopper>,<ore:plateCopper>,<ore:plateCurvedCopper>]
  2440. ]);
  2441. recipes.remove(<thermalfoundation:armor.legs_copper>);
  2442. recipes.addShaped(<thermalfoundation:armor.legs_copper>,[
  2443. [<ore:plateCopper>,<ore:plateCurvedCopper>,<ore:plateCopper>],
  2444. [<ore:plateCurvedCopper>,<ore:craftingToolHardHammer>,<ore:plateCurvedCopper>],
  2445. [<ore:plateCurvedCopper>,null,<ore:plateCurvedCopper>]
  2446. ]);
  2447. recipes.remove(<thermalfoundation:armor.boots_copper>);
  2448. recipes.addShaped(<thermalfoundation:armor.boots_copper>,[
  2449. [<ore:plateCopper>,null,<ore:plateCopper>],
  2450. [<ore:plateCurvedCopper>,<ore:craftingToolHardHammer>,<ore:plateCurvedCopper>]
  2451. ]);
  2452.  
  2453. recipes.remove(<thermalfoundation:armor.helmet_tin>);
  2454. recipes.addShaped(<thermalfoundation:armor.helmet_tin>,[
  2455. [<ore:plateTin>,<ore:plateTin>,<ore:plateTin>],
  2456. [<ore:plateCurvedTin>,<ore:craftingToolHardHammer>,<ore:plateCurvedTin>]
  2457. ]);
  2458. recipes.remove(<thermalfoundation:armor.plate_tin>);
  2459. recipes.addShaped(<thermalfoundation:armor.plate_tin>,[
  2460. [<ore:plateTin>,<ore:craftingToolHardHammer>,<ore:plateTin>],
  2461. [<ore:plateCurvedTin>,<ore:plateTin>,<ore:plateCurvedTin>],
  2462. [<ore:plateCurvedTin>,<ore:plateTin>,<ore:plateCurvedTin>]
  2463. ]);
  2464. recipes.remove(<thermalfoundation:armor.legs_tin>);
  2465. recipes.addShaped(<thermalfoundation:armor.legs_tin>,[
  2466. [<ore:plateTin>,<ore:plateCurvedTin>,<ore:plateTin>],
  2467. [<ore:plateCurvedTin>,<ore:craftingToolHardHammer>,<ore:plateCurvedTin>],
  2468. [<ore:plateCurvedTin>,null,<ore:plateCurvedTin>]
  2469. ]);
  2470. recipes.remove(<thermalfoundation:armor.boots_tin>);
  2471. recipes.addShaped(<thermalfoundation:armor.boots_tin>,[
  2472. [<ore:plateTin>,null,<ore:plateTin>],
  2473. [<ore:plateCurvedTin>,<ore:craftingToolHardHammer>,<ore:plateCurvedTin>]
  2474. ]);
  2475.  
  2476. recipes.remove(<thermalfoundation:armor.helmet_silver>);
  2477. recipes.addShaped(<thermalfoundation:armor.helmet_silver>,[
  2478. [<ore:plateSilver>,<ore:plateSilver>,<ore:plateSilver>],
  2479. [<ore:plateCurvedSilver>,<ore:craftingToolHardHammer>,<ore:plateCurvedSilver>]
  2480. ]);
  2481. recipes.remove(<thermalfoundation:armor.plate_silver>);
  2482. recipes.addShaped(<thermalfoundation:armor.plate_silver>,[
  2483. [<ore:plateSilver>,<ore:craftingToolHardHammer>,<ore:plateSilver>],
  2484. [<ore:plateCurvedSilver>,<ore:plateSilver>,<ore:plateCurvedSilver>],
  2485. [<ore:plateCurvedSilver>,<ore:plateSilver>,<ore:plateCurvedSilver>]
  2486. ]);
  2487. recipes.remove(<thermalfoundation:armor.legs_silver>);
  2488. recipes.addShaped(<thermalfoundation:armor.legs_silver>,[
  2489. [<ore:plateSilver>,<ore:plateCurvedSilver>,<ore:plateSilver>],
  2490. [<ore:plateCurvedSilver>,<ore:craftingToolHardHammer>,<ore:plateCurvedSilver>],
  2491. [<ore:plateCurvedSilver>,null,<ore:plateCurvedSilver>]
  2492. ]);
  2493. recipes.remove(<thermalfoundation:armor.boots_silver>);
  2494. recipes.addShaped(<thermalfoundation:armor.boots_silver>,[
  2495. [<ore:plateSilver>,null,<ore:plateSilver>],
  2496. [<ore:plateCurvedSilver>,<ore:craftingToolHardHammer>,<ore:plateCurvedSilver>]
  2497. ]);
  2498.  
  2499. recipes.remove(<thermalfoundation:armor.helmet_lead>);
  2500. recipes.addShaped(<thermalfoundation:armor.helmet_lead>,[
  2501. [<ore:plateLead>,<ore:plateLead>,<ore:plateLead>],
  2502. [<ore:plateCurvedLead>,<ore:craftingToolHardHammer>,<ore:plateCurvedLead>]
  2503. ]);
  2504. recipes.remove(<thermalfoundation:armor.plate_lead>);
  2505. recipes.addShaped(<thermalfoundation:armor.plate_lead>,[
  2506. [<ore:plateLead>,<ore:craftingToolHardHammer>,<ore:plateLead>],
  2507. [<ore:plateCurvedLead>,<ore:plateLead>,<ore:plateCurvedLead>],
  2508. [<ore:plateCurvedLead>,<ore:plateLead>,<ore:plateCurvedLead>]
  2509. ]);
  2510. recipes.remove(<thermalfoundation:armor.legs_lead>);
  2511. recipes.addShaped(<thermalfoundation:armor.legs_lead>,[
  2512. [<ore:plateLead>,<ore:plateCurvedLead>,<ore:plateLead>],
  2513. [<ore:plateCurvedLead>,<ore:craftingToolHardHammer>,<ore:plateCurvedLead>],
  2514. [<ore:plateCurvedLead>,null,<ore:plateCurvedLead>]
  2515. ]);
  2516. recipes.remove(<thermalfoundation:armor.boots_lead>);
  2517. recipes.addShaped(<thermalfoundation:armor.boots_lead>,[
  2518. [<ore:plateLead>,null,<ore:plateLead>],
  2519. [<ore:plateCurvedLead>,<ore:craftingToolHardHammer>,<ore:plateCurvedLead>]
  2520. ]);
  2521.  
  2522. recipes.remove(<thermalfoundation:armor.helmet_aluminum>);
  2523. recipes.addShaped(<thermalfoundation:armor.helmet_aluminum>,[
  2524. [<ore:plateAluminium>,<ore:plateAluminium>,<ore:plateAluminium>],
  2525. [<ore:plateCurvedAluminium>,<ore:craftingToolHardHammer>,<ore:plateCurvedAluminium>]
  2526. ]);
  2527. recipes.remove(<thermalfoundation:armor.plate_aluminum>);
  2528. recipes.addShaped(<thermalfoundation:armor.plate_aluminum>,[
  2529. [<ore:plateAluminium>,<ore:craftingToolHardHammer>,<ore:plateAluminium>],
  2530. [<ore:plateCurvedAluminium>,<ore:plateAluminium>,<ore:plateCurvedAluminium>],
  2531. [<ore:plateCurvedAluminium>,<ore:plateAluminium>,<ore:plateCurvedAluminium>]
  2532. ]);
  2533. recipes.remove(<thermalfoundation:armor.legs_aluminum>);
  2534. recipes.addShaped(<thermalfoundation:armor.legs_aluminum>,[
  2535. [<ore:plateAluminium>,<ore:plateCurvedAluminium>,<ore:plateAluminium>],
  2536. [<ore:plateCurvedAluminium>,<ore:craftingToolHardHammer>,<ore:plateCurvedAluminium>],
  2537. [<ore:plateCurvedAluminium>,null,<ore:plateCurvedAluminium>]
  2538. ]);
  2539. recipes.remove(<thermalfoundation:armor.boots_aluminum>);
  2540. recipes.addShaped(<thermalfoundation:armor.boots_aluminum>,[
  2541. [<ore:plateAluminium>,null,<ore:plateAluminium>],
  2542. [<ore:plateCurvedAluminium>,<ore:craftingToolHardHammer>,<ore:plateCurvedAluminium>]
  2543. ]);
  2544.  
  2545. recipes.remove(<thermalfoundation:armor.helmet_platinum>);
  2546. recipes.addShaped(<thermalfoundation:armor.helmet_platinum>,[
  2547. [<ore:platePlatinum>,<ore:platePlatinum>,<ore:platePlatinum>],
  2548. [<ore:plateCurvedPlatinum>,<ore:craftingToolHardHammer>,<ore:plateCurvedPlatinum>]
  2549. ]);
  2550. recipes.remove(<thermalfoundation:armor.plate_platinum>);
  2551. recipes.addShaped(<thermalfoundation:armor.plate_platinum>,[
  2552. [<ore:platePlatinum>,<ore:craftingToolHardHammer>,<ore:platePlatinum>],
  2553. [<ore:plateCurvedPlatinum>,<ore:platePlatinum>,<ore:plateCurvedPlatinum>],
  2554. [<ore:plateCurvedPlatinum>,<ore:platePlatinum>,<ore:plateCurvedPlatinum>]
  2555. ]);
  2556. recipes.remove(<thermalfoundation:armor.legs_platinum>);
  2557. recipes.addShaped(<thermalfoundation:armor.legs_platinum>,[
  2558. [<ore:platePlatinum>,<ore:plateCurvedPlatinum>,<ore:platePlatinum>],
  2559. [<ore:plateCurvedPlatinum>,<ore:craftingToolHardHammer>,<ore:plateCurvedPlatinum>],
  2560. [<ore:plateCurvedPlatinum>,null,<ore:plateCurvedPlatinum>]
  2561. ]);
  2562. recipes.remove(<thermalfoundation:armor.boots_platinum>);
  2563. recipes.addShaped(<thermalfoundation:armor.boots_platinum>,[
  2564. [<ore:platePlatinum>,null,<ore:platePlatinum>],
  2565. [<ore:plateCurvedPlatinum>,<ore:craftingToolHardHammer>,<ore:plateCurvedPlatinum>]
  2566. ]);
  2567.  
  2568. recipes.remove(<thermalfoundation:armor.helmet_steel>);
  2569. recipes.addShaped(<thermalfoundation:armor.helmet_steel>,[
  2570. [<ore:plateSteel>,<ore:plateSteel>,<ore:plateSteel>],
  2571. [<ore:plateCurvedSteel>,<ore:craftingToolHardHammer>,<ore:plateCurvedSteel>]
  2572. ]);
  2573. recipes.remove(<thermalfoundation:armor.plate_steel>);
  2574. recipes.addShaped(<thermalfoundation:armor.plate_steel>,[
  2575. [<ore:plateSteel>,<ore:craftingToolHardHammer>,<ore:plateSteel>],
  2576. [<ore:plateCurvedSteel>,<ore:plateSteel>,<ore:plateCurvedSteel>],
  2577. [<ore:plateCurvedSteel>,<ore:plateSteel>,<ore:plateCurvedSteel>]
  2578. ]);
  2579. recipes.remove(<thermalfoundation:armor.legs_steel>);
  2580. recipes.addShaped(<thermalfoundation:armor.legs_steel>,[
  2581. [<ore:plateSteel>,<ore:plateCurvedSteel>,<ore:plateSteel>],
  2582. [<ore:plateCurvedSteel>,<ore:craftingToolHardHammer>,<ore:plateCurvedSteel>],
  2583. [<ore:plateCurvedSteel>,null,<ore:plateCurvedSteel>]
  2584. ]);
  2585. recipes.remove(<thermalfoundation:armor.boots_steel>);
  2586. recipes.addShaped(<thermalfoundation:armor.boots_steel>,[
  2587. [<ore:plateSteel>,null,<ore:plateSteel>],
  2588. [<ore:plateCurvedSteel>,<ore:craftingToolHardHammer>,<ore:plateCurvedSteel>]
  2589. ]);
  2590.  
  2591. recipes.remove(<thermalfoundation:armor.helmet_electrum>);
  2592. recipes.addShaped(<thermalfoundation:armor.helmet_electrum>,[
  2593. [<ore:plateElectrum>,<ore:plateElectrum>,<ore:plateElectrum>],
  2594. [<ore:plateCurvedElectrum>,<ore:craftingToolHardHammer>,<ore:plateCurvedElectrum>]
  2595. ]);
  2596. recipes.remove(<thermalfoundation:armor.plate_electrum>);
  2597. recipes.addShaped(<thermalfoundation:armor.plate_electrum>,[
  2598. [<ore:plateElectrum>,<ore:craftingToolHardHammer>,<ore:plateElectrum>],
  2599. [<ore:plateCurvedElectrum>,<ore:plateElectrum>,<ore:plateCurvedElectrum>],
  2600. [<ore:plateCurvedElectrum>,<ore:plateElectrum>,<ore:plateCurvedElectrum>]
  2601. ]);
  2602. recipes.remove(<thermalfoundation:armor.legs_electrum>);
  2603. recipes.addShaped(<thermalfoundation:armor.legs_electrum>,[
  2604. [<ore:plateElectrum>,<ore:plateCurvedElectrum>,<ore:plateElectrum>],
  2605. [<ore:plateCurvedElectrum>,<ore:craftingToolHardHammer>,<ore:plateCurvedElectrum>],
  2606. [<ore:plateCurvedElectrum>,null,<ore:plateCurvedElectrum>]
  2607. ]);
  2608. recipes.remove(<thermalfoundation:armor.boots_electrum>);
  2609. recipes.addShaped(<thermalfoundation:armor.boots_electrum>,[
  2610. [<ore:plateElectrum>,null,<ore:plateElectrum>],
  2611. [<ore:plateCurvedElectrum>,<ore:craftingToolHardHammer>,<ore:plateCurvedElectrum>]
  2612. ]);
  2613.  
  2614. recipes.remove(<thermalfoundation:armor.helmet_invar>);
  2615. recipes.addShaped(<thermalfoundation:armor.helmet_invar>,[
  2616. [<ore:plateInvar>,<ore:plateInvar>,<ore:plateInvar>],
  2617. [<ore:plateCurvedInvar>,<ore:craftingToolHardHammer>,<ore:plateCurvedInvar>]
  2618. ]);
  2619. recipes.remove(<thermalfoundation:armor.plate_invar>);
  2620. recipes.addShaped(<thermalfoundation:armor.plate_invar>,[
  2621. [<ore:plateInvar>,<ore:craftingToolHardHammer>,<ore:plateInvar>],
  2622. [<ore:plateCurvedInvar>,<ore:plateInvar>,<ore:plateCurvedInvar>],
  2623. [<ore:plateCurvedInvar>,<ore:plateInvar>,<ore:plateCurvedInvar>]
  2624. ]);
  2625. recipes.remove(<thermalfoundation:armor.legs_invar>);
  2626. recipes.addShaped(<thermalfoundation:armor.legs_invar>,[
  2627. [<ore:plateInvar>,<ore:plateCurvedInvar>,<ore:plateInvar>],
  2628. [<ore:plateCurvedInvar>,<ore:craftingToolHardHammer>,<ore:plateCurvedInvar>],
  2629. [<ore:plateCurvedInvar>,null,<ore:plateCurvedInvar>]
  2630. ]);
  2631. recipes.remove(<thermalfoundation:armor.boots_invar>);
  2632. recipes.addShaped(<thermalfoundation:armor.boots_invar>,[
  2633. [<ore:plateInvar>,null,<ore:plateInvar>],
  2634. [<ore:plateCurvedInvar>,<ore:craftingToolHardHammer>,<ore:plateCurvedInvar>]
  2635. ]);
  2636.  
  2637. recipes.remove(<thermalfoundation:armor.helmet_bronze>);
  2638. recipes.addShaped(<thermalfoundation:armor.helmet_bronze>,[
  2639. [<ore:plateBronze>,<ore:plateBronze>,<ore:plateBronze>],
  2640. [<ore:plateCurvedBronze>,<ore:craftingToolHardHammer>,<ore:plateCurvedBronze>]
  2641. ]);
  2642. recipes.remove(<thermalfoundation:armor.plate_bronze>);
  2643. recipes.addShaped(<thermalfoundation:armor.plate_bronze>,[
  2644. [<ore:plateBronze>,<ore:craftingToolHardHammer>,<ore:plateBronze>],
  2645. [<ore:plateCurvedBronze>,<ore:plateBronze>,<ore:plateCurvedBronze>],
  2646. [<ore:plateCurvedBronze>,<ore:plateBronze>,<ore:plateCurvedBronze>]
  2647. ]);
  2648. recipes.remove(<thermalfoundation:armor.legs_bronze>);
  2649. recipes.addShaped(<thermalfoundation:armor.legs_bronze>,[
  2650. [<ore:plateBronze>,<ore:plateCurvedBronze>,<ore:plateBronze>],
  2651. [<ore:plateCurvedBronze>,<ore:craftingToolHardHammer>,<ore:plateCurvedBronze>],
  2652. [<ore:plateCurvedBronze>,null,<ore:plateCurvedBronze>]
  2653. ]);
  2654. recipes.remove(<thermalfoundation:armor.boots_bronze>);
  2655. recipes.addShaped(<thermalfoundation:armor.boots_bronze>,[
  2656. [<ore:plateBronze>,null,<ore:plateBronze>],
  2657. [<ore:plateCurvedBronze>,<ore:craftingToolHardHammer>,<ore:plateCurvedBronze>]
  2658. ]);
  2659.  
  2660. //Thermal Dynamics
  2661. recipes.remove(<thermaldynamics:duct_0>);
  2662. recipes.addShaped(<thermaldynamics:duct_0>*6,[
  2663. [<ore:plateLead>,<ore:plateGlass>,<ore:plateLead>],
  2664. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2665. [<ore:plateLead>,<ore:plateRedAlloy>,<ore:plateLead>]
  2666. ]);
  2667. recipes.remove(<thermaldynamics:duct_0:6>);
  2668. recipes.addShaped(<thermaldynamics:duct_0:6>*6,[
  2669. [<ore:plateElectrum>,<ore:blockGlassHardened>,<ore:plateElectrum>],
  2670. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2671. [<ore:plateElectrum>,<ore:blockGlassHardened>,<ore:plateElectrum>]
  2672. ]);
  2673. recipes.remove(<thermaldynamics:duct_0:9>);
  2674. recipes.addShaped(<thermaldynamics:duct_0:9>,[
  2675. [<ore:plateElectrum>,<ore:blockGlassHardened>,<ore:plateElectrum>],
  2676. [<ore:blockGlassHardened>,<thermaldynamics:duct_0:4>,<ore:blockGlassHardened>],
  2677. [<ore:plateElectrum>,<ore:blockGlassHardened>,<ore:plateElectrum>]
  2678. ]);
  2679.  
  2680. recipes.remove(<thermaldynamics:duct_16>);
  2681. recipes.addShaped(<thermaldynamics:duct_16>*6,[
  2682. [<ore:plateCopper>,<ore:plateGlass>,<ore:plateCopper>],
  2683. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2684. [<ore:plateCopper>,<ore:plateGlass>,<ore:plateCopper>]
  2685. ]);
  2686. recipes.remove(<thermaldynamics:duct_16:1>);
  2687. recipes.addShaped(<thermaldynamics:duct_16:1>*6,[
  2688. [<ore:plateCopper>,<ore:plateLead>,<ore:plateCopper>],
  2689. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2690. [<ore:plateCopper>,<ore:plateLead>,<ore:plateCopper>]
  2691. ]);
  2692. recipes.remove(<thermaldynamics:duct_16:2>);
  2693. recipes.addShaped(<thermaldynamics:duct_16:2>*6,[
  2694. [<ore:plateInvar>,<ore:blockGlassHardened>,<ore:plateInvar>],
  2695. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2696. [<ore:plateInvar>,<ore:blockGlassHardened>,<ore:plateInvar>]
  2697. ]);
  2698. recipes.remove(<thermaldynamics:duct_16:3>);
  2699. recipes.addShaped(<thermaldynamics:duct_16:3>*6,[
  2700. [<ore:plateInvar>,<ore:plateLead>,<ore:plateInvar>],
  2701. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2702. [<ore:plateInvar>,<ore:plateLead>,<ore:plateInvar>]
  2703. ]);
  2704. recipes.removeByRecipeName("thermaldynamics:duct_32");
  2705. recipes.removeByRecipeName("thermaldynamics:duct_32_14");
  2706. recipes.addShaped(<thermaldynamics:duct_32>*6,[
  2707. [<ore:plateTin>,<ore:blockGlassHardened>,<ore:plateTin>],
  2708. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2709. [<ore:plateTin>,<ore:blockGlassHardened>,<ore:plateTin>]
  2710. ]);
  2711. recipes.removeByRecipeName("thermaldynamics:duct_32_1");
  2712. recipes.removeByRecipeName("thermaldynamics:duct_32_15");
  2713. recipes.addShaped(<thermaldynamics:duct_32:1>*6,[
  2714. [<ore:plateTin>,<ore:plateLead>,<ore:plateTin>],
  2715. [<ore:craftingToolHardHammer>,<ore:craftingToolBendingCylinder>,<ore:craftingToolWrench>],
  2716. [<ore:plateTin>,<ore:plateLead>,<ore:plateTin>]
  2717. ]);
  2718. recipes.remove(<thermaldynamics:duct_64:1>);
  2719. recipes.addShaped(<thermaldynamics:duct_64:1>*8,[
  2720. [<ore:plateLead>,<ore:blockGlassHardened>,<ore:plateLead>],
  2721. [<ore:blockGlassHardened>,null,<ore:blockGlassHardened>],
  2722. [<ore:plateLead>,<ore:blockGlassHardened>,<ore:plateLead>]
  2723. ]);
  2724. recipes.remove(<thermaldynamics:duct_64:3>);
  2725. recipes.addShaped(<thermaldynamics:duct_64:3>*4,[
  2726. [<ore:plateBronze>,<ore:blockGlassHardened>,<ore:plateBronze>],
  2727. [<ore:blockGlassHardened>,null,<ore:blockGlassHardened>],
  2728. [<ore:plateBronze>,<ore:blockGlassHardened>,<ore:plateBronze>]
  2729. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement