Advertisement
X00LA

Thirst Recipes

Feb 3rd, 2021
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ########################## CRAFTING RECIPIES ###################
  2.  
  3.  
  4. ##Enabled recipes
  5. recipes:
  6. - cocoa
  7. - carrot
  8. - melon
  9. - beetroot
  10. - sweetberries
  11. - eggnog
  12. - sprucetea
  13. - birchtea
  14. - oaktea
  15. - darkoaktea
  16. - honeymilk
  17. - apple
  18.  
  19.  
  20. cocoa:
  21. 1: AIR
  22. 2: SUGAR
  23. 3: AIR
  24. 4: COCOA_BEANS
  25. 5: MILK_BUCKET
  26. 6: COCOA_BEANS
  27. 7: AIR
  28. 8: GLASS_BOTTLE
  29. 9: AIR
  30. product: POTION
  31. name: Cocoa
  32. description:
  33. - 'Tasty, hot, cocoa.'
  34. refreshRate: 60
  35.  
  36. carrot:
  37. 1: AIR
  38. 2: AIR
  39. 3: AIR
  40. 4: CARROT
  41. 5: POTION
  42. 6: CARROT
  43. 7: AIR
  44. 8: AIR
  45. 9: AIR
  46. product: POTION
  47. name: Carrot Juice
  48. description:
  49. - 'Mmmmmhhhhhhh, tasty.'
  50. refreshRate: 35
  51.  
  52. melon:
  53. 1: AIR
  54. 2: AIR
  55. 3: AIR
  56. 4: MELON_SLICE
  57. 5: POTION
  58. 6: MELON_SLICE
  59. 7: AIR
  60. 8: SUGAR
  61. 9: AIR
  62. product: POTION
  63. name: Melonlemonade
  64. description:
  65. - 'Super tasty melon lemonade.'
  66. - 'Mega refreshing!'
  67. refreshRate: 35
  68.  
  69. beetroot:
  70. 1: AIR
  71. 2: AIR
  72. 3: AIR
  73. 4: BEETROOT
  74. 5: POTION
  75. 6: BEETROOT
  76. 7: AIR
  77. 8: AIR
  78. 9: AIR
  79. product: POTION
  80. name: 'Beetroot Juice'
  81. description:
  82. - 'Super tasty beetroot juice.'
  83. - 'Oh yes, super delicious...'
  84. refreshRate: 30
  85.  
  86. sweetberries:
  87. 1: AIR
  88. 2: AIR
  89. 3: AIR
  90. 4: SWEET_BERRIES
  91. 5: POTION
  92. 6: SWEET_BERRIES
  93. 7: AIR
  94. 8: SUGAR
  95. 9: AIR
  96. product: POTION
  97. name: 'Sweet Berries Lemonade'
  98. description:
  99. - 'Super tasty sweetberry lemonade.'
  100. - 'Sooooo delicious! Mmmmmmhhhhh ...'
  101. refreshRate: 35
  102.  
  103. eggnog:
  104. 1: AIR
  105. 2: SUGAR
  106. 3: AIR
  107. 4: EGG
  108. 5: MILK_BUCKET
  109. 6: EGG
  110. 7: AIR
  111. 8: GLASS_BOTTLE
  112. 9: AIR
  113. product: POTION
  114. name: 'Egg Nog'
  115. description:
  116. - 'Delicious eggnog.'
  117. - 'Is it Christmas already?'
  118. refreshRate: 35
  119.  
  120. sprucetea:
  121. 1: AIR
  122. 2: HONEYCOMB
  123. 3: AIR
  124. 4: SPRUCE_LEAVES
  125. 5: POTION
  126. 6: SPRUCE_LEAVES
  127. 7: AIR
  128. 8: AIR
  129. 9: AIR
  130. product: POTION
  131. name: 'Spruce Needle Tea'
  132. description:
  133. - 'Delicious, hot, spruce needle tea.'
  134. refreshRate: 45
  135.  
  136. birchtea:
  137. 1: AIR
  138. 2: HONEYCOMB
  139. 3: AIR
  140. 4: BIRCH_LEAVES
  141. 5: POTION
  142. 6: BIRCH_LEAVES
  143. 7: AIR
  144. 8: AIR
  145. 9: AIR
  146. product: POTION
  147. name: 'Birch Leaf Tea'
  148. description:
  149. - 'Delicious, hot, birch leaf tea.'
  150. refreshRate: 45
  151.  
  152. oaktea:
  153. 1: AIR
  154. 2: HONEYCOMB
  155. 3: AIR
  156. 4: OAK_LEAVES
  157. 5: POTION
  158. 6: OAK_LEAVES
  159. 7: AIR
  160. 8: AIR
  161. 9: AIR
  162. product: POTION
  163. name: 'Oak Leaf Tea'
  164. description:
  165. - 'Delicious, hot, oak leaf tea.'
  166. refreshRate: 45
  167.  
  168. darkoaktea:
  169. 1: AIR
  170. 2: HONEYCOMB
  171. 3: AIR
  172. 4: DARK_OAK_LEAVES
  173. 5: POTION
  174. 6: DARK_OAK_LEAVES
  175. 7: AIR
  176. 8: AIR
  177. 9: AIR
  178. product: POTION
  179. name: 'Oak Leaf Tea'
  180. description:
  181. - 'Delicious, hot, oak leaf tea.'
  182. refreshRate: 45
  183.  
  184. honeymilk:
  185. 1: AIR
  186. 2: HONEYCOMB
  187. 3: AIR
  188. 4: AIR
  189. 5: MILK_BUCKET
  190. 6: AIR
  191. 7: AIR
  192. 8: GLASS_BOTTLE
  193. 9: AIR
  194. product: POTION
  195. name: 'Honey Milk'
  196. description:
  197. - 'Hot milk with honey.'
  198. - 'That brings back memories!'
  199. refreshRate: 65
  200.  
  201. apple:
  202. 1: AIR
  203. 2: APPLE
  204. 3: AIR
  205. 4: APPLE
  206. 5: GLASS_BOTTLE
  207. 6: APPLE
  208. 7: AIR
  209. 8: APPLE
  210. 9: AIR
  211. product: POTION
  212. name: 'Apple Juice'
  213. description:
  214. - 'Super tasty apple juice.'
  215. refreshRate: 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement