Guest User

Chromaticraft custom recipe.

a guest
May 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. {
  2. type = "oblivion_frame"
  3. level = "pylon"
  4. recipe = {
  5. center = "ChromatiCraft:chromaticraft_item_crafting:23"
  6. items = {
  7. {
  8. item = "ChromatiCraft:chromaticraft_item_beeframe"
  9. x = 2
  10. z = 0
  11. }
  12. {
  13. item = "ChromatiCraft:chromaticraft_item_beeframe"
  14. x = 0
  15. z = 2
  16. }
  17. {
  18. item = "ChromatiCraft:chromaticraft_item_beeframe"
  19. x = 0
  20. z = -2
  21. }
  22. {
  23. item = "ChromatiCraft:chromaticraft_item_beeframe"
  24. x = -2
  25. z = 0
  26. }
  27. {
  28. item = "thaumicbases:voidBlock"
  29. x = 2
  30. z = 2
  31. }
  32. {
  33. item = "thaumicbases:voidBlock"
  34. x = 2
  35. z = -2
  36. }
  37. {
  38. item = "thaumicbases:voidBlock"
  39. x = -2
  40. z = 2
  41. }
  42. {
  43. item = "thaumicbases:voidBlock"
  44. x = -2
  45. z = -2
  46. }
  47. {
  48. item = "MagicBees:miscResources:9"
  49. x = 4
  50. z = 0
  51. }
  52. {
  53. item = "MagicBees:miscResources:9"
  54. x = 0
  55. z = 4
  56. }
  57. {
  58. item = "MagicBees:miscResources:9"
  59. x = 0
  60. z = -4
  61. }
  62. {
  63. item = "MagicBees:miscResources:9"
  64. x = -4
  65. z = 0
  66. }
  67. {
  68. item = "TaintedMagic:ItemMaterial"
  69. x = 4
  70. z = -2
  71. }
  72. {
  73. item = "TaintedMagic:ItemMaterial"
  74. x = -2
  75. z = 4
  76. }
  77. {
  78. item = "TaintedMagic:ItemMaterial"
  79. x = -2
  80. z = -4
  81. }
  82. {
  83. item = "TaintedMagic:ItemMaterial"
  84. x = -4
  85. z = -2
  86. }
  87. {
  88. item = "TaintedMagic:ItemMaterial"
  89. x = 4
  90. z = 2
  91. }
  92. {
  93. item = "TaintedMagic:ItemMaterial"
  94. x = 2
  95. z = 4
  96. }
  97. {
  98. item = "TaintedMagic:ItemMaterial"
  99. x = 2
  100. z = -4
  101. }
  102. {
  103. item = "TaintedMagic:ItemMaterial"
  104. x = -4
  105. z = 2
  106. }
  107. {
  108. item = "AWWayofTime:demonicSlate"
  109. x = 4
  110. z = 4
  111. }
  112. {
  113. item = "AWWayofTime:demonicSlate"
  114. x = 4
  115. z = -4
  116. }
  117. {
  118. item = "AWWayofTime:demonicSlate"
  119. x = -4
  120. z = 4
  121. }
  122. {
  123. item = "AWWayofTime:demonicSlate"
  124. x = -4
  125. z = -4
  126. }
  127. }
  128. }
  129. runes = {
  130. {
  131. x = 1
  132. y = 0
  133. z = 5
  134. color = "black"
  135. }
  136. {
  137. x = 1
  138. y = 0
  139. z = -5
  140. color = "black"
  141. }
  142. {
  143. x = -1
  144. y = 0
  145. z = 5
  146. color = "black"
  147. }
  148. {
  149. x = -1
  150. y = 0
  151. z = -5
  152. color = "black"
  153. }
  154. {
  155. x = 5
  156. y = 0
  157. z = 1
  158. color = "black"
  159. }
  160. {
  161. x = 5
  162. y = 0
  163. z = -1
  164. color = "black"
  165. }
  166. {
  167. x = -5
  168. y = 0
  169. z = 1
  170. color = "black"
  171. }
  172. {
  173. x = -5
  174. y = 0
  175. z = -1
  176. color = "black"
  177. }
  178. }
  179. energy = {
  180. {
  181. color = "black"
  182. amount = 80000
  183. }
  184. {
  185. color = "white"
  186. amount = 40000
  187. }
  188. }
  189. output = "MagicBees:frameOblivion"
  190. }
Add Comment
Please, Sign In to add comment