Advertisement
Guest User

ExtraTiCCompat

a guest
Feb 26th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.72 KB | None | 0 0
  1. print("start");
  2.  
  3. ### Drulloy Recipe
  4. mods.tconstruct.Smeltery.addAlloy(<liquid:drulloy.molten> * 288, [<liquid:oureclase.molten> * 288, <liquid:carmot.molten> * 144, <liquid:blood> * 144]);
  5.  
  6. ### Remove Redmetal Alloying in Smeltery
  7. mods.tconstruct.Smeltery.removeAlloy(<liquid:redmetal.molten>);
  8.  
  9. ### Remove Liquid Redstone Smelting in Smeltery
  10. mods.tconstruct.Smeltery.removeMelting(<minecraft:redstone>);
  11.  
  12. ### Re-add Destabilized Redstone to the Smeltery
  13. mods.tconstruct.Smeltery.addMelting(<minecraft:redstone>, <liquid:redstone>*100, 200, <minecraft:redstone_block>);
  14. mods.tconstruct.Smeltery.addMelting(<minecraft:redstone_block>, <liquid:redstone>*900, 200, <minecraft:redstone_block>);
  15.  
  16. ### Red Aurum Recipe
  17. mods.tconstruct.Smeltery.addAlloy(<liquid:red.aurum.molten> * 144, [<liquid:gold.molten> * 144, <liquid:redstone> * 400]);
  18.  
  19. ### Red Aurum Block and Ingot Casting
  20. mods.tconstruct.Casting.addBasinRecipe(<ExtraTiC:blockFunStuff:2>, <liquid:red.aurum.molten> * 1296, null, false, 50);
  21. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:funStuffIngot:2>, <liquid:red.aurum.molten> * 144, null, false, 50);
  22.  
  23. ### Red Aurum Block and Ingot Crafting
  24. recipes.addShapeless(<ExtraTiC:blockFunStuff:2>, [<ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>, <ExtraTiC:funStuffIngot:2>]);
  25. recipes.addShapeless(<ExtraTiC:funStuffIngot:2> * 9, [<ExtraTiC:blockFunStuff:2>]);
  26.  
  27. ### Red Aurum Tool Parts (thanks unknownzombie from FTB Forums!)
  28. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toolrod:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:1>, false, 50);
  29. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:pickaxeHead:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:2>, false, 50);
  30. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:shovelHead:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:3>, false, 50);
  31. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:axeHead:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:4>, false, 50);
  32. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:swordBlade:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:5>, false, 50);
  33. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeGuard:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:6>, false, 50);
  34. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:mediumGuard:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:7>, false, 50);
  35. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:crossbar:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:8>, false, 50);
  36. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:binding:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:9>, false, 50);
  37. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:frypanHead:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:10>, false, 50);
  38. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:battelSign:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:11>, false, 50);
  39. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:knifeBlade:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:12>, false, 50);
  40. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:chiselHead:173>, <liquid:red.aurum.molten> * 72, <TConstruct:metalPattern:13>, false, 50);
  41. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toughrod:173>, <liquid:red.aurum.molten> * 432, <TConstruct:metalPattern:14>, false, 50);
  42. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toughbind:173>, <liquid:red.aurum.molten> * 432, <TConstruct:metalPattern:15>, false, 50);
  43. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeplate:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:16>, false, 50);
  44. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:lumberaxeHead:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:17>, false, 50);
  45. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:scytheHead:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:18>, false, 50);
  46. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:excavatorHead:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:19>, false, 50);
  47. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeSwordBlade:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:20>, false, 50);
  48. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:hammerHead:173>, <liquid:red.aurum.molten> * 1152, <TConstruct:metalPattern:21>, false, 50);
  49. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:fullGuard:173>, <liquid:red.aurum.molten> * 432, <TConstruct:metalPattern:22>, false, 50);
  50. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:arrowhead:173>, <liquid:red.aurum.molten> * 144, <TConstruct:metalPattern:25>, false, 50);
  51. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:shuriken:173>, <liquid:red.aurum.molten> * 72, <TConstruct:Cast:0>, false, 50);
  52. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:CrossbowLimb:173>, <liquid:red.aurum.molten> * 576, <TConstruct:Cast:1>, false, 50);
  53. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:CrossbowBody:173>, <liquid:red.aurum.molten> * 720, <TConstruct:Cast:2>, false, 50);
  54. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:BowLimb:173>, <liquid:red.aurum.molten> * 216, <TConstruct:Cast:2>, false, 50);
  55. mods.tconstruct.Casting.addTableRecipe(<TConstruct:BoltPart:*>.withTag({DualMat: {Material2: 173}}), <liquid:red.aurum.molten> * 144,
  56. <TConstruct:toolRod:*>, true, 50);
  57.  
  58. ### Red Aurum Ingot & Block Melting
  59. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:funStuffIngot:2>, <liquid:red.aurum.molten>*144, 550, <ExtraTiC:funStuffIngot:2>);
  60. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:blockFunStuff:2>, <liquid:red.aurum.molten>*1296, 550, <ExtraTiC:blockFunStuff:2>);
  61.  
  62. ### Red Aurum Tool Part Melting
  63. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:toolrod:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  64. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:pickaxeHead:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  65. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:shovelHead:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  66. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:axeHead:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  67. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:swordBlade:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  68. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:largeGuard:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  69. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:mediumGuard:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  70. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:crossbar:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  71. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:binding:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  72. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:frypanHead:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  73. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:battelSign:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  74. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:knifeBlade:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  75. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:chiselHead:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  76. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:toughrod:173>, <liquid:red.aurum.molten>*432, 80, <ExtraTiC:funStuffIngot:2>);
  77. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:toughbind:173>, <liquid:red.aurum.molten>*432, 80, <ExtraTiC:funStuffIngot:2>);
  78. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:largeplate:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  79. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:lumberaxeHead:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  80. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:scytheHead:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  81. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:excavatorHead:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  82. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:largeSwordBlade:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  83. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:hammerHead:173>, <liquid:red.aurum.molten>*1152, 80, <ExtraTiC:funStuffIngot:2>);
  84. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:fullGuard:173>, <liquid:red.aurum.molten>*432, 80, <ExtraTiC:funStuffIngot:2>);
  85. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:arrowhead:173>, <liquid:red.aurum.molten>*144, 80, <ExtraTiC:funStuffIngot:2>);
  86. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:shuriken:173>, <liquid:red.aurum.molten>*72, 80, <ExtraTiC:funStuffIngot:2>);
  87. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:CrossbowLimb:173>, <liquid:red.aurum.molten>*576, 80, <ExtraTiC:funStuffIngot:2>);
  88. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:CrossbowBody:173>, <liquid:red.aurum.molten>*720, 80, <ExtraTiC:funStuffIngot:2>);
  89. mods.tconstruct.Smeltery.addMelting(<ExtraTiC:BowLimb:173>, <liquid:red.aurum.molten>*216, 80, <ExtraTiC:funStuffIngot:2>);
  90.  
  91.  
  92. ### Remove Ender Amethyst Crafting to Amethyst Tool Parts
  93. //Tried, lines had no effect on Part Builder recipes, seems like Minetweaker can neither add nor remove recipes concerning this crafting interface
  94.  
  95. ### Variable Assignment
  96. var enderamethyst = <BiomesOPlenty:gems:0>;
  97. var enderamethystchunk = <ExtraTiC:chunk:144>;
  98. var amethyst = <BiomesOPlenty:gems:4>;
  99. var amethystchunk = <ExtraTiC:chunk:164>;
  100.  
  101. ### Chunk Converters
  102. recipes.addShaped(enderamethystchunk*2, [[enderamethyst, null, null], [null, null, null], [null, null, null]]);
  103. recipes.addShapeless(enderamethyst, [enderamethystchunk, enderamethystchunk]);
  104. recipes.addShaped(amethystchunk*2, [[amethyst, null, null], [null, null, null], [null, null, null]]);
  105. recipes.addShapeless(amethyst, [amethystchunk, amethystchunk]);
  106.  
  107.  
  108. ### Ender Amethyst Tool Parts
  109. # Parts of 1/2
  110. recipes.addShaped(<ExtraTiC:binding:144>, [[enderamethystchunk, null, null], [null, null, null], [null, null, null]]);
  111. recipes.addShaped(<ExtraTiC:chiselHead:144>, [[null, enderamethystchunk, null], [null, null, null], [null, null, null]]);
  112. recipes.addShaped(<ExtraTiC:crossbar:144>, [[null, null, enderamethystchunk], [null, null, null], [null, null, null]]);
  113. recipes.addShaped(<ExtraTiC:knifeBlade:144>, [[null, null, null], [enderamethystchunk, null, null], [null, null, null]]);
  114. recipes.addShaped(<ExtraTiC:largeGuard:144>, [[null, null, null], [null, enderamethystchunk, null], [null, null, null]]);
  115. recipes.addShaped(<ExtraTiC:mediumGuard:144>, [[null, null, null], [null, null, enderamethystchunk], [null, null, null]]);
  116. recipes.addShaped(<ExtraTiC:toolrod:144>, [[null, null, null], [null, null, null], [enderamethystchunk, null, null]]);
  117. recipes.addShaped(<ExtraTiC:shuriken:144>, [[null, null, null], [null, null, null], [null, enderamethystchunk, null]]);
  118.  
  119. # Parts of 1
  120. recipes.addShaped(<ExtraTiC:arrowhead:144>, [[null, enderamethyst, null], [null, null, null], [null, null, null]]);
  121. recipes.addShaped(<ExtraTiC:axeHead:144>, [[null, null, enderamethyst], [null, null, null], [null, null, null]]);
  122. recipes.addShaped(<ExtraTiC:frypanHead:144>, [[null, null, null], [enderamethyst, null, null], [null, null, null]]);
  123. recipes.addShaped(<ExtraTiC:pickaxeHead:144>, [[null, null, null], [null, enderamethyst, null], [null, null, null]]);
  124. recipes.addShaped(<ExtraTiC:shovelHead:144>, [[null, null, null], [null, null, enderamethyst], [null, null, null]]);
  125. recipes.addShaped(<ExtraTiC:swordBlade:144>, [[null, null, null], [null, null, null], [enderamethyst, null, null]]);
  126. recipes.addShaped(<ExtraTiC:battelSign:144>, [[null, null, null], [null, null, null], [null, enderamethyst, null]]);
  127.  
  128. # Parts of 3/2
  129. recipes.addShapeless(<ExtraTiC:BowLimb:144>, [enderamethyst, enderamethystchunk]);
  130.  
  131. # Parts of 3
  132. recipes.addShaped(<ExtraTiC:fullGuard:144>, [[null, enderamethyst, null], [enderamethyst, null, null], [null, enderamethyst, null]]);
  133. recipes.addShaped(<ExtraTiC:toughbind:144>, [[enderamethyst, null, null], [null, enderamethyst, null], [null, null, enderamethyst]]);
  134. recipes.addShaped(<ExtraTiC:toughrod:144>, [[null, enderamethyst, null], [null, enderamethyst, null], [null, enderamethyst, null]]);
  135.  
  136. # Parts of 4
  137. recipes.addShaped(<ExtraTiC:CrossbowLimb:144>, [[enderamethyst, null, null], [enderamethyst, enderamethyst, null], [enderamethyst, null, null]]);
  138.  
  139. # Parts of 5
  140. recipes.addShaped(<ExtraTiC:CrossbowBody:144>, [[enderamethyst, null, null], [null, enderamethyst, enderamethyst], [null, enderamethyst, enderamethyst]]);
  141.  
  142. #Parts of 8
  143. recipes.addShaped(<ExtraTiC:hammerHead:144>, [[enderamethyst, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, enderamethyst], [enderamethyst, null, enderamethyst]]);
  144. recipes.addShaped(<ExtraTiC:excavatorHead:144>, [[enderamethyst, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, enderamethyst], [null, enderamethyst, enderamethyst]]);
  145. recipes.addShaped(<ExtraTiC:largeSwordBlade:144>, [[null, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, enderamethyst]]);
  146. recipes.addShaped(<ExtraTiC:largeplate:144>, [[enderamethyst, enderamethyst, enderamethyst], [enderamethyst, null, enderamethyst], [enderamethyst, enderamethyst, enderamethyst]]);
  147. recipes.addShaped(<ExtraTiC:lumberaxeHead:144>, [[enderamethyst, enderamethyst, null], [enderamethyst, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, enderamethyst]]);
  148. recipes.addShaped(<ExtraTiC:scytheHead:144>, [[enderamethyst, enderamethyst, enderamethyst], [enderamethyst, enderamethyst, null], [enderamethyst, enderamethyst, enderamethyst]]);
  149.  
  150. ### Amethyst Tool Parts
  151. # Parts of 1/2
  152. recipes.addShaped(<ExtraTiC:binding:164>, [[amethystchunk, null, null], [null, null, null], [null, null, null]]);
  153. recipes.addShaped(<ExtraTiC:chiselHead:164>, [[null, amethystchunk, null], [null, null, null], [null, null, null]]);
  154. recipes.addShaped(<ExtraTiC:crossbar:164>, [[null, null, amethystchunk], [null, null, null], [null, null, null]]);
  155. recipes.addShaped(<ExtraTiC:knifeBlade:164>, [[null, null, null], [amethystchunk, null, null], [null, null, null]]);
  156. recipes.addShaped(<ExtraTiC:largeGuard:164>, [[null, null, null], [null, amethystchunk, null], [null, null, null]]);
  157. recipes.addShaped(<ExtraTiC:mediumGuard:164>, [[null, null, null], [null, null, amethystchunk], [null, null, null]]);
  158. recipes.addShaped(<ExtraTiC:toolrod:164>, [[null, null, null], [null, null, null], [amethystchunk, null, null]]);
  159. recipes.addShaped(<ExtraTiC:shuriken:164>, [[null, null, null], [null, null, null], [null, amethystchunk, null]]);
  160.  
  161. # Parts of 1
  162. recipes.addShaped(<ExtraTiC:arrowhead:164>, [[null, amethyst, null], [null, null, null], [null, null, null]]);
  163. recipes.addShaped(<ExtraTiC:axeHead:164>, [[null, null, amethyst], [null, null, null], [null, null, null]]);
  164. recipes.addShaped(<ExtraTiC:frypanHead:164>, [[null, null, null], [amethyst, null, null], [null, null, null]]);
  165. recipes.addShaped(<ExtraTiC:pickaxeHead:164>, [[null, null, null], [null, amethyst, null], [null, null, null]]);
  166. recipes.addShaped(<ExtraTiC:shovelHead:164>, [[null, null, null], [null, null, amethyst], [null, null, null]]);
  167. recipes.addShaped(<ExtraTiC:swordBlade:164>, [[null, null, null], [null, null, null], [amethyst, null, null]]);
  168. recipes.addShaped(<ExtraTiC:battelSign:164>, [[null, null, null], [null, null, null], [null, amethyst, null]]);
  169.  
  170. # Parts of 3/2
  171. recipes.addShapeless(<ExtraTiC:BowLimb:164>, [amethyst, amethystchunk]);
  172.  
  173. # Parts of 3
  174. recipes.addShaped(<ExtraTiC:fullGuard:164>, [[null, amethyst, null], [amethyst, null, null], [null, amethyst, null]]);
  175. recipes.addShaped(<ExtraTiC:toughbind:164>, [[amethyst, null, null], [null, amethyst, null], [null, null, amethyst]]);
  176. recipes.addShaped(<ExtraTiC:toughrod:164>, [[null, amethyst, null], [null, amethyst, null], [null, amethyst, null]]);
  177.  
  178. # Parts of 4
  179. recipes.addShaped(<ExtraTiC:CrossbowLimb:164>, [[amethyst, null, null], [amethyst, amethyst, null], [amethyst, null, null]]);
  180.  
  181. # Parts of 5
  182. recipes.addShaped(<ExtraTiC:CrossbowBody:164>, [[amethyst, null, null], [null, amethyst, amethyst], [null, amethyst, amethyst]]);
  183.  
  184. # Parts of 8
  185. recipes.addShaped(<ExtraTiC:hammerHead:164>, [[amethyst, amethyst, amethyst], [amethyst, amethyst, amethyst], [amethyst, null, amethyst]]);
  186. recipes.addShaped(<ExtraTiC:excavatorHead:164>, [[amethyst, amethyst, amethyst], [amethyst, amethyst, amethyst], [null, amethyst, amethyst]]);
  187. recipes.addShaped(<ExtraTiC:largeSwordBlade:164>, [[null, amethyst, amethyst], [amethyst, amethyst, amethyst], [amethyst, amethyst, amethyst]]);
  188. recipes.addShaped(<ExtraTiC:largeplate:164>, [[amethyst, amethyst, amethyst], [amethyst, null, amethyst], [amethyst, amethyst, amethyst]]);
  189. recipes.addShaped(<ExtraTiC:lumberaxeHead:164>, [[amethyst, amethyst, null], [amethyst, amethyst, amethyst], [amethyst, amethyst, amethyst]]);
  190. recipes.addShaped(<ExtraTiC:scytheHead:164>, [[amethyst, amethyst, amethyst], [amethyst, amethyst, null], [amethyst, amethyst, amethyst]]);
  191.  
  192. ### Dark Steel Part Casting
  193. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toolrod:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:1>, false, 50);
  194. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:pickaxeHead:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:2>, false, 50);
  195. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:shovelHead:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:3>, false, 50);
  196. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:axeHead:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:4>, false, 50);
  197. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:swordBlade:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:5>, false, 50);
  198. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeGuard:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:6>, false, 50);
  199. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:mediumGuard:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:7>, false, 50);
  200. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:crossbar:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:8>, false, 50);
  201. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:binding:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:9>, false, 50);
  202. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:frypanHead:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:10>, false, 50);
  203. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:battelSign:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:11>, false, 50);
  204. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:knifeBlade:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:12>, false, 50);
  205. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:chiselHead:171>, <liquid:darksteel> * 72, <TConstruct:metalPattern:13>, false, 50);
  206. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toughrod:171>, <liquid:darksteel> * 432, <TConstruct:metalPattern:14>, false, 50);
  207. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:toughbind:171>, <liquid:darksteel> * 432, <TConstruct:metalPattern:15>, false, 50);
  208. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeplate:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:16>, false, 50);
  209. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:lumberaxeHead:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:17>, false, 50);
  210. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:scytheHead:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:18>, false, 50);
  211. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:excavatorHead:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:19>, false, 50);
  212. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:largeSwordBlade:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:20>, false, 50);
  213. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:hammerHead:171>, <liquid:darksteel> * 1152, <TConstruct:metalPattern:21>, false, 50);
  214. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:fullGuard:171>, <liquid:darksteel> * 432, <TConstruct:metalPattern:22>, false, 50);
  215. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:arrowhead:171>, <liquid:darksteel> * 144, <TConstruct:metalPattern:25>, false, 50);
  216. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:shuriken:171>, <liquid:darksteel> * 72, <TConstruct:Cast:0>, false, 50);
  217. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:CrossbowLimb:171>, <liquid:darksteel> * 576, <TConstruct:Cast:1>, false, 50);
  218. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:CrossbowBody:171>, <liquid:darksteel> * 720, <TConstruct:Cast:2>, false, 50);
  219. mods.tconstruct.Casting.addTableRecipe(<ExtraTiC:BowLimb:171>, <liquid:darksteel> * 216, <TConstruct:Cast:2>, false, 50);
  220. mods.tconstruct.Casting.addTableRecipe(<TConstruct:BoltPart:*>.withTag({DualMat: {Material2: 171}}), <liquid:darksteel> * 144,
  221. <TConstruct:toolRod:*>, true, 50);
  222.  
  223. print("end");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement