Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1.  
  2. # Name which will be displayed
  3. # when opening the station
  4. name: 'Cooking Station (#page#/#max#)'
  5.  
  6. # The maximum amount of items in the crafting queue ie. the
  7. # max number of items players are able to craft simultaneously.
  8. max-queue-size: 10
  9.  
  10. # Configure GUI items here
  11. items:
  12. fill:
  13. material: AIR
  14. no-recipe:
  15. material: GRAY_STAINED_GLASS_PANE
  16. name: '&aNo Recipe'
  17. no-queue-item:
  18. material: GRAY_STAINED_GLASS_PANE
  19. name: '&aNo Item in Queue'
  20.  
  21. # Station recipes
  22. recipes:
  23. beef:
  24. output:
  25. type: VFOOD
  26. id: BEEF
  27. amount: 4
  28. crafting-time: 3
  29. options:
  30. hide-when-locked: false
  31. triggers:
  32. - 'exp cooking 5'
  33. - 'exp fielddressing 5'
  34. conditions:
  35. - 'profession cooking 1'
  36. ingredients:
  37. - 'mmoitem VINGREDIENT COW_CARCASS 1 Cow_Carcass'
  38. sheep:
  39. output:
  40. type: VFOOD
  41. id: MUTTON
  42. amount: 4
  43. crafting-time: 3
  44. options:
  45. hide-when-locked: false
  46. triggers:
  47. - 'exp cooking 5'
  48. - 'exp fielddressing 5'
  49. conditions:
  50. - 'profession cooking 1'
  51. ingredients:
  52. - 'mmoitem VINGREDIENT SHEEP_CARCASS 1 Sheep_Carcass'
  53. pig:
  54. output:
  55. type: VFOOD
  56. id: PORKCHOP
  57. amount: 4
  58. crafting-time: 3
  59. options:
  60. hide-when-locked: false
  61. triggers:
  62. - 'exp cooking 5'
  63. - 'exp fielddressing 5'
  64. conditions:
  65. - 'profession cooking 1'
  66. ingredients:
  67. - 'mmoitem VINGREDIENT PIG_CARCASS 1 Pig_Carcass'
  68. chicken:
  69. output:
  70. type: VFOOD
  71. id: CHICKEN
  72. amount: 4
  73. crafting-time: 3
  74. options:
  75. hide-when-locked: false
  76. triggers:
  77. - 'exp cooking 5'
  78. - 'exp fielddressing 5'
  79. conditions:
  80. - 'profession cooking 1'
  81. ingredients:
  82. - 'mmoitem VINGREDIENT CHICKEN_CARCASS 1 Chicken_Carcass'
  83. bshroom:
  84. output:
  85. type: VFOOD
  86. id: BROWN_MUSHROOM
  87. amount: 12
  88. crafting-time: 7
  89. options:
  90. hide-when-locked: false
  91. triggers:
  92. - 'exp cooking 5'
  93. - 'exp fielddressing 5'
  94. conditions:
  95. - 'profession cooking 1'
  96. ingredients:
  97. - 'mmoitem VINGREDIENT BROWN_MUSHROOM_BUNDLE 1 Brown_Mushroom_Bundle'
  98. rshroom:
  99. output:
  100. type: VFOOD
  101. id: RED_MUSHROOM
  102. amount: 12
  103. crafting-time: 7
  104. options:
  105. hide-when-locked: false
  106. triggers:
  107. - 'exp cooking 5'
  108. - 'exp fielddressing 5'
  109. conditions:
  110. - 'profession cooking 1'
  111. ingredients:
  112. - 'mmoitem VINGREDIENT RED_MUSHROOM_BUNDLE 1 Red_Mushroom_Bundle'
  113. spider:
  114. output:
  115. type: VFOOD
  116. id: SPIDER_LEGS
  117. amount: 8
  118. crafting-time: 3
  119. options:
  120. hide-when-locked: false
  121. triggers:
  122. - 'exp cooking 5'
  123. - 'exp fielddressing 5'
  124. conditions:
  125. - 'profession cooking 2'
  126. ingredients:
  127. - 'mmoitem VINGREDIENT SPIDER_CARCASS 1 Spider_Carcass'
  128. rabbit:
  129. output:
  130. type: VFOOD
  131. id: RABBIT
  132. amount: 2
  133. crafting-time: 6
  134. options:
  135. hide-when-locked: false
  136. triggers:
  137. - 'exp cooking 8'
  138. - 'exp fielddressing 5'
  139. conditions:
  140. - 'profession cooking 2'
  141. ingredients:
  142. - 'mmoitem VINGREDIENT RABBIT_CARCASS 1 Rabbit_Carcass'
  143. bear:
  144. output:
  145. type: VFOOD
  146. id: BEAR_MEAT
  147. amount: 3
  148. crafting-time: 6
  149. options:
  150. hide-when-locked: false
  151. triggers:
  152. - 'exp cooking 8'
  153. - 'exp fielddressing 5'
  154. conditions:
  155. - 'profession cooking 2'
  156. ingredients:
  157. - 'mmoitem VINGREDIENT BEAR_CARCASS 1 Bear_Carcass'
  158. horse:
  159. output:
  160. type: VFOOD
  161. id: HORSE_MEAT
  162. amount: 3
  163. crafting-time: 6
  164. options:
  165. hide-when-locked: false
  166. triggers:
  167. - 'exp cooking 8'
  168. - 'exp fielddressing 5'
  169. conditions:
  170. - 'profession cooking 2'
  171. ingredients:
  172. - 'mmoitem VINGREDIENT HORSE_CARCASS 1 Horse_Carcass'
  173. wolf:
  174. output:
  175. type: VFOOD
  176. id: WOLF_MEAT
  177. amount: 3
  178. crafting-time: 6
  179. options:
  180. hide-when-locked: false
  181. triggers:
  182. - 'exp cooking 8'
  183. - 'exp fielddressing 5'
  184. conditions:
  185. - 'profession cooking 2'
  186. ingredients:
  187. - 'mmoitem VINGREDIENT WOLF_CARCASS 1 Wolf_Carcass'
  188. creeper:
  189. output:
  190. type: VFOOD
  191. id: CREEPER_MEAT
  192. amount: 2
  193. crafting-time: 8
  194. options:
  195. hide-when-locked: false
  196. triggers:
  197. - 'exp cooking 10'
  198. - 'exp fielddressing 5'
  199. conditions:
  200. - 'profession cooking 3'
  201. ingredients:
  202. - 'mmoitem VINGREDIENT CREEPER_CARCASS 1 Creeper_Carcass'
  203. phantom:
  204. output:
  205. type: VFOOD
  206. id: PHANTOM_MEAT
  207. amount: 2
  208. crafting-time: 8
  209. options:
  210. hide-when-locked: false
  211. triggers:
  212. - 'exp cooking 10'
  213. - 'exp fielddressing 5'
  214. conditions:
  215. - 'profession cooking 4'
  216. ingredients:
  217. - 'mmoitem VINGREDIENT PHANTOM_CARCASS 1 Phantom_Carcass'
  218. enderman:
  219. output:
  220. type: VFOOD
  221. id: ENDERMAN_MEAT
  222. amount: 1
  223. crafting-time: 10
  224. options:
  225. hide-when-locked: false
  226. triggers:
  227. - 'exp cooking 15'
  228. - 'exp fielddressing 5'
  229. conditions:
  230. - 'profession cooking 5'
  231. ingredients:
  232. - 'mmoitem VINGREDIENT ENDERMAN_CARCASS 1 Enderman_Carcass'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement