Advertisement
Guest User

Chromaticraft custom recipe.

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