Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.98 KB | None | 0 0
  1. // --- Created by DreamMasterXXL ---
  2. // --- Edited by *error user name found* ---
  3.  
  4.  
  5. // --- Importing Stuff ---
  6.  
  7. import mods.ic2.Extractor;
  8. import mods.gregtech.ImplosionCompressor;
  9.  
  10.  
  11.  
  12. // --- Variables ---
  13.  
  14. // Change unless Mod is installed
  15.  
  16. val StandardRail = <Railcraft:part.rail>;
  17. val AdvancedRail = <Railcraft:part.rail:1>;
  18. val WoodRailbed = <Railcraft:part.railbed>;
  19.  
  20.  
  21. val WovenCloth = <harvestcraft:wovencottonItem>;
  22.  
  23. val ImpregnatedStick = <Forestry:oakStick>;
  24.  
  25. // unused
  26. val CarpentersBlock = <CarpentersBlocks:blockCarpentersBlock>;
  27.  
  28. // {
  29. val Chest = <minecraft:chest>;
  30. val TrappedChest = <minecraft:trapped_chest>;
  31. val Bedrock = <minecraft:bedrock>;
  32. val Dispenser = <minecraft:dispenser>;
  33. val Piston = <minecraft:piston>;
  34. val SPiston = <minecraft:sticky_piston>;
  35. val Slimeball = <minecraft:slime_ball>;
  36. val String = <minecraft:string>;
  37. val Rail = <minecraft:rail>;
  38. val BoosterRail = <minecraft:golden_rail>;
  39. val DetectorRail = <minecraft:detector_rail>;
  40. val ActivatorRail = <minecraft:activator_rail>;
  41. val Noteblock = <minecraft:noteblock>;
  42. val PressurePlate = <minecraft:stone_pressure_plate>;
  43. val GoldPressurePlate = <minecraft:light_weighted_pressure_plate>;
  44. val Bookshelf = <minecraft:bookshelf>;
  45. val Book = <minecraft:book>;
  46. val MossyCobble = <minecraft:mossy_cobblestone>;
  47. val MossyBricks = <minecraft:stonebrick>;
  48. val Obsidian = <ore:blockObsidian>;
  49. val Jukebox = <minecraft:jukebox>;
  50. val AnyRecord = <ore:record>;
  51. val Diamond = <ore:gemDiamond>;
  52. val CraftingTable = <minecraft:crafting_table>;
  53. val JackOLantern = <minecraft:lit_pumpkin>;
  54. val Pumpkin = <minecraft:pumpkin>;
  55. val Torch = <minecraft:torch>;
  56. val Lever = <minecraft:lever>;
  57. val RSTorch = <minecraft:redstone_torch>;
  58. val Glass = <ore:glass>;
  59. val Trapdoor = <minecraft:trapdoor>;
  60. val ClayBlock = <minecraft:clay>;
  61. val Ladder = <minecraft:ladder>;
  62. val Fence = <minecraft:fence>;
  63. val FenceGate = <minecraft:fence_gate>;
  64. val Flint = <minecraft:flint>;
  65. val EnchantingTable = <minecraft:enchanting_table>;
  66. val RSLamp = <minecraft:redstone_lamp>;
  67. val GSBlock = <minecraft:glowstone>;
  68. val EnderChest = <minecraft:ender_chest>;
  69. val Tripwire = <minecraft:tripwire_hook>;
  70. val Beacon = <minecraft:beacon>;
  71. val NetherStar = <minecraft:nether_star>;
  72. val Anvil = <minecraft:anvil>;
  73. val IronBlock = <ore:blockIron>;
  74. val DaylightSensor = <minecraft:daylight_detector>;
  75. val Log = <ore:logWood>;
  76. val Hopper = <minecraft:hopper>;
  77. val Dropper = <minecraft:dropper>;
  78. val Cobble = <ore:cobblestone>;
  79. val Sugar = <minecraft:sugar>;
  80. val SugarCane = <minecraft:reeds>;
  81. val RSDust = <ore:dustRedstone>;
  82. val Bow = <minecraft:bow>;
  83.  
  84. // }
  85.  
  86. // {
  87.  
  88. val AnyWool = <ore:blockWool>;
  89. val Wool = <minecraft:wool>;
  90. val OrangeWool = <minecraft:wool:1>;
  91. val MagentaWool = <minecraft:wool:2>;
  92. val LightBlueWool = <minecraft:wool:3>;
  93. val YellowWool = <minecraft:wool:4>;
  94. val LimeWool = <minecraft:wool:5>;
  95. val PinkWool = <minecraft:wool:6>;
  96. val GrayWool = <minecraft:wool:7>;
  97. val LightGrayWool = <minecraft:wool:8>;
  98. val CyanWool = <minecraft:wool:9>;
  99. val PurpleWool = <minecraft:wool:10>;
  100. val BlueWool = <minecraft:wool:11>;
  101. val BrownWool = <minecraft:wool:12>;
  102. val GreenWool = <minecraft:wool:13>;
  103. val RedWool = <minecraft:wool:14>;
  104. val BlackWool = <minecraft:wool:15>;
  105.  
  106. val WhiteGlass = <minecraft:stained_glass>;
  107. val OrangeGlass = <minecraft:stained_glass:1>;
  108. val MagentaGlass = <minecraft:stained_glass:2>;
  109. val LightBlueGlass = <minecraft:stained_glass:3>;
  110. val YellowGlass = <minecraft:stained_glass:4>;
  111. val LimeGlass = <minecraft:stained_glass:5>;
  112. val PinkGlass = <minecraft:stained_glass:6>;
  113. val GrayGlass = <minecraft:stained_glass:7>;
  114. val LightGrayGlass = <minecraft:stained_glass:8>;
  115. val CyanGlass = <minecraft:stained_glass:9>;
  116. val PurpleGlass = <minecraft:stained_glass:10>;
  117. val BlueGlass = <minecraft:stained_glass:11>;
  118. val BrownGlass = <minecraft:stained_glass:12>;
  119. val GreenGlass = <minecraft:stained_glass:13>;
  120. val RedGlass = <minecraft:stained_glass:14>;
  121. val BlackGlass = <minecraft:stained_glass:15>;
  122.  
  123. val WhiteGlassPane = <minecraft:stained_glass_pane>;
  124. val OrangeGlassPane = <minecraft:stained_glass_pane:1>;
  125. val MagentaGlassPane = <minecraft:stained_glass_pane:2>;
  126. val LightBlueGlassPane = <minecraft:stained_glass_pane:3>;
  127. val YellowGlassPane = <minecraft:stained_glass_pane:4>;
  128. val LimeGlassPane = <minecraft:stained_glass_pane:5>;
  129. val PinkGlassPane = <minecraft:stained_glass_pane:6>;
  130. val GrayGlassPane = <minecraft:stained_glass_pane:7>;
  131. val LightGrayGlassPane = <minecraft:stained_glass_pane:8>;
  132. val CyanGlassPane = <minecraft:stained_glass_pane:9>;
  133. val PurpleGlassPane = <minecraft:stained_glass_pane:10>;
  134. val BlueGlassPane = <minecraft:stained_glass_pane:11>;
  135. val BrownGlassPane = <minecraft:stained_glass_pane:12>;
  136. val GreenGlassPane = <minecraft:stained_glass_pane:13>;
  137. val RedGlassPane = <minecraft:stained_glass_pane:14>;
  138. val BlackGlassPane = <minecraft:stained_glass_pane:15>;
  139.  
  140. val WhiteCarpet = <minecraft:carpet>;
  141. val OrangeCarpet = <minecraft:carpet:1>;
  142. val MagentaCarpet = <minecraft:carpet:2>;
  143. val LightBlueCarpet = <minecraft:carpet:3>;
  144. val YellowCarpet = <minecraft:carpet:4>;
  145. val LimeCarpet = <minecraft:carpet:5>;
  146. val PinkCarpet = <minecraft:carpet:6>;
  147. val GrayCarpet = <minecraft:carpet:7>;
  148. val LightGrayCarpet = <minecraft:carpet:8>;
  149. val CyanCarpet = <minecraft:carpet:9>;
  150. val PurpleCarpet = <minecraft:carpet:10>;
  151. val BlueCarpet = <minecraft:carpet:11>;
  152. val BrownCarpet = <minecraft:carpet:12>;
  153. val GreenCarpet = <minecraft:carpet:13>;
  154. val RedCarpet = <minecraft:carpet:14>;
  155. val BlackCarpet = <minecraft:carpet:15>;
  156.  
  157. val WhiteHardClay = <minecraft:stained_hardened_clay>;
  158. val OrangeHardClay = <minecraft:stained_hardened_clay:1>;
  159. val MagentaHardClay = <minecraft:stained_hardened_clay:2>;
  160. val LightBlueHardClay = <minecraft:stained_hardened_clay:3>;
  161. val YellowHardClay = <minecraft:stained_hardened_clay:4>;
  162. val LimeHardClay = <minecraft:stained_hardened_clay:5>;
  163. val PinkHardClay = <minecraft:stained_hardened_clay:6>;
  164. val GrayHardClay = <minecraft:stained_hardened_clay:7>;
  165. val LightGrayHardClay = <minecraft:stained_hardened_clay:8>;
  166. val CyanHardClay = <minecraft:stained_hardened_clay:9>;
  167. val PurpleHardClay = <minecraft:stained_hardened_clay:10>;
  168. val BlueHardClay = <minecraft:stained_hardened_clay:11>;
  169. val BrownHardClay = <minecraft:stained_hardened_clay:12>;
  170. val GreenHardClay = <minecraft:stained_hardened_clay:13>;
  171. val RedHardClay = <minecraft:stained_hardened_clay:14>;
  172. val BlackHardClay = <minecraft:stained_hardened_clay:15>;
  173.  
  174. val WhiteDye = <ore:dyeWhite>;
  175. val OrangeDye = <ore:dyeOrange>;
  176. val MagentaDye = <ore:dyeMagenta>;
  177. val LightBlueDye = <ore:dyeLightBlue>;
  178. val YellowDye = <ore:dyeYellow>;
  179. val LimeDye = <ore:dyeLime>;
  180. val PinkDye = <ore:dyePink>;
  181. val GrayDye = <ore:dyeGray>;
  182. val LightGrayDye = <ore:dyeLightGray>;
  183. val CyanDye = <ore:dyeCyan>;
  184. val PurpleDye = <ore:dyePurple>;
  185. val BlueDye = <ore:dyeBlue>;
  186. val BrownDye = <ore:dyeBrown>;
  187. val GreenDye = <ore:dyeGreen>;
  188. val RedDye = <ore:dyeRed>;
  189. val BlackDye = <ore:dyeBlack>;
  190.  
  191. // }
  192.  
  193. val IronBars = <minecraft:iron_bars>;
  194. val IronPlate = <ore:plateAnyIron>;
  195. val IronRod = <ore:stickAnyIron>;
  196. val DiamondRod = <ore:stickDiamond>;
  197. val StoneRod = <ore:rodStone>;
  198. val IronScrew = <ore:screwAnyIron>;
  199. val SteelScrew = <ore:screwSteel>;
  200. val WoodGear = <ore:gearWood>;
  201. val IronRing = <ore:ringAnyIron>;
  202. val IronGear = <ore:gearAnyIron>;
  203. val RedAlloyWire = <ore:stickRedAlloy>;
  204. val RedAlloyRod = <ore:stickRedAlloy>;
  205. val GlowstonePlate = <ore:plateGlowstone>;
  206.  
  207. val Plank = <ore:plankWood>;
  208. val WoodSlab = <ore:slabWood>;
  209. val StoneSlab = <ore:slabStone>;
  210. val GlassPane = <ore:paneGlass>;
  211.  
  212. val Coal = <ore:gemCoal>;
  213. val Charcoal = <ore:gemCharcoal>;
  214. val CoalCoke = <ore:fuelCoke>;
  215. val SugarCoke = <ore:itemCharcoalSugar>;
  216. val Phosphorous = <ore:dustPhosphorite>;
  217. val Beeswax = <ore:itemBeeswax>;
  218.  
  219. val Sulfur = <ore:dustSulfur>;
  220. val Rubber = <ore:itemRawRubber>;
  221. val Stick = <ore:stickWood>;
  222.  
  223. val ObsidianPlate = <ore:plateObsidian>;
  224. val DenseObsidianPlate = <ore:plateDenseObsidian>;
  225.  
  226. val TinyNStarDust = <ore:dustTinyNetherStar>;
  227. val EnderEyeRod = <ore:stickEnderEye>;
  228.  
  229. val AnyQuartz = <ore:craftingQuartz>;
  230. val CertusPlate = <ore:plateCertusQuartz>;
  231. val NQuartzPlate = <ore:plateNetherQuartz>;
  232.  
  233. val DiamondThing = <gregtech:gt.metaitem.01:17500>;
  234. val BrewingThing = <gregtech:gt.metaitem.01:28032>;
  235.  
  236. val Tool12 = <gregtech:gt.metatool.01:12>;
  237. val Tool18 = <gregtech:gt.metatool.01:18>;
  238.  
  239. val Mortar = <ore:craftingToolMortar>;
  240. val Screwdriver = <ore:craftingToolScrewdriver>;
  241. val HHammer = <ore:craftingToolHardHammer>;
  242. val SHammer = <ore:craftingToolSoftHammer>;
  243. val Knife = <ore:craftingToolKnife>;
  244. val Saw = <ore:craftingToolSaw>;
  245. val Wrench = <ore:craftingToolWrench>;
  246.  
  247. val Map = <minecraft:map>;
  248. val Paper = <ore:paperEmpty>;
  249.  
  250.  
  251. // --- Removing Recipes ---
  252.  
  253. //Gunpowder
  254. recipes.removeShapeless(<minecraft:gunpowder>, [<minecraft:coal:1>, <minecraft:coal:1>, <minecraft:coal:1>, <minecraft:glowstone_dust>]);
  255. recipes.removeShaped(<minecraft:gunpowder>, [
  256. [<harvestcraft:calamaricookedItem>, <harvestcraft:calamaricookedItem>, null],
  257. [<harvestcraft:calamaricookedItem>, <harvestcraft:calamaricookedItem>, null]]);
  258.  
  259. // --- Enchantment Table
  260. // recipes.remove(EnchantingTable);
  261.  
  262. recipes.remove(<minecraft:brewing_stand>);
  263. recipes.remove(<minecraft:furnace>);
  264. recipes.remove(furnace);
  265.  
  266. // }
  267.  
  268.  
  269. // --- Adding Back Recipes ---
  270.  
  271. // --- Enchantment Table
  272. // recipes.addShaped(EnchantingTable, [
  273. // [Nitor, Diamond, Alumentum],
  274. // [DiamondRod, DenseObsidianPlate, DiamondRod],
  275. // [ObsidianPlate, Bookshelf, ObsidianPlate]]);
  276.  
  277. // --- Crafting Table
  278. recipes.addShaped(CraftingTable, [
  279. [CarpentersBlock, CarpentersBlock],
  280. [CarpentersBlock, CarpentersBlock]]);
  281.  
  282. // --- Chest
  283. recipes.addShaped(Chest, [
  284. [Log, Plank, Log],
  285. [Plank, Flint, Plank],
  286. [Log, Plank, Log]]);
  287.  
  288. // --- Trapped Chest
  289. recipes.addShaped(TrappedChest, [
  290. [null, Tripwire, null],
  291. [IronScrew, Chest, IronScrew],
  292. [null, Screwdriver, null]]);
  293.  
  294. // --- Dispenser
  295. recipes.addShaped(Dispenser, [
  296. [StoneRod, IronPlate, StoneRod],
  297. [IronBars, Bowstring, IronPlate],
  298. [Cobble, Piston, Cobble]]);
  299.  
  300. // --- Dropper
  301. recipes.addShaped(Dropper, [
  302. [StoneRod, IronPlate, StoneRod],
  303. [IronBars, String, IronPlate],
  304. [Cobble, Piston, Cobble]]);
  305.  
  306. // --- Piston
  307. recipes.addShaped(Piston, [
  308. [CarpentersBlock, CarpentersBlock, CarpentersBlock],
  309. [IronScrew, IronPlate, IronScrew],
  310. [WoodGear, RedAlloyWire, WoodGear]]);
  311.  
  312. // --- Sticky Piston
  313. recipes.addShaped(SPiston, [
  314. [null, SHammer, null],
  315. [null, Slimeball, null],
  316. [null, Piston, null]]);
  317.  
  318. recipes.remove(<minecraft:rail>);
  319.  
  320. // --- Rail
  321. recipes.addShaped(Rail * 8, [
  322. [IronScrew, null , IronScrew],
  323. [StandardRail, WoodRailbed, StandardRail],
  324. [Screwdriver, null , HHammer]]);
  325.  
  326. recipes.remove(<minecraft:detector_rail>);
  327.  
  328. // --- Detector Rail
  329. recipes.addShaped(DetectorRail * 2, [
  330. [IronScrew, <minecraft:redstone_block>, IronScrew],
  331. [StandardRail, WoodRailbed, StandardRail],
  332. [Screwdriver, RedAlloyWire, HHammer]]);
  333.  
  334. recipes.remove(<minecraft:activator_rail>);
  335.  
  336. // --- Activator Rail
  337. recipes.addShaped(ActivatorRail * 2, [
  338. [IronScrew, RSTorch, IronScrew],
  339. [StandardRail, WoodRailbed, StandardRail],
  340. [Screwdriver, RedAlloyWire, HHammer]]);
  341.  
  342. // --- Noteblock
  343. recipes.addShaped(Noteblock, [
  344. [Plank, Plank, Plank],
  345. [IronBars, WoodGear, IronBars],
  346. [Plank, RedAlloyWire, Plank]]);
  347.  
  348. recipes.remove(<minecraft:jukebox>);
  349.  
  350. // --- Jukebox
  351. recipes.addShaped(Jukebox, [
  352. [Plank, AnyRecord.reuse(), Plank],
  353. [Noteblock, WoodGear, Noteblock],
  354. [Plank, Diamond, Plank]]);
  355.  
  356. // --- Bookshelf
  357. recipes.addShaped(Bookshelf, [
  358. [WoodSlab, WoodSlab, WoodSlab],
  359. [Book, Book, Book],
  360. [WoodSlab, WoodSlab, WoodSlab]]);
  361.  
  362. // --- Jack O' Lantern
  363. recipes.addShapeless(JackOLantern,
  364. [Pumpkin, Torch, Knife]);
  365.  
  366. // --- Trapdoor
  367. recipes.addShaped(Trapdoor * 2, [
  368. [WoodSlab, WoodSlab, WoodSlab],
  369. [IronScrew, Screwdriver, IronScrew],
  370. [WoodSlab, WoodSlab, WoodSlab]]);
  371.  
  372. // --- Trapdoor Alt
  373. // recipes.addShaped(Trapdoor, [
  374. // [null, null, null],
  375. // [null, null, null],
  376. // [WoodSlab, WoodSlab, WoodSlab]]);
  377. // - Alternate Recipe
  378. // recipes.addShaped(Trapdoor * 2, [
  379. // [WoodSlab, WoodSlab, WoodSlab],
  380. // [null, null, null],
  381. // [WoodSlab, WoodSlab, WoodSlab]]);
  382.  
  383. // --- Pressure Plate
  384. recipes.addShaped(PressurePlate, [
  385. [StoneSlab, StoneSlab],
  386. [RSDust, RSDust]]);
  387.  
  388. // --- Torch
  389.  
  390. // {
  391.  
  392. // recipes.addShapedMirrored(Torch * 2, [
  393. // [Coal, null],
  394. // [Stick, null]]);
  395.  
  396. // -
  397. recipes.addShapedMirrored(Torch * 2, [
  398. [CoalCoke, null],
  399. [Stick, null]]);
  400. // -
  401. recipes.addShapedMirrored(Torch * 2, [
  402. [Rubber, null],
  403. [Stick, null]]);
  404. // -
  405. recipes.addShapedMirrored(Torch * 2, [
  406. [Sulfur, null],
  407. [Stick, null]]);
  408. // -
  409. recipes.addShapedMirrored(Torch * 2, [
  410. [Phosphorous, null],
  411. [Stick, null]]);
  412. // -
  413. recipes.addShapedMirrored(Torch * 1, [
  414. [AnyWool, null],
  415. [Stick, null]]);
  416. // -
  417. recipes.addShapedMirrored(Torch * 2, [
  418. [WovenCloth, null],
  419. [Stick, null]]);
  420. // -
  421. recipes.addShapedMirrored(Torch * 2, [
  422. [SugarCoke, null],
  423. [Stick, null]]);
  424. // - More Alternate Recipes
  425. recipes.addShaped(Torch * 4, [
  426. [Coal, String],
  427. [Stick, null]]);
  428. // - Alternate Recipe
  429. recipes.addShaped(Torch * 3, [
  430. [Charcoal, String],
  431. [Stick, null]]);
  432. // -
  433. recipes.addShaped(Torch * 2, [
  434. [Beeswax, String],
  435. [Stick, null]]);
  436. // -
  437. recipes.addShaped(Torch * 4, [
  438. [CoalCoke, String],
  439. [Stick, null]]);
  440. // -
  441. recipes.addShaped(Torch * 2, [
  442. [Rubber, String],
  443. [Stick, null]]);
  444. // -
  445. recipes.addShaped(Torch * 3, [
  446. [Sulfur, String],
  447. [Stick, null]]);
  448. // -
  449. recipes.addShaped(Torch * 5, [
  450. [Phosphorous, String],
  451. [Stick, null]]);
  452. // -
  453. recipes.addShaped(Torch * 3, [
  454. [AnyWool, String],
  455. [Stick, null]]);
  456. // -
  457. recipes.addShaped(Torch * 4, [
  458. [WovenCloth, String],
  459. [Stick, null]]);
  460. // -
  461. recipes.addShaped(Torch * 3, [
  462. [SugarCoke, String],
  463. [Stick, null]]);
  464.  
  465. // - Even More Recipes
  466. recipes.addShaped(Torch * 4, [
  467. [Coal, null],
  468. [ImpregnatedStick, null]]);
  469. // -
  470. recipes.addShaped(Torch * 2, [
  471. [Beeswax, null],
  472. [ImpregnatedStick, null]]);
  473. // -
  474. recipes.addShaped(Torch * 6, [
  475. [CoalCoke, null],
  476. [ImpregnatedStick, null]]);
  477. // -
  478. recipes.addShaped(Torch * 4, [
  479. [Rubber, null],
  480. [ImpregnatedStick, null]]);
  481. // -
  482. recipes.addShaped(Torch * 3, [
  483. [Sulfur, null],
  484. [ImpregnatedStick, null]]);
  485. // -
  486. recipes.addShaped(Torch * 5, [
  487. [Phosphorous, null],
  488. [ImpregnatedStick, null]]);
  489. // -
  490. recipes.addShaped(Torch * 3, [
  491. [AnyWool, null],
  492. [ImpregnatedStick, null]]);
  493. // -
  494. recipes.addShaped(Torch * 4, [
  495. [WovenCloth, null],
  496. [ImpregnatedStick, null]]);
  497. // -
  498. recipes.addShaped(Torch * 3, [
  499. [SugarCoke, null],
  500. [ImpregnatedStick, null]]);
  501.  
  502. // - More, mooore !
  503. recipes.addShaped(Torch * 5, [
  504. [Coal, String],
  505. [ImpregnatedStick, null]]);
  506. // - Alternate Recipe
  507. recipes.addShaped(Torch * 4, [
  508. [Charcoal, String],
  509. [ImpregnatedStick, null]]);
  510. // -
  511. recipes.addShaped(Torch * 3, [
  512. [Beeswax, String],
  513. [ImpregnatedStick, null]]);
  514. // -
  515. recipes.addShaped(Torch * 7, [
  516. [CoalCoke, String],
  517. [ImpregnatedStick, null]]);
  518. // -
  519. recipes.addShaped(Torch * 5, [
  520. [Rubber, String],
  521. [ImpregnatedStick, null]]);
  522. // -
  523. recipes.addShaped(Torch * 4, [
  524. [Sulfur, String],
  525. [ImpregnatedStick, null]]);
  526. // -
  527. recipes.addShaped(Torch * 6, [
  528. [Phosphorous, String],
  529. [ImpregnatedStick, null]]);
  530. // -
  531. recipes.addShaped(Torch * 4, [
  532. [AnyWool, String],
  533. [ImpregnatedStick, null]]);
  534. // -
  535. recipes.addShaped(Torch * 5, [
  536. [WovenCloth, String],
  537. [ImpregnatedStick, null]]);
  538. // -
  539. recipes.addShaped(Torch * 4, [
  540. [SugarCoke, String],
  541. [ImpregnatedStick, null]]);
  542. // -
  543. recipes.addShaped(Torch * 7, [
  544. [Torchberries, String],
  545. [ImpregnatedStick, null]]);
  546.  
  547. // }
  548.  
  549. // --- Lever
  550. recipes.addShapedMirrored(Lever, [
  551. [null, Stick, null],
  552. [null, RedAlloyWire, null],
  553. [null, StoneSlab, null]]);
  554.  
  555. recipes.remove(<minecraft:redstone_torch>);
  556.  
  557. // --- Redstone Torch
  558. recipes.addShapedMirrored(RSTorch , [
  559. [RSDust, null],
  560. [Torch, null]]);
  561.  
  562. // --- Ladder
  563. recipes.addShaped(Ladder, [
  564. [Stick, HHammer, Stick],
  565. [Stick, Stick, Stick],
  566. [Stick, Saw, Stick]]);
  567. // - Alternate Recipe
  568. recipes.addShaped(Ladder * 2, [
  569. [Stick, Screwdriver, Stick],
  570. [Stick, IronScrew, Stick],
  571. [Stick, Saw, Stick]]);
  572. // - Alternate Recipe
  573. recipes.addShaped(Ladder * 4, [
  574. [Stick, Screwdriver, Stick],
  575. [Stick, SteelScrew, Stick],
  576. [Stick, Saw, Stick]]);
  577.  
  578. // --- Fence
  579. recipes.addShaped(Fence * 2, [
  580. [IronScrew, Screwdriver, IronScrew],
  581. [Stick, Plank, Stick],
  582. [Stick, Plank, Stick]]);
  583. // -
  584. recipes.addShaped(Fence * 4, [
  585. [SteelScrew, Screwdriver, SteelScrew],
  586. [Stick, Plank, Stick],
  587. [Stick, Plank, Stick]]);
  588.  
  589. // --- Fence Gate
  590. recipes.addShaped(FenceGate * 2, [
  591. [IronScrew, Screwdriver, IronScrew],
  592. [Plank, Stick, Plank],
  593. [Plank, Stick, Plank]]);
  594. // -
  595. recipes.addShaped(FenceGate * 4, [
  596. [SteelScrew, Screwdriver, SteelScrew],
  597. [Plank, Stick, Plank],
  598. [Plank, Stick, Plank]]);
  599.  
  600. // --- Iron Bars
  601. recipes.addShaped(IronBars * 3, [
  602. [null, HHammer, null],
  603. [IronRod, IronRod, IronRod],
  604. [IronRod, IronRod, IronRod]]);
  605.  
  606. // --- Redstone Lamp
  607. recipes.addShaped(RSLamp, [
  608. [RedAlloyRod, GlowstonePlate, RedAlloyRod],
  609. [GlowstonePlate, GSBlock, GlowstonePlate],
  610. [RedAlloyRod, RedAlloyWire, RedAlloyRod]]);
  611.  
  612. recipes.remove(<minecraft:ender_chest>);
  613.  
  614. // --- Ender Chest
  615. recipes.addShaped(EnderChest, [
  616. [EnderEyeRod, TinyNStarDust, EnderEyeRod],
  617. [TinyNStarDust, <minecraft:chest>, TinyNStarDust],
  618. [EnderEyeRod, DenseObsidianPlate, EnderEyeRod]]);
  619.  
  620. recipes.remove(<minecraft:tripwire_hook>);
  621.  
  622. // --- Tripwire Hook
  623. recipes.addShaped(Tripwire, [
  624. [null, IronRing, null],
  625. [null, IronRod, null],
  626. [null, Plank, null]]);
  627. // - Alternate Recipe
  628. recipes.addShaped(Tripwire * 2, [
  629. [IronRing, null, IronRing],
  630. [IronRod, null, IronRod],
  631. [Plank, null, Plank]]);
  632.  
  633. recipes.remove(<minecraft:beacon>);
  634.  
  635. // --- Beacon
  636. recipes.addShaped(Beacon, [
  637. [<minecraft:glass_pane>, Lens, <minecraft:glass_pane>],
  638. [<minecraft:glass_pane>, NetherStar, <minecraft:glass_pane>],
  639. [DenseObsidianPlate, DenseObsidianPlate, DenseObsidianPlate]]);
  640.  
  641. // --- Anvil
  642. recipes.addShaped(Anvil, [
  643. [IronBlock, IronBlock, IronBlock],
  644. [IronScrew, IronBlock, IronScrew],
  645. [IronPlate, IronBlock, IronPlate]]);
  646.  
  647. // --- Daylight Sensor
  648. recipes.addShaped(DaylightSensor, [
  649. [<minecraft:glass_pane>, <minecraft:glass_pane>, <minecraft:glass_pane>],
  650. [NQuartzPlate, CertusPlate, NQuartzPlate],
  651. [WoodSlab, RedAlloyWire, WoodSlab]]);
  652.  
  653. // --- Hopper
  654. recipes.addShaped(Hopper, [
  655. [IronPlate, Chest, IronPlate],
  656. [IronPlate, IronGear, IronPlate],
  657. [null, IronPlate, null]]);
  658.  
  659.  
  660.  
  661. // --- Wool ---
  662.  
  663. // {
  664.  
  665. // --- White Wool
  666. // - Alternate Recipe
  667. recipes.addShapeless(Wool,
  668. [AnyWool, WhiteDye]);
  669. // -
  670. recipes.addShaped(Wool, [
  671. [String, null, String],
  672. [null, String, null],
  673. [String, null, String]]);
  674.  
  675. // --- Orange Wool
  676. // - Alternate Recipe
  677. recipes.addShapeless(OrangeWool,
  678. [AnyWool, OrangeDye]);
  679.  
  680. // --- Magenta Wool
  681.  
  682. // - Alternate Recipe
  683. recipes.addShapeless(MagentaWool,
  684. [AnyWool, MagentaDye]);
  685.  
  686. // --- Light Blue Wool
  687.  
  688. // - Alternate Recipe
  689. recipes.addShapeless(LightBlueWool,
  690. [AnyWool, LightBlueDye]);
  691.  
  692. // --- Yellow Wool
  693.  
  694. // - Alternate Recipe
  695. recipes.addShapeless(YellowWool,
  696. [AnyWool, YellowDye]);
  697.  
  698. // --- Lime Wool
  699.  
  700. // - Alternate Recipe
  701. recipes.addShapeless(LimeWool,
  702. [AnyWool, LimeDye]);
  703.  
  704. // --- Pink Wool
  705.  
  706. // - Alternate Recipe
  707. recipes.addShapeless(PinkWool,
  708. [AnyWool, PinkDye]);
  709.  
  710. // --- Gray Wool
  711.  
  712. // - Alternate Recipe
  713. recipes.addShapeless(GrayWool,
  714. [AnyWool, GrayDye]);
  715.  
  716. // --- Light Gray Wool
  717.  
  718. // - Alternate Recipe
  719. recipes.addShapeless(LightGrayWool,
  720. [AnyWool, LightGrayDye]);
  721.  
  722. // --- Cyan Wool
  723.  
  724. // - Alternate Recipe
  725. recipes.addShapeless(CyanWool,
  726. [AnyWool, CyanDye]);
  727.  
  728. // --- Purple Wool
  729.  
  730. // - Alternate Recipe
  731. recipes.addShapeless(PurpleWool,
  732. [AnyWool, PurpleDye]);
  733.  
  734. // --- Blue Wool
  735.  
  736. // - Alternate Recipe
  737. recipes.addShapeless(BlueWool,
  738. [AnyWool, BlueDye]);
  739.  
  740. // --- Brown Wool
  741.  
  742. // - Alternate Recipe
  743. recipes.addShapeless(BrownWool,
  744. [AnyWool, BrownDye]);
  745.  
  746. // --- Green Wool
  747.  
  748. // - Alternate Recipe
  749. recipes.addShapeless(GreenWool,
  750. [AnyWool, GreenDye]);
  751.  
  752. // --- Red Wool
  753.  
  754. // - Alternate Recipe
  755. recipes.addShapeless(RedWool,
  756. [AnyWool, RedDye]);
  757.  
  758. // --- Black Wool
  759.  
  760. // - Alternate Recipe
  761. recipes.addShapeless(BlackWool,
  762. [AnyWool, BlackDye]);
  763.  
  764.  
  765. // --- Glass ---
  766.  
  767.  
  768. // --- White Glass
  769.  
  770. // - Alternate Recipe
  771. recipes.addShapeless(WhiteGlass,
  772. [Glass, OrangeDye]);
  773.  
  774. // --- Orange Glass
  775.  
  776. // - Alternate Recipe
  777. recipes.addShapeless(OrangeGlass,
  778. [Glass, OrangeDye]);
  779.  
  780. // --- Magenta Glass
  781.  
  782. // - Alternate Recipe
  783. recipes.addShapeless(MagentaGlass,
  784. [Glass, MagentaDye]);
  785.  
  786. // --- Light Blue Glass
  787.  
  788. // - Alternate Recipe
  789. recipes.addShapeless(LightBlueGlass,
  790. [Glass, LightBlueDye]);
  791.  
  792. // --- Yellow Glass
  793.  
  794. // - Alternate Recipe
  795. recipes.addShapeless(YellowGlass,
  796. [Glass, YellowDye]);
  797.  
  798. // --- Lime Glass
  799.  
  800. // - Alternate Recipe
  801. recipes.addShapeless(LimeGlass,
  802. [Glass, LimeDye]);
  803.  
  804. // --- Pink Glass
  805.  
  806. // - Alternate Recipe
  807. recipes.addShapeless(PinkGlass,
  808. [Glass, PinkDye]);
  809.  
  810. // --- Gray Glass
  811.  
  812. // - Alternate Recipe
  813. recipes.addShapeless(GrayGlass,
  814. [Glass, GrayDye]);
  815.  
  816. // --- Light Gray Glass
  817.  
  818. // - Alternate Recipe
  819. recipes.addShapeless(LightGrayGlass,
  820. [Glass, LightGrayDye]);
  821.  
  822. // --- Cyan Glass
  823.  
  824. // - Alternate Recipe
  825. recipes.addShapeless(CyanGlass,
  826. [Glass, CyanDye]);
  827.  
  828. // --- Purple Glass
  829.  
  830. // - Alternate Recipe
  831. recipes.addShapeless(PurpleGlass,
  832. [Glass, PurpleDye]);
  833.  
  834. // --- Blue Glass
  835.  
  836. // - Alternate Recipe
  837. recipes.addShapeless(BlueGlass,
  838. [Glass, BlueDye]);
  839.  
  840. // --- Brown Glass
  841.  
  842. // - Alternate Recipe
  843. recipes.addShapeless(BrownGlass,
  844. [Glass, BrownDye]);
  845.  
  846. // --- Green Glass
  847.  
  848. // - Alternate Recipe
  849. recipes.addShapeless(GreenGlass,
  850. [Glass, GreenDye]);
  851.  
  852. // --- Red Glass
  853.  
  854. // - Alternate Recipe
  855. recipes.addShapeless(RedGlass,
  856. [Glass, RedDye]);
  857.  
  858. // --- Black Glass
  859.  
  860. // - Alternate Recipe
  861. recipes.addShapeless(BlackGlass,
  862. [Glass, BlackDye]);
  863.  
  864.  
  865. // --- Glass Pane ---
  866.  
  867.  
  868. // --- White Glass Pane
  869.  
  870. // - Alternate Recipe
  871. recipes.addShapeless(WhiteGlassPane,
  872. [GlassPane, OrangeDye]);
  873.  
  874. // --- Orange Glass Pane
  875.  
  876. // - Alternate Recipe
  877. recipes.addShapeless(OrangeGlassPane,
  878. [GlassPane, OrangeDye]);
  879.  
  880. // --- Magenta Glass Pane
  881.  
  882. // - Alternate Recipe
  883. recipes.addShapeless(MagentaGlassPane,
  884. [GlassPane, MagentaDye]);
  885.  
  886. // --- Light Blue Glass Pane
  887.  
  888. // - Alternate Recipe
  889. recipes.addShapeless(LightBlueGlassPane,
  890. [GlassPane, LightBlueDye]);
  891.  
  892. // --- Yellow Glass Pane
  893.  
  894. // - Alternate Recipe
  895. recipes.addShapeless(YellowGlassPane,
  896. [GlassPane, YellowDye]);
  897.  
  898. // --- Lime Glass Pane
  899.  
  900. // - Alternate Recipe
  901. recipes.addShapeless(LimeGlassPane,
  902. [GlassPane, LimeDye]);
  903.  
  904. // --- Pink Glass Pane
  905.  
  906. // - Alternate Recipe
  907. recipes.addShapeless(PinkGlassPane,
  908. [GlassPane, PinkDye]);
  909.  
  910. // --- Gray Glass Pane
  911.  
  912. // - Alternate Recipe
  913. recipes.addShapeless(GrayGlassPane,
  914. [GlassPane, GrayDye]);
  915.  
  916. // --- Light Gray Glass Pane
  917.  
  918. // - Alternate Recipe
  919. recipes.addShapeless(LightGrayGlassPane,
  920. [GlassPane, LightGrayDye]);
  921.  
  922. // --- Cyan Glass Pane
  923.  
  924. // - Alternate Recipe
  925. recipes.addShapeless(CyanGlassPane,
  926. [GlassPane, CyanDye]);
  927.  
  928. // --- Purple Glass Pane
  929.  
  930. // - Alternate Recipe
  931. recipes.addShapeless(PurpleGlassPane,
  932. [GlassPane, PurpleDye]);
  933.  
  934. // --- Blue Glass Pane
  935.  
  936. // - Alternate Recipe
  937. recipes.addShapeless(BlueGlassPane,
  938. [GlassPane, BlueDye]);
  939.  
  940. // --- Brown Glass Pane
  941.  
  942. // - Alternate Recipe
  943. recipes.addShapeless(BrownGlassPane,
  944. [GlassPane, BrownDye]);
  945.  
  946. // --- Green Glass Pane
  947.  
  948. // - Alternate Recipe
  949. recipes.addShapeless(GreenGlassPane,
  950. [GlassPane, GreenDye]);
  951.  
  952. // --- Red Glass Pane
  953.  
  954. // - Alternate Recipe
  955. recipes.addShapeless(RedGlassPane,
  956. [GlassPane, RedDye]);
  957.  
  958. // --- Black Glass Pane
  959.  
  960. // - Alternate Recipe
  961. recipes.addShapeless(BlackGlassPane,
  962. [GlassPane, BlackDye]);
  963.  
  964.  
  965. // --- Carpet ---
  966.  
  967.  
  968. // --- White Carpet
  969. recipes.addShaped(WhiteCarpet * 3, [
  970. [Wool, Wool, Saw],
  971. [null, null, null],
  972. [null, null, null]]);
  973.  
  974. // --- Orange Carpet
  975.  
  976.  
  977. recipes.addShaped(OrangeCarpet * 3, [
  978. [OrangeWool, OrangeWool, Saw],
  979. [null, null, null],
  980. [null, null, null]]);
  981.  
  982. // --- Magenta Carpet
  983.  
  984. // -
  985. recipes.addShaped(MagentaCarpet * 3, [
  986. [MagentaWool, MagentaWool, Saw],
  987. [null, null, null],
  988. [null, null, null]]);
  989.  
  990. // --- Light Blue Carpet
  991.  
  992. // -
  993. recipes.addShaped(LightBlueCarpet * 3, [
  994. [LightBlueWool, LightBlueWool, Saw],
  995. [null, null, null],
  996. [null, null, null]]);
  997.  
  998. // --- Yellow Carpet
  999.  
  1000. // -
  1001. recipes.addShaped(YellowCarpet * 3, [
  1002. [YellowWool, YellowWool, Saw],
  1003. [null, null, null],
  1004. [null, null, null]]);
  1005.  
  1006. // --- Lime Carpet
  1007.  
  1008. recipes.addShaped(LimeCarpet * 3, [
  1009. [LimeWool, LimeWool, Saw],
  1010. [null, null, null],
  1011. [null, null, null]]);
  1012.  
  1013. // --- Pink Carpet
  1014.  
  1015. recipes.addShaped(PinkCarpet * 3, [
  1016. [PinkWool, PinkWool, Saw],
  1017. [null, null, null],
  1018. [null, null, null]]);
  1019.  
  1020. // --- Gray Carpet
  1021.  
  1022. // -
  1023. recipes.addShaped(GrayCarpet * 3, [
  1024. [GrayWool, GrayWool, Saw],
  1025. [null, null, null],
  1026. [null, null, null]]);
  1027.  
  1028. // --- Light Gray Carpet
  1029.  
  1030. recipes.addShaped(LightGrayCarpet * 3, [
  1031. [LightGrayWool, LightGrayWool, Saw],
  1032. [null, null, null],
  1033. [null, null, null]]);
  1034.  
  1035. // --- Cyan Carpet
  1036.  
  1037. recipes.addShaped(CyanCarpet * 3, [
  1038. [CyanWool, CyanWool, Saw],
  1039. [null, null, null],
  1040. [null, null, null]]);
  1041.  
  1042. // --- Purple Carpet
  1043.  
  1044. recipes.addShaped(PurpleCarpet * 3, [
  1045. [PurpleWool, PurpleWool, Saw],
  1046. [null, null, null],
  1047. [null, null, null]]);
  1048.  
  1049. // --- Blue Carpet
  1050.  
  1051. recipes.addShaped(BlueCarpet * 3, [
  1052. [BlueWool, BlueWool, Saw],
  1053. [null, null, null],
  1054. [null, null, null]]);
  1055.  
  1056. // --- Brown Carpet
  1057.  
  1058. recipes.addShaped(BrownCarpet * 3, [
  1059. [BrownWool, BrownWool, Saw],
  1060. [null, null, null],
  1061. [null, null, null]]);
  1062.  
  1063. // --- Green Carpet
  1064. recipes.addShaped(GreenCarpet * 3, [
  1065. [GreenWool, GreenWool, Saw],
  1066. [null, null, null],
  1067. [null, null, null]]);
  1068.  
  1069. // --- Red Carpet
  1070.  
  1071. recipes.addShaped(RedCarpet * 3, [
  1072. [RedWool, RedWool, Saw],
  1073. [null, null, null],
  1074. [null, null, null]]);
  1075.  
  1076. // --- Black Carpet
  1077.  
  1078. recipes.addShaped(BlackCarpet * 3, [
  1079. [BlackWool, BlackWool, Saw],
  1080. [null, null, null],
  1081. [null, null, null]]);
  1082.  
  1083.  
  1084. // --- Stained Clay Block ---
  1085.  
  1086.  
  1087. // --- White Stained Clay Block
  1088.  
  1089. // - Alternate Recipe
  1090. recipes.addShapeless(WhiteHardClay,
  1091. [ClayBlock, WhiteDye]);
  1092.  
  1093. // --- Orange Stained Clay Block
  1094.  
  1095. // - Alternate Recipe
  1096. recipes.addShapeless(OrangeHardClay,
  1097. [ClayBlock, OrangeDye]);
  1098.  
  1099. // --- Magenta Stained Clay Block
  1100.  
  1101. // - Alternate Recipe
  1102. recipes.addShapeless(MagentaHardClay,
  1103. [ClayBlock, MagentaDye]);
  1104.  
  1105. // --- Light Blue Stained Clay Block
  1106.  
  1107. // - Alternate Recipe
  1108. recipes.addShapeless(LightBlueHardClay,
  1109. [ClayBlock, LightBlueDye]);
  1110.  
  1111. // --- Yellow Stained Clay Block
  1112.  
  1113. // - Alternate Recipe
  1114. recipes.addShapeless(YellowHardClay,
  1115. [ClayBlock, YellowDye]);
  1116.  
  1117. // --- Lime Stained Clay Block
  1118.  
  1119. // - Alternate Recipe
  1120. recipes.addShapeless(LimeHardClay,
  1121. [ClayBlock, LimeDye]);
  1122.  
  1123. // --- Pink Stained Clay Block
  1124.  
  1125. // - Alternate Recipe
  1126. recipes.addShapeless(PinkHardClay,
  1127. [ClayBlock, PinkDye]);
  1128.  
  1129. // --- Gray Stained Clay Block
  1130.  
  1131. // - Alternate Recipe
  1132. recipes.addShapeless(GrayHardClay,
  1133. [ClayBlock, GrayDye]);
  1134.  
  1135. // --- Light Gray Stained Clay Block
  1136.  
  1137. // - Alternate Recipe
  1138. recipes.addShapeless(LightGrayHardClay,
  1139. [ClayBlock, LightGrayDye]);
  1140.  
  1141. // --- Cyan Stained Clay Block
  1142.  
  1143. // - Alternate Recipe
  1144. recipes.addShapeless(CyanHardClay,
  1145. [ClayBlock, CyanDye]);
  1146.  
  1147. // --- Purple Stained Clay Block
  1148.  
  1149. // - Alternate Recipe
  1150. recipes.addShapeless(PurpleHardClay,
  1151. [ClayBlock, PurpleDye]);
  1152.  
  1153. // --- Blue Stained Clay Block
  1154.  
  1155. // - Alternate Recipe
  1156. recipes.addShapeless(BlueHardClay,
  1157. [ClayBlock, BlueDye]);
  1158.  
  1159. // --- Brown Stained Clay Block
  1160.  
  1161. // - Alternate Recipe
  1162. recipes.addShapeless(BrownHardClay,
  1163. [ClayBlock, BrownDye]);
  1164.  
  1165. // --- Green Stained Clay Block
  1166.  
  1167. // - Alternate Recipe
  1168. recipes.addShapeless(GreenHardClay,
  1169. [ClayBlock, GreenDye]);
  1170.  
  1171. // --- Red Stained Clay Block
  1172.  
  1173. // - Alternate Recipe
  1174. recipes.addShapeless(RedHardClay,
  1175. [ClayBlock, RedDye]);
  1176.  
  1177. // --- Black Stained Clay Block
  1178.  
  1179. // - Alternate Recipe
  1180. recipes.addShapeless(BlackHardClay,
  1181. [ClayBlock, BlackDye]);
  1182.  
  1183. // }
  1184.  
  1185. // --- Sugar
  1186. recipes.addShapeless(Sugar,
  1187. [Mortar, SugarCane]);
  1188.  
  1189. //Brewing Stand
  1190. recipes.addShaped(<minecraft:brewing_stand>, [
  1191. [BrewingThing, <gregtech:gt.metaitem.01:23032>, BrewingThing],
  1192. [null, <minecraft:blaze_rod>, null],
  1193. [<minecraft:glass_bottle>, <minecraft:cauldron>, <minecraft:glass_bottle>]]);
  1194.  
  1195. //Diamond Sword
  1196. recipes.addShaped(<minecraft:diamond_sword>, [
  1197. [null, DiamondThing, null],
  1198. [Tool18, DiamondThing, Tool12],
  1199. [null, <minecraft:stick>, null]]);
  1200.  
  1201. //Diamond Shovel
  1202. recipes.addShaped(<minecraft:diamond_shovel>, [
  1203. [Tool18, DiamondThing, Tool12],
  1204. [null, <minecraft:stick>, null],
  1205. [null, <minecraft:stick>, null]]);
  1206.  
  1207. //Diamond Pickaxe
  1208. recipes.addShaped(<minecraft:diamond_pickaxe>, [
  1209. [DiamondThing, <minecraft:diamond>, <minecraft:diamond>],
  1210. [Tool18, <minecraft:stick>, Tool12],
  1211. [null, <minecraft:stick>, null]]);
  1212.  
  1213. //Diamond Axe
  1214. recipes.addShaped(<minecraft:diamond_axe>, [
  1215. [DiamondThing, <minecraft:diamond>, Tool12],
  1216. [DiamondThing, <minecraft:stick>, null],
  1217. [Tool18, <minecraft:stick>, null]]);
  1218.  
  1219. //Diamond Hoe
  1220. recipes.addShaped(<minecraft:diamond_hoe>, [
  1221. [DiamondThing, <minecraft:diamond>, Tool12],
  1222. [Tool18, <minecraft:stick>, null],
  1223. [null, <minecraft:stick>, null]]);
  1224.  
  1225. //Diamond Helm
  1226. recipes.addShaped(<minecraft:diamond_helmet>, [
  1227. [DiamondThing, DiamondThing, DiamondThing],
  1228. [DiamondThing, Tool12, DiamondThing],
  1229. [null, null, null]]);
  1230.  
  1231. //Diamond Chestplate
  1232. recipes.addShaped(<minecraft:diamond_chestplate>, [
  1233. [DiamondThing, Tool12, DiamondThing],
  1234. [DiamondThing, DiamondThing, DiamondThing],
  1235. [DiamondThing, DiamondThing, DiamondThing]]);
  1236.  
  1237. //Diamond Leggins
  1238. recipes.addShaped(<minecraft:diamond_leggings>, [
  1239. [DiamondThing, DiamondThing, DiamondThing],
  1240. [DiamondThing, Tool12, DiamondThing],
  1241. [DiamondThing, null, DiamondThing]]);
  1242.  
  1243. //Diamond Boots
  1244. recipes.addShaped(<minecraft:diamond_boots>, [
  1245. [DiamondThing, null, DiamondThing],
  1246. [DiamondThing, Tool12, DiamondThing],
  1247. [null, null, null]]);
  1248.  
  1249. //Iron Horse Armor
  1250. recipes.addShaped(<minecraft:iron_horse_armor>, [
  1251. [null, null, <minecraft:iron_helmet>],
  1252. [<ore:plateIron>, <minecraft:iron_chestplate>, <ore:plateIron>],
  1253. [<minecraft:iron_leggings>, <ore:plateIron>, <minecraft:iron_leggings>]]);
  1254.  
  1255. //Gold Horse Armor
  1256. recipes.addShaped(<minecraft:golden_horse_armor>, [
  1257. [null, null, <minecraft:golden_helmet>],
  1258. [<ore:plateGold>, <minecraft:golden_chestplate>, <ore:plateGold>],
  1259. [<minecraft:golden_leggings>, <ore:plateGold>, <minecraft:golden_leggings>]]);
  1260.  
  1261. //Diamond horse Armor
  1262. recipes.addShaped(<minecraft:diamond_horse_armor>, [
  1263. [null, null, <minecraft:diamond_helmet>],
  1264. [<ore:plateDiamond>, <minecraft:diamond_chestplate>, <ore:plateDiamond>],
  1265. [<minecraft:diamond_leggings>, <ore:plateDiamond>, <minecraft:diamond_leggings>]]);
  1266.  
  1267. //Saddle
  1268. recipes.addShaped(<minecraft:saddle>, [
  1269. [<minecraft:leather>, <minecraft:leather>, <minecraft:leather>],
  1270. [<minecraft:carpet:*>, <minecraft:carpet:*>, <minecraft:carpet:*>],
  1271. [BrewingThing, <minecraft:string>, BrewingThing]]);
  1272.  
  1273. recipes.remove(<minecraft:clock>;
  1274.  
  1275. //Clock
  1276. recipes.addShaped(<minecraft:clock>), [
  1277. [<gregtech:gt.metaitem.01:28086>, <ore:plateGold>, <gregtech:gt.metaitem.01:28086>],
  1278. [<gregtech:gt.metaitem.01:26086>, <minecraft:comparator>, <gregtech:gt.metaitem.01:26086>],
  1279. [<gregtech:gt.metatool.01:22>, <gregtech:gt.metaitem.01:27086>, <gregtech:gt.metatool.01:16>]]);
  1280.  
  1281. //Compass
  1282. recipes.addShaped(<minecraft:compass>, [
  1283. [<ore:screwIron>, <ore:paneGlass>, <ore:boltIron>],
  1284. [<ore:ringZinc>, <ore:plateIron>, <ore:ringZinc>],
  1285. [<ore:boltRedAlloy>, Screwdriver, <ore:screwIron>]]);
  1286.  
  1287. //Gunpowder
  1288. recipes.addShapeless(<minecraft:gunpowder>, [<ore:dustSmallGunpowder>, <ore:dustSmallGunpowder>, <ore:dustSmallGunpowder>, <ore:dustSmallGunpowder>]);
  1289.  
  1290. recipes.remove(<minecraft:chest_minecart>);
  1291.  
  1292. //Minecart with Chest
  1293. recipes.addShaped(<minecraft:chest_minecart>, [
  1294. [HHammer, <minecraft:chest>, Wrench],
  1295. [null, <minecraft:minecart>, null],
  1296. [null, Screwdriver, null]]);
  1297.  
  1298. recipes.remove(<minecraft:furnace_minecart>);
  1299.  
  1300. //Minecart with Hopper
  1301. recipes.addShaped(<minecraft:hopper_minecart>, [
  1302. [HHammer, <minecraft:hopper>, Wrench],
  1303. [null, <minecraft:minecart>, null],
  1304. [null, Screwdriver, null]]);
  1305.  
  1306. recipes.remove(<minecraft:wooden_slab:*>);
  1307.  
  1308. recipes.addShaped(<ore:slabWood:*>, [
  1309. [null, null, null],
  1310. [<minecraft:planks:*>, <minecraft:planks:*>, <minecraft:planks:*>],
  1311. [null, null, null]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement