Rhisereld

Project Horizon RecipeManager Configuration (Labourers)

Jan 12th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 99.51 KB | None | 0 0
  1. // TUBING RECIPES
  2.  
  3. // Normal hull -> tubing
  4.  
  5. COMBINE brassTubing
  6. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  7. @displayresult first
  8. @keepitem ink_sack:6
  9. planks:4 + ink_sack:6
  10. = log:1:1
  11.  
  12. //Tubing cycle
  13.  
  14. COMBINE brassPunchTubing
  15. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  16. @keepitem slime_ball
  17. log:1 + slime_ball
  18. = gold_block:0:1
  19.  
  20. COMBINE molybdenumTubing1
  21. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  22. @keepitem slime_ball
  23. gold_block:0:1 + slime_ball
  24. = quartz_ore:0:1
  25.  
  26. COMBINE molybdenumTubing2
  27. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  28. @keepitem slime_ball
  29. quartz_ore:0 + slime_ball
  30. = mossy_cobblestone:0:1
  31.  
  32. COMBINE molybdenumPunchTubing
  33. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  34. @keepitem slime_ball
  35. mossy_cobblestone:0:1 + slime_ball
  36. = iron_block:0:1
  37.  
  38. COMBINE brassTubing
  39. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  40. @keepitem slime_ball
  41. iron_block:0:1 + slime_ball
  42. = log:1:1
  43.  
  44. //Tubing -> normal hull
  45.  
  46. COMBINE brassTubingReversal
  47. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  48. @keepitem iron_sword
  49. iron_sword + log:1:1
  50. = planks:4
  51.  
  52. COMBINE brassPunchTubingReversal
  53. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  54. @keepitem iron_sword
  55. iron_sword + gold_block:0
  56. = planks:4
  57.  
  58. COMBINE molybdenumTubing1Reversal
  59. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  60. @keepitem iron_sword
  61. iron_sword + quartz_ore:0
  62. = planks:4
  63.  
  64. COMBINE molybdenumTubing2Reversal
  65. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  66. @keepitem iron_sword
  67. iron_sword + mossy_cobblestone:0
  68. = planks:4
  69.  
  70. COMBINE molybdenumPunchTubingReversal
  71. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  72. @keepitem iron_sword
  73. iron_sword + iron_block:0
  74. = planks:4
  75.  
  76. //SEAM RECIPES
  77.  
  78. //Normal hull -> seam
  79.  
  80. COMBINE horizontalWhiteSeam
  81. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  82. @keepitem gold_pickaxe
  83. planks:4 + gold_pickaxe:0
  84. = stained_clay:13:1
  85.  
  86. //Seam cycling
  87.  
  88. COMBINE verticalWhiteSeam
  89. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  90. @keepitem slime_ball
  91. stained_clay:13 + slime_ball
  92. = stained_clay:7:1
  93.  
  94. COMBINE horizonalLightGreySeam
  95. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  96. @keepitem slime_ball
  97. stained_clay:7 + slime_ball
  98. = wool:1:1
  99.  
  100. COMBINE verticalLightGreySeam
  101. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  102. @keepitem slime_ball
  103. wool:1 + slime_ball
  104. = wool:2:1
  105.  
  106. COMBINE horizontalGreySeam
  107. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  108. @keepitem slime_ball
  109. wool:2 + slime_ball
  110. = stained_clay:5:1
  111.  
  112. COMBINE verticalGreySeam
  113. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  114. @keepitem slime_ball
  115. stained_clay:5 + slime_ball
  116. = stained_clay:3:1
  117.  
  118. COMBINE horizontalDarkGreySeam
  119. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  120. @keepitem slime_ball
  121. stained_clay:3 + slime_ball
  122. = stained_clay:1:1
  123.  
  124. COMBINE verticalDarkGreySeam
  125. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  126. @keepitem slime_ball
  127. stained_clay:1 + slime_ball
  128. = stained_clay:6:1
  129.  
  130. COMBINE horizontalBlackSeam
  131. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  132. @keepitem slime_ball
  133. stained_clay:6 + slime_ball
  134. = stained_clay:9:1
  135.  
  136. COMBINE verticalBlackSeam
  137. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  138. @keepitem slime_ball
  139. stained_clay:9 + slime_ball
  140. = stained_clay:12:1
  141.  
  142. COMBINE horizontalDarkSeam
  143. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  144. @keepitem slime_ball
  145. stained_clay:12 + slime_ball
  146. = sandstone:0:1
  147.  
  148. COMBINE verticalDarkSeam
  149. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  150. @keepitem slime_ball
  151. sandstone:0 + slime_ball
  152. = wool:7:1
  153.  
  154. COMBINE horizontalDarkGreySeam
  155. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  156. @keepitem slime_ball
  157. wool:7 + slime_ball
  158. = quartz_block:1:1
  159.  
  160. COMBINE scaledDarkSeam
  161. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  162. @keepitem slime_ball
  163. quartz_block:1 + slime_ball
  164. = quartz_block:2:1
  165.  
  166. COMBINE horizontalBlack&WhiteSeam
  167. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  168. @keepitem slime_ball
  169. quartz_block:2 + slime_ball
  170. = wool:3:1
  171.  
  172. COMBINE verticalBlack&WhiteSeam
  173. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  174. @keepitem slime_ball
  175. wool:3 + slime_ball
  176. = wool:4:1
  177.  
  178. COMBINE verticalMediumGreySeam
  179. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  180. @keepitem slime_ball
  181. wool:4 + slime_ball
  182. = emerald_block:0:1
  183.  
  184. COMBINE lightMixedSeam
  185. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  186. @keepitem slime_ball
  187. emerald_block:0 + slime_ball
  188. = stained_clay:0:1
  189.  
  190. COMBINE lightMixedSeam
  191. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  192. @keepitem slime_ball
  193. stained_clay:0 + slime_ball
  194. = stained_clay:13:1
  195.  
  196. //Seam -> normal hull
  197.  
  198. COMBINE horizontalWhiteSeamReversal
  199. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  200. @keepitem iron_sword
  201. iron_sword + stained_clay:13
  202. = planks:4
  203.  
  204. COMBINE verticalWhiteSeamReversal
  205. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  206. @keepitem iron_sword
  207. iron_sword + stained_clay:7
  208. = planks:4
  209.  
  210. COMBINE horizonalLightGreySeamReversal
  211. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  212. @keepitem iron_sword
  213. iron_sword + wool:1
  214. = planks:4
  215.  
  216. COMBINE verticalLightGreySeamReversal
  217. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  218. @keepitem iron_sword
  219. iron_sword + wool:2
  220. = planks:4
  221.  
  222. COMBINE horizontalGreySeamReversal
  223. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  224. @keepitem iron_sword
  225. iron_sword + stained_clay:5
  226. = planks:4
  227.  
  228. COMBINE verticalGreySeamReversal
  229. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  230. @keepitem iron_sword
  231. iron_sword + stained_clay:3
  232. = planks:4
  233.  
  234. COMBINE horizontalDarkGreySeamReversal
  235. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  236. @keepitem iron_sword
  237. iron_sword + stained_clay:1
  238. = planks:4
  239.  
  240. COMBINE verticalDarkGreySeamReversal
  241. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  242. @keepitem iron_sword
  243. iron_sword + stained_clay:6
  244. = planks:4
  245.  
  246. COMBINE horizontalBlackSeamReversal
  247. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  248. @keepitem iron_sword
  249. iron_sword + stained_clay:9
  250. = planks:4
  251.  
  252. COMBINE verticalBlackSeamReversal
  253. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  254. @keepitem iron_sword
  255. iron_sword + stained_clay:12
  256. = planks:4
  257.  
  258. COMBINE horizontalDarkSeamReversal
  259. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  260. @keepitem iron_sword
  261. iron_sword + sandstone:0
  262. = planks:4
  263.  
  264. COMBINE verticalDarkSeamReversal
  265. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  266. @keepitem iron_sword
  267. iron_sword + wool:7
  268. = planks:4
  269.  
  270. COMBINE horizontalDarkGreySeamReversal
  271. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  272. @keepitem iron_sword
  273. iron_sword + quartz_block:1
  274. = planks:4
  275.  
  276. COMBINE horizontalDarkGreySeamReversal
  277. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  278. @keepitem iron_sword
  279. iron_sword + quartz_block:2
  280. = planks:4
  281.  
  282. COMBINE horizontalBlack&WhiteSeamReversal
  283. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  284. @keepitem iron_sword
  285. iron_sword + wool:3
  286. = planks:4
  287.  
  288. COMBINE verticalBlack&WhiteSeamReversal
  289. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  290. @keepitem iron_sword
  291. iron_sword + wool:4
  292. = planks:4
  293.  
  294. COMBINE verticalMediumGreySeamReversal
  295. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  296. @keepitem iron_sword
  297. iron_sword + emerald_block:0
  298. = planks:4
  299.  
  300. COMBINE lightMixedSeamReversal
  301. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  302. @keepitem iron_sword
  303. iron_sword + stained_clay:0
  304. = planks:4
  305.  
  306. // NORMAL HULLS
  307.  
  308. //Hull recipe
  309.  
  310. CRAFT whiteHull
  311. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  312. @displayresult first
  313. ink_sack:4 + ink_sack:4
  314. ink_sack:4 + ink_sack:4
  315. = planks:4:4
  316.   @permission otherdrops.custom.labourer.novice
  317. = planks:4:8
  318.   @permission otherdrops.custom.labourer.adept
  319. = planks:4:12
  320.   @permission otherdrops.custom.labourer.expert
  321.  
  322. //Hull cycling
  323.  
  324. COMBINE lightGreyHull
  325. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  326. @keepitem slime_ball
  327. planks:4 + slime_ball
  328. = stone:1
  329.  
  330.  
  331. COMBINE greyHull
  332. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  333. @keepitem slime_ball
  334. stone:1 + slime_ball
  335. = smooth_brick:0
  336.  
  337. COMBINE darkGreyHull
  338. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  339. @keepitem slime_ball
  340. smooth_brick:0 + slime_ball
  341. = wool:8:1
  342.  
  343. COMBINE beigeHull
  344. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  345. @keepitem slime_ball
  346. wool:8 + slime_ball
  347. = wood:1:1
  348.  
  349. COMBINE orangeHull
  350. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  351. @keepitem slime_ball
  352. wood:1 + slime_ball
  353. = wool:12:1
  354.  
  355. COMBINE darkOrangeHull
  356. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  357. @keepitem slime_ball
  358. wool:12 + slime_ball
  359. = stained_clay:8
  360.  
  361. COMBINE redHull
  362. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  363. @keepitem slime_ball
  364. stained_clay:8 + slime_ball
  365. = wool:9:1
  366.  
  367. COMBINE redCorrodedHull
  368. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  369. @keepitem slime_ball
  370. wool:9 + slime_ball
  371. = smooth_brick:2:1
  372.  
  373. COMBINE cautionStripesHull1
  374. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  375. @keepitem slime_ball
  376. smooth_brick:2:1 + slime_ball
  377. = wool:13:1
  378.  
  379. COMBINE cautionStripesHull2
  380. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  381. @keepitem slime_ball
  382. wool:13:1 + slime_ball
  383. = wool:14:1
  384.  
  385. COMBINE greenHull
  386. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  387. @keepitem slime_ball
  388. wool:14 + slime_ball
  389. = wool:10:1
  390.  
  391. COMBINE molybdenumHull
  392. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  393. @keepitem slime_ball
  394. wool:10 + slime_ball
  395. = nether_brick:0:1
  396.  
  397. COMBINE lightBlueHull
  398. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  399. @keepitem slime_ball
  400. nether_brick:0 + slime_ball
  401. = wool:11:1
  402.  
  403. COMBINE blueHull
  404. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  405. @keepitem slime_ball
  406. wool:11 + slime_ball
  407. = smooth_brick:1:1
  408.  
  409. COMBINE purpleHull
  410. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  411. @keepitem slime_ball
  412. smooth_brick:1 + slime_ball
  413. = ender_stone:0:1
  414.  
  415. COMBINE whiteHullCycle
  416. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  417. @keepitem slime_ball
  418. ender_stone:0 + slime_ball
  419. = planks:4:1
  420.  
  421. //PANEL RECIPES
  422.  
  423. //Normal hull -> panel
  424.  
  425. COMBINE darkBoltedPanel
  426. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  427. @displayresult first
  428. @keepitem gold_spade
  429. planks:4 + gold_spade:0
  430. = stained_clay:11:1
  431.  
  432. //Panel cycling
  433.  
  434. COMBINE mediumPunchPanel
  435. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  436. @displayresult first
  437. @keepitem slime_ball
  438. stained_clay:11 + slime_ball
  439. = brick:0:1
  440.  
  441. COMBINE redDarkBoltedPanel
  442. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  443. @displayresult first
  444. @keepitem slime_ball
  445. brick:0:1 + slime_ball
  446. = lapis_block:0:1
  447.  
  448. COMBINE greyPunchPanel
  449. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  450. @displayresult first
  451. @keepitem slime_ball
  452. lapis_block:0 + slime_ball
  453. = smooth_brick:3:1
  454.  
  455. COMBINE lightBoltedPanel
  456. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  457. @displayresult first
  458. @keepitem slime_ball
  459. smooth_brick:3 + slime_ball
  460. = wood:2:1
  461.  
  462. COMBINE tiledPanel
  463. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  464. @displayresult first
  465. @keepitem slime_ball
  466. wood:2 + slime_ball
  467. = quartz_block:0:1
  468.  
  469. COMBINE smalltTiledPanel
  470. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  471. @displayresult first
  472. @keepitem slime_ball
  473. quartz_block:0 + slime_ball
  474. = wood:3:1
  475.  
  476. COMBINE x-syntheticPanel
  477. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  478. @displayresult first
  479. @keepitem slime_ball
  480. wood:3 + slime_ball
  481. = stained_clay:15:1
  482.  
  483. COMBINE darkBoltedPanel
  484. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  485. @displayresult first
  486. @keepitem slime_ball
  487. stained_clay:15 + slime_ball
  488. = stained_clay:11:1
  489.  
  490. //Panel -> normal hull
  491.  
  492. COMBINE darkBoltedPanelReversal
  493. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  494. @keepitem iron_sword
  495. iron_sword + stained_clay:11
  496. = planks:4
  497.  
  498. COMBINE mediumPunchPanelReversal
  499. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  500. @keepitem iron_sword
  501. iron_sword + brick:0
  502. = planks:4
  503.  
  504. COMBINE redDarkBoltedPanelReversal
  505. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  506. @keepitem iron_sword
  507. iron_sword + lapis_block:0
  508. = planks:4
  509.  
  510. COMBINE greyPunchPanelReversal
  511. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  512. @keepitem iron_sword
  513. iron_sword + smooth_brick:3
  514. = planks:4
  515.  
  516. COMBINE lightBoltedPanelReversal
  517. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  518. @keepitem iron_sword
  519. iron_sword + wood:2
  520. = planks:4
  521.  
  522. COMBINE tiledPanelReversal
  523. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  524. @keepitem iron_sword
  525. iron_sword + quartz_block:0
  526. = planks:4
  527.  
  528. COMBINE smallTiledPanelReversal
  529. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  530. @keepitem iron_sword
  531. iron_sword + wood:3
  532. = planks:4
  533.  
  534. COMBINE x-syntheticPanelReversal
  535. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  536. @keepitem iron_sword
  537. iron_sword + stained_clay:15
  538. = planks:4
  539.  
  540. //DETAIL RECIPES
  541. //Normal hull -> detail
  542.  
  543. COMBINE horizontalDarkArrowDetail
  544. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  545. @displayresult first
  546. @keepitem redstone
  547. planks:4 + redstone
  548. = sandstone:1:1
  549.  
  550. //Detail cycling
  551.  
  552. COMBINE horizontalDarkDisplayDetail
  553. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  554. @displayresult first
  555. @keepitem slime_ball
  556. sandstone:1 + slime_ball
  557. = sandstone:2:1
  558.  
  559. COMBINE darkBoltedDetail
  560. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  561. @displayresult first
  562. @keepitem slime_ball
  563. sandstone:2:1 + slime_ball
  564. = stained_clay:2
  565.  
  566. COMBINE darkConnector
  567. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  568. @displayresult first
  569. @keepitem slime_ball
  570. stained_clay:2 + slime_ball
  571. = wool:6
  572.  
  573. COMBINE darkBlockDetail
  574. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  575. @displayresult first
  576. @keepitem slime_ball
  577. wool:6 + slime_ball
  578. = redstone_block
  579.  
  580. COMBINE horizontalDarkDisplayDetail
  581. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  582. @displayresult first
  583. @keepitem slime_ball
  584. redstone_block + slime_ball
  585. = sandstone:1
  586.  
  587. //Detail -> Normal Hull
  588.  
  589. COMBINE horizontalDarkArrowDetailReversal
  590. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  591. @keepitem iron_sword
  592. iron_sword + sandstone:1
  593. = planks:4
  594.  
  595. COMBINE horizontalDarkDisplayDetailReversal
  596. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  597. @keepitem iron_sword
  598. iron_sword + sandstone:2
  599. = planks:4
  600.  
  601. COMBINE darkBoltedDetailReversal
  602. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  603. @keepitem iron_sword
  604. iron_sword + stained_clay:2
  605. = planks:4
  606.  
  607. COMBINE darkConnectorReversal
  608. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  609. @keepitem iron_sword
  610. iron_sword + wool:6
  611. = planks:4
  612.  
  613. //VENT RECIPES
  614.  
  615. //Normal hull -> vent
  616.  
  617. COMBINE lightVent
  618. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  619. @displayresult first
  620. @keepitem gold_sword
  621. planks:4 + gold_sword
  622. = wool:5
  623.  
  624. COMBINE darkVent
  625. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  626. @displayresult first
  627. @keepitem slime_ball
  628. wool:5 + slime_ball
  629. = stained_clay:14
  630.  
  631. COMBINE lightVent
  632. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  633. @displayresult first
  634. @keepitem slime_ball
  635. stained_clay:14 + slime_ball
  636. = wool:5
  637.  
  638. //Vent -> Normal Hull
  639.  
  640. COMBINE lightVentReversal
  641. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  642. @keepitem iron_sword
  643. iron_sword + wool:5
  644. = planks:4
  645.  
  646. COMBINE darkVentReversal
  647. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  648. @keepitem iron_sword
  649. iron_sword + stained_clay:14
  650. = planks:4
  651.  
  652. //SMELTING RECIPES
  653.  
  654. SMELT charcoal
  655. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  656. log:0
  657. = coal:1:1
  658.  
  659. SMELT ironIngot
  660. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  661. iron_ore:*
  662. = iron_ingot:0:1
  663.  
  664. SMELT goldIngot
  665. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  666. gold_ore:*
  667. = gold_ingot:0:1
  668.  
  669. SMELT stone
  670. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  671. cobblestone:*
  672. = stone:0:1
  673.  
  674. SMELT glass
  675. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  676. sand:*
  677. = glass:0:1
  678.  
  679. SMELT copperIngot
  680. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  681. redstone_ore
  682. = ink_sack:5
  683.  
  684. SMELT aluminiumIngot
  685. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  686. lapis_ore
  687. = ink_sack:4
  688.  
  689. //OTHER BUILDING BLOCKS
  690.  
  691. CRAFT wool
  692. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  693. @displayresult first
  694. string + string + string
  695. string + string + string
  696. string + string + string
  697. = wool:0:1
  698.   @permission otherdrops.custom.labourer.novice
  699. = wool:0:2
  700.   @permission otherdrops.custom.labourer.adept
  701. = wool:0:3
  702.   @permission otherdrops.custom.labourer.expert
  703.  
  704. CRAFT bookshelf
  705. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  706. @displayresult first
  707. wood:0 + wood:0 + wood:0
  708. book:0 + book:0 + book:0
  709. wood:0 + wood:0 + wood:0
  710. = bookshelf:0:1
  711.   @permission otherdrops.custom.labourer.novice
  712. = bookshelf:0:2
  713.   @permission otherdrops.custom.labourer.adept
  714. = bookshelf:0:3
  715.   @permission otherdrops.custom.labourer.expert
  716.  
  717. CRAFT woodPlanks
  718. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  719. @displayresult first
  720. log:0
  721. = wood:0:4
  722.   @permission otherdrops.custom.labourer.novice
  723. = wood:0:8
  724.   @permission otherdrops.custom.labourer.adept
  725. = wood:0:12
  726.   @permission otherdrops.custom.labourer.expert
  727.  
  728. CRAFT railing
  729. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  730. @displayresult first
  731. ink_sack:4 + ink_sack:4 + ink_sack:4
  732. air + ink_sack:4 + air
  733. ink_sack:4 + ink_sack:4 + ink_sack:4
  734. = anvil:0:3
  735.   @permission otherdrops.custom.labourer.novice
  736. = anvil:0:6
  737.   @permission otherdrops.custom.labourer.adept
  738. = anvil:0:9
  739.   @permission otherdrops.custom.labourer.expert
  740.  
  741. // CARPET
  742.  
  743. CRAFT carpet
  744. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  745. @displayresult first
  746. wool:0 + wool:0
  747. = carpet:0:3
  748.   @permission otherdrops.custom.labourer.adept
  749. = carpet:0:6
  750.   @permission otherdrops.custom.labourer.expert
  751.  
  752. CRAFT carpet
  753. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  754. @displayresult first
  755. wool:1 + wool:1
  756. = carpet:1:3
  757.   @permission otherdrops.custom.labourer.adept
  758. = carpet:1:6
  759.   @permission otherdrops.custom.labourer.expert
  760.  
  761. CRAFT carpet
  762. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  763. @displayresult first
  764. wool:2 + wool:2
  765. = carpet:2:3
  766.   @permission otherdrops.custom.labourer.adept
  767. = carpet:2:6
  768.   @permission otherdrops.custom.labourer.expert
  769.  
  770. CRAFT carpet
  771. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  772. @displayresult first
  773. wool:3 + wool:3
  774. = carpet:3:3
  775.   @permission otherdrops.custom.labourer.adept
  776. = carpet:3:6
  777.   @permission otherdrops.custom.labourer.expert
  778.  
  779. CRAFT carpet
  780. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  781. @displayresult first
  782. wool:4 + wool:4
  783. = carpet:4:3
  784.   @permission otherdrops.custom.labourer.adept
  785. = carpet:4:6
  786.   @permission otherdrops.custom.labourer.expert
  787.  
  788. CRAFT carpet
  789. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  790. @displayresult first
  791. wool:5 + wool:5
  792. = carpet:5:3
  793.   @permission otherdrops.custom.labourer.adept
  794. = carpet:5:6
  795.   @permission otherdrops.custom.labourer.expert
  796.  
  797. CRAFT carpet
  798. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  799. @displayresult first
  800. wool:6 + wool:6
  801. = carpet:6:3
  802.   @permission otherdrops.custom.labourer.adept
  803. = carpet:6:6
  804.   @permission otherdrops.custom.labourer.expert
  805.  
  806. CRAFT carpet
  807. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  808. @displayresult first
  809. wool:7 + wool:7
  810. = carpet:7:3
  811.   @permission otherdrops.custom.labourer.adept
  812. = carpet:7:6
  813.   @permission otherdrops.custom.labourer.expert
  814.  
  815. CRAFT carpet
  816. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  817. @displayresult first
  818. wool:8 + wool:8
  819. = carpet:8:3
  820.   @permission otherdrops.custom.labourer.adept
  821. = carpet:8:6
  822.   @permission otherdrops.custom.labourer.expert
  823.  
  824. CRAFT carpet
  825. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  826. @displayresult first
  827. wool:9 + wool:9
  828. = carpet:9:3
  829.   @permission otherdrops.custom.labourer.adept
  830. = carpet:9:6
  831.   @permission otherdrops.custom.labourer.expert
  832.  
  833. CRAFT carpet
  834. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  835. @displayresult first
  836. wool:10 + wool:10
  837. = carpet:10:3
  838.   @permission otherdrops.custom.labourer.adept
  839. = carpet:10:6
  840.   @permission otherdrops.custom.labourer.expert
  841.  
  842. CRAFT carpet
  843. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  844. @displayresult first
  845. wool:11 + wool:11
  846. = carpet:11:3
  847.   @permission otherdrops.custom.labourer.adept
  848. = carpet:11:6
  849.   @permission otherdrops.custom.labourer.expert
  850.  
  851. CRAFT carpet
  852. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  853. @displayresult first
  854. wool:12 + wool:12
  855. = carpet:12:3
  856.   @permission otherdrops.custom.labourer.adept
  857. = carpet:12:6
  858.   @permission otherdrops.custom.labourer.expert
  859.  
  860. CRAFT carpet
  861. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  862. @displayresult first
  863. wool:13 + wool:13
  864. = carpet:13:3
  865.   @permission otherdrops.custom.labourer.adept
  866. = carpet:13:6
  867.   @permission otherdrops.custom.labourer.expert
  868.  
  869. CRAFT carpet
  870. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  871. @displayresult first
  872. wool:14 + wool:14
  873. = carpet:14:3
  874.   @permission otherdrops.custom.labourer.adept
  875. = carpet:14:6
  876.   @permission otherdrops.custom.labourer.expert
  877.  
  878. CRAFT carpet
  879. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  880. @displayresult first
  881. wool:15 + wool:15
  882. = carpet:15:3
  883.   @permission otherdrops.custom.labourer.adept
  884. = carpet:15:6
  885.   @permission otherdrops.custom.labourer.expert
  886.  
  887. // GLASS
  888.  
  889. CRAFT bottle
  890. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  891. glass:* + air + glass:*
  892. air + glass:* + air
  893. = glass_bottle:0:1
  894.   @permission otherdrops.custom.labourer.novice
  895. = glass_bottle:0:2
  896.   @permission otherdrops.custom.labourer.adept
  897. = glass_bottle:0:3
  898.   @permission otherdrops.custom.labourer.expert
  899.  
  900. CRAFT thin glass
  901. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  902. @displayresult first
  903. glass:* + glass:* + glass:*
  904. glass:* + glass:* + glass:*
  905. = thin_glass:0:16
  906.   @permission otherdrops.custom.labourer.adept
  907. = thin_glass:0:32
  908.   @permission otherdrops.custom.labourer.expert
  909.  
  910. //SLABS
  911.  
  912. CRAFT slab
  913. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  914. @displayresult first
  915. stone:0 + stone:0 + stone:0
  916. = step:0:3
  917.   @permission otherdrops.custom.labourer.novice
  918. = step:0:6
  919.   @permission otherdrops.custom.labourer.adept
  920. = step:0:9
  921.   @permission otherdrops.custom.labourer.expert
  922.  
  923. CRAFT slab
  924. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  925. @displayresult first
  926. sandstone:* + sandstone:* + sandstone:*
  927. = step:1:3
  928.   @permission otherdrops.custom.labourer.novice
  929. = step:1:6
  930.   @permission otherdrops.custom.labourer.adept
  931. = step:1:9
  932.   @permission otherdrops.custom.labourer.expert
  933.  
  934. CRAFT slab
  935. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  936. @displayresult first
  937. cobblestone:* + cobblestone:* + cobblestone:*
  938. = step:3:3
  939.   @permission otherdrops.custom.labourer.novice
  940. = step:3:6
  941.   @permission otherdrops.custom.labourer.adept
  942. = step:3:9
  943.   @permission otherdrops.custom.labourer.expert
  944.  
  945. CRAFT slab
  946. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  947. @displayresult first
  948. brick:* + brick:* + brick:*
  949. = step:4:3
  950.   @permission otherdrops.custom.labourer.novice
  951. = step:4:6
  952.   @permission otherdrops.custom.labourer.adept
  953. = step:4:9
  954.   @permission otherdrops.custom.labourer.expert
  955.  
  956. CRAFT slab
  957. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  958. @displayresult first
  959. smooth_brick:* + smooth_brick:* + smooth_brick:*
  960. = step:5:3
  961.   @permission otherdrops.custom.labourer.novice
  962. = step:5:6
  963.   @permission otherdrops.custom.labourer.adept
  964. = step:5:9
  965.   @permission otherdrops.custom.labourer.expert
  966.  
  967. CRAFT slab
  968. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  969. @displayresult first
  970. nether_brick:* + nether_brick:* + nether_brick:*
  971. = step:6:3
  972.   @permission otherdrops.custom.labourer.novice
  973. = step:6:6
  974.   @permission otherdrops.custom.labourer.adept
  975. = step:6:9
  976.   @permission otherdrops.custom.labourer.expert
  977.  
  978. CRAFT slab
  979. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  980. @displayresult first
  981. quartz_block:* + quartz_block:* + quartz_block:*
  982. = step:7:3
  983.   @permission otherdrops.custom.labourer.novice
  984. = step:7:6
  985.   @permission otherdrops.custom.labourer.adept
  986. = step:7:9
  987.   @permission otherdrops.custom.labourer.expert
  988.  
  989. CRAFT slab
  990. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  991. @displayresult first
  992. red_sandstone:* + red_sandstone:* + red_sandstone:*
  993. = stone_slab2:0:3
  994.   @permission otherdrops.custom.labourer.novice
  995. = stone_slab2:0:6
  996.   @permission otherdrops.custom.labourer.adept
  997. = stone_slab2:0:9
  998.   @permission otherdrops.custom.labourer.expert
  999.  
  1000. CRAFT slab
  1001. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1002. @displayresult first
  1003. wood:0 + wood:0 + wood:0
  1004. = wood_step:0:3
  1005.   @permission otherdrops.custom.labourer.novice
  1006. = wood_step:0:6
  1007.   @permission otherdrops.custom.labourer.adept
  1008. = wood_step:0:9
  1009.   @permission otherdrops.custom.labourer.expert
  1010.  
  1011. CRAFT slab
  1012. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1013. @displayresult first
  1014. wood:2 + wood:2 + wood:2
  1015. = wood_step:2:3
  1016.   @permission otherdrops.custom.labourer.novice
  1017. = wood_step:2:6
  1018.   @permission otherdrops.custom.labourer.adept
  1019. = wood_step:2:9
  1020.   @permission otherdrops.custom.labourer.expert
  1021.  
  1022. CRAFT slab
  1023. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1024. @displayresult first
  1025. wood:1 + wood:1 + wood:1
  1026. = wood_step:1:3
  1027.   @permission otherdrops.custom.labourer.novice
  1028. = wood_step:1:6
  1029.   @permission otherdrops.custom.labourer.adept
  1030. = wood_step:1:9
  1031.   @permission otherdrops.custom.labourer.expert
  1032.  
  1033. CRAFT slab
  1034. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1035. @displayresult first
  1036. wood:3 + wood:3 + wood:3
  1037. = wood_step:3:3
  1038.   @permission otherdrops.custom.labourer.novice
  1039. = wood_step:3:6
  1040.   @permission otherdrops.custom.labourer.adept
  1041. = wood_step:3:9
  1042.   @permission otherdrops.custom.labourer.expert
  1043.  
  1044. CRAFT slab
  1045. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1046. @displayresult first
  1047. wood:4 + wood:4 + wood:4
  1048. = wood_step:4:3
  1049.   @permission otherdrops.custom.labourer.novice
  1050. = wood_step:4:6
  1051.   @permission otherdrops.custom.labourer.adept
  1052. = wood_step:4:9
  1053.   @permission otherdrops.custom.labourer.expert
  1054.  
  1055. CRAFT slab
  1056. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1057. @displayresult first
  1058. wood:5 + wood:5 + wood:5
  1059. = wood_step:5:3
  1060.   @permission otherdrops.custom.labourer.novice
  1061. = wood_step:5:6
  1062.   @permission otherdrops.custom.labourer.adept
  1063. = wood_step:5:9
  1064.   @permission otherdrops.custom.labourer.expert
  1065.  
  1066. //STAIRS
  1067.  
  1068. CRAFT stairs
  1069. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1070. @displayresult first
  1071.  
  1072. wood:0 + air + air
  1073. wood:0 + wood:0 + air
  1074. wood:0 + wood:0 + wood:0
  1075. = wood_stairs:0:2
  1076.   @permission otherdrops.custom.labourer.novice
  1077. = wood_stairs:0:4
  1078.   @permission otherdrops.custom.labourer.adept
  1079. = wood_stairs:0:6
  1080.   @permission otherdrops.custom.labourer.expert
  1081.  
  1082. CRAFT stairs
  1083. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1084. @displayresult first
  1085.  
  1086. wood:1 + air + air
  1087. wood:1 + wood:1 + air
  1088. wood:1 + wood:1 + wood:1
  1089. = spruce_wood_stairs:0:2
  1090.   @permission otherdrops.custom.labourer.novice
  1091. = spruce_wood_stairs:0:4
  1092.   @permission otherdrops.custom.labourer.adept
  1093. = spruce_wood_stairs:0:6
  1094.   @permission otherdrops.custom.labourer.expert
  1095.  
  1096. CRAFT stairs
  1097. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1098. @displayresult first
  1099.  
  1100. wood:2 + air + air
  1101. wood:2 + wood:2 + air
  1102. wood:2 + wood:2 + wood:2
  1103. = birch_wood_stairs:0:2
  1104.   @permission otherdrops.custom.labourer.novice
  1105. = birch_wood_stairs:0:4
  1106.   @permission otherdrops.custom.labourer.adept
  1107. = birch_wood_stairs:0:6
  1108.   @permission otherdrops.custom.labourer.expert  
  1109.  
  1110. CRAFT stairs
  1111. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1112. @displayresult first
  1113.  
  1114. wood:3 + air + air
  1115. wood:3 + wood:3 + air
  1116. wood:3 + wood:3 + wood:3
  1117. = jungle_wood_stairs:0:2
  1118.   @permission otherdrops.custom.labourer.novice
  1119. = jungle_wood_stairs:0:4
  1120.   @permission otherdrops.custom.labourer.adept
  1121. = jungle_wood_stairs:0:6
  1122.   @permission otherdrops.custom.labourer.expert
  1123.  
  1124. CRAFT stairs
  1125. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1126. @displayresult first
  1127.  
  1128. wood:4 + air + air
  1129. wood:4 + wood:4 + air
  1130. wood:4 + wood:4 + wood:4
  1131. = acacia_stairs:0:2
  1132.   @permission otherdrops.custom.labourer.novice
  1133. = acacia_stairs:0:4
  1134.   @permission otherdrops.custom.labourer.adept
  1135. = acacia_stairs:0:6
  1136.   @permission otherdrops.custom.labourer.expert
  1137.  
  1138. CRAFT stairs
  1139. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1140. @displayresult first
  1141.  
  1142. wood:5 + air + air
  1143. wood:5 + wood:5 + air
  1144. wood:5 + wood:5 + wood:5
  1145. = dark_oak_stairs:0:2
  1146.   @permission otherdrops.custom.labourer.novice
  1147. = dark_oak_stairs:0:4
  1148.   @permission otherdrops.custom.labourer.adept
  1149. = dark_oak_stairs:0:6
  1150.   @permission otherdrops.custom.labourer.expert
  1151.  
  1152. CRAFT stairs
  1153. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1154.  
  1155. @displayresult first
  1156. cobblestone:* + air + air
  1157. cobblestone:* + cobblestone:* + air
  1158. cobblestone:* + cobblestone:* + cobblestone:*
  1159. = cobblestone_stairs:0:2
  1160.   @permission otherdrops.custom.labourer.novice
  1161. = cobblestone_stairs:0:4
  1162.   @permission otherdrops.custom.labourer.adept
  1163. = cobblestone_stairs:0:6
  1164.   @permission otherdrops.custom.labourer.expert
  1165.  
  1166. CRAFT stairs
  1167. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1168. @displayresult first
  1169. smooth_brick:* + air + air
  1170. smooth_brick:* + smooth_brick:* + air
  1171. smooth_brick:* + smooth_brick:* + smooth_brick:*
  1172. = smooth_stairs:0:2
  1173.   @permission otherdrops.custom.labourer.novice
  1174. = smooth_stairs:0:4
  1175.   @permission otherdrops.custom.labourer.adept
  1176. = smooth_stairs:0:6
  1177.   @permission otherdrops.custom.labourer.expert
  1178.  
  1179. CRAFT stairs
  1180. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1181. @displayresult first
  1182. brick:* + air + air
  1183. brick:* + brick:* + air
  1184. brick:* + brick:* + brick:*
  1185. = brick_stairs:0:2
  1186.   @permission otherdrops.custom.labourer.novice
  1187. = brick_stairs:0:4
  1188.   @permission otherdrops.custom.labourer.adept
  1189. = brick_stairs:0:6
  1190.   @permission otherdrops.custom.labourer.expert
  1191.  
  1192. CRAFT stairs
  1193. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1194. @displayresult first
  1195. nether_brick:* + air + air
  1196. nether_brick:* + nether_brick:* + air
  1197. nether_brick:* + nether_brick:* + nether_brick:*
  1198. = nether_brick_stairs:0:2
  1199.   @permission otherdrops.custom.labourer.novice
  1200. = nether_brick_stairs:0:4
  1201.   @permission otherdrops.custom.labourer.adept
  1202. = nether_brick_stairs:0:6
  1203.   @permission otherdrops.custom.labourer.expert
  1204.  
  1205. CRAFT stairs
  1206. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1207. @displayresult first
  1208. sandstone:* + air + air
  1209. sandstone:* + sandstone:* + air
  1210. sandstone:* + sandstone:* + sandstone:*
  1211. = sandstone_stairs:0:2
  1212.   @permission otherdrops.custom.labourer.novice
  1213. = sandstone_stairs:0:4
  1214.   @permission otherdrops.custom.labourer.adept
  1215. = sandstone_stairs:0:6
  1216.   @permission otherdrops.custom.labourer.expert
  1217.  
  1218. CRAFT stairs
  1219. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1220. @displayresult first
  1221. red_sandstone:* + air + air
  1222. red_sandstone:* + red_sandstone:* + air
  1223. red_sandstone:* + red_sandstone:* + red_sandstone:*
  1224. = red_sandstone_stairs:0:2
  1225.   @permission otherdrops.custom.labourer.novice
  1226. = red_sandstone_stairs:0:4
  1227.   @permission otherdrops.custom.labourer.adept
  1228. = red_sandstone_stairs:0:6
  1229.   @permission otherdrops.custom.labourer.expert
  1230.  
  1231. CRAFT stairs
  1232. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1233. @displayresult first
  1234. quartz_block:* + air + air
  1235. quartz_block:* + quartz_block:* + air
  1236. quartz_block:* + quartz_block:* + quartz_block:*
  1237. = quartz_stairs:0:2
  1238.   @permission otherdrops.custom.labourer.novice
  1239. = quartz_stairs:0:4
  1240.   @permission otherdrops.custom.labourer.adept
  1241. = quartz_stairs:0:6
  1242.   @permission otherdrops.custom.labourer.expert
  1243.  
  1244. //WALLS
  1245.  
  1246. CRAFT wall
  1247. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1248. @displayresult first
  1249. cobblestone:* + cobblestone:* + cobblestone:*
  1250. cobblestone:* + cobblestone:* + cobblestone:*
  1251. = cobble_wall:0:3
  1252.   @permission otherdrops.custom.labourer.novice
  1253. = cobble_wall:0:6
  1254.   @permission otherdrops.custom.labourer.adept
  1255. = cobble_wall:0:9
  1256.   @permission otherdrops.custom.labourer.expert
  1257.  
  1258. CRAFT wall
  1259. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1260. @displayresult first
  1261. mossy_cobblestone:* + mossy_cobblestone:* + mossy_cobblestone:*
  1262. mossy_cobblestone:* + mossy_cobblestone:* + mossy_cobblestone:*
  1263. = cobble_wall:1:3
  1264.   @permission otherdrops.custom.labourer.novice
  1265. = cobble_wall:1:6
  1266.   @permission otherdrops.custom.labourer.adept
  1267. = cobble_wall:1:9
  1268.   @permission otherdrops.custom.labourer.expert
  1269.  
  1270. //FENCES
  1271.  
  1272. CRAFT fence
  1273. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1274. @displayresult first
  1275. wood:0 + stick:0 + wood:0
  1276. wood:0 + stick:0 + wood:0
  1277. = fence:0:3
  1278.   @permission otherdrops.custom.labourer.novice
  1279. = fence:0:6
  1280.   @permission otherdrops.custom.labourer.adept
  1281. = fence:0:9
  1282.   @permission otherdrops.custom.labourer.expert
  1283.  
  1284. CRAFT fence
  1285. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1286. @displayresult first
  1287. wood:2 + stick:0 + wood:2
  1288. wood:2 + stick:0 + wood:2
  1289. = birch_fence:0:3
  1290.   @permission otherdrops.custom.labourer.novice
  1291. = birch_fence:0:6
  1292.   @permission otherdrops.custom.labourer.adept
  1293. = birch_fence:0:9
  1294.   @permission otherdrops.custom.labourer.expert
  1295.  
  1296. CRAFT fence
  1297. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1298. @displayresult first
  1299. wood:1 + stick:0 + wood:1
  1300. wood:1 + stick:0 + wood:1
  1301. = spruce_fence:0:3
  1302.   @permission otherdrops.custom.labourer.novice
  1303. = spruce_fence:0:6
  1304.   @permission otherdrops.custom.labourer.adept
  1305. = spruce_fence:0:9
  1306.   @permission otherdrops.custom.labourer.expert
  1307.  
  1308. CRAFT fence
  1309. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1310. @displayresult first
  1311. wood:3 + stick:0 + wood:3
  1312. wood:3 + stick:0 + wood:3
  1313. = jungle_fence:0:3
  1314.   @permission otherdrops.custom.labourer.novice
  1315. = jungle_fence:0:6
  1316.   @permission otherdrops.custom.labourer.adept
  1317. = jungle_fence:0:9
  1318.   @permission otherdrops.custom.labourer.expert
  1319.  
  1320. CRAFT fence
  1321. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1322. @displayresult first
  1323. wood:4 + stick:0 + wood:4
  1324. wood:4 + stick:0 + wood:4
  1325. = acacia_fence:0:3
  1326.   @permission otherdrops.custom.labourer.novice
  1327. = acacia_fence:0:6
  1328.   @permission otherdrops.custom.labourer.adept
  1329. = acacia_fence:0:9
  1330.   @permission otherdrops.custom.labourer.expert
  1331.  
  1332. CRAFT fence
  1333. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1334. @displayresult first
  1335. wood:5 + stick:0 + wood:5
  1336. wood:5 + stick:0 + wood:5
  1337. = dark_oak_fence:0:3
  1338.   @permission otherdrops.custom.labourer.novice
  1339. = dark_oak_fence:0:6
  1340.   @permission otherdrops.custom.labourer.adept
  1341. = dark_oak_fence:0:9
  1342.   @permission otherdrops.custom.labourer.expert
  1343.  
  1344. CRAFT fence
  1345. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1346. @displayresult first
  1347. nether_brick:* + nether_brick:* + nether_brick:*
  1348. nether_brick:* + nether_brick:* + nether_brick:*
  1349. = nether_fence:0:3
  1350.   @permission otherdrops.custom.labourer.novice
  1351. = nether_fence:0:6
  1352.   @permission otherdrops.custom.labourer.adept
  1353. = nether_fence:0:9
  1354.   @permission otherdrops.custom.labourer.expert
  1355.  
  1356. CRAFT fence
  1357. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1358. @displayresult first
  1359. stick:0 + wood:0 + stick:0
  1360. stick:0 + wood:0 + stick:0
  1361. = fence_gate:0:1
  1362.   @permission otherdrops.custom.labourer.novice
  1363. = fence_gate:0:2
  1364.   @permission otherdrops.custom.labourer.adept
  1365. = fence_gate:0:3
  1366.   @permission otherdrops.custom.labourer.expert
  1367.  
  1368. CRAFT fence
  1369. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1370. @displayresult first
  1371. stick:0 + wood:2 + stick:0
  1372. stick:0 + wood:2 + stick:0
  1373. = birch_fence_gate:0:1
  1374.   @permission otherdrops.custom.labourer.novice
  1375. = birch_fence_gate:0:2
  1376.   @permission otherdrops.custom.labourer.adept
  1377. = birch_fence_gate:0:3
  1378.   @permission otherdrops.custom.labourer.expert
  1379.  
  1380. CRAFT fence
  1381. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1382. @displayresult first
  1383. stick:0 + wood:1 + stick:0
  1384. stick:0 + wood:1 + stick:0
  1385. = spruce_fence_gate:0:1
  1386.   @permission otherdrops.custom.labourer.novice
  1387. = spruce_fence_gate:0:2
  1388.   @permission otherdrops.custom.labourer.adept
  1389. = spruce_fence_gate:0:3
  1390.   @permission otherdrops.custom.labourer.expert
  1391.  
  1392. CRAFT fence
  1393. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1394. @displayresult first
  1395. stick:0 + wood:3 + stick:0
  1396. stick:0 + wood:3 + stick:0
  1397. = jungle_fence_gate:0:1
  1398.   @permission otherdrops.custom.labourer.novice
  1399. = jungle_fence_gate:0:2
  1400.   @permission otherdrops.custom.labourer.adept
  1401. = jungle_fence_gate:0:3
  1402.   @permission otherdrops.custom.labourer.expert
  1403.  
  1404. CRAFT fence
  1405. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1406. @displayresult first
  1407. stick:0 + wood:4 + stick:0
  1408. stick:0 + wood:4 + stick:0
  1409. = acacia_fence_gate:0:1
  1410.   @permission otherdrops.custom.labourer.novice
  1411. = acacia_fence_gate:0:2
  1412.   @permission otherdrops.custom.labourer.adept
  1413. = acacia_fence_gate:0:3
  1414.   @permission otherdrops.custom.labourer.expert
  1415.  
  1416. CRAFT fence
  1417. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1418. @displayresult first
  1419. stick:0 + wood:5 + stick:0
  1420. stick:0 + wood:5 + stick:0
  1421. = dark_oak_fence_gate:0:1
  1422.   @permission otherdrops.custom.labourer.novice
  1423. = dark_oak_fence_gate:0:2
  1424.   @permission otherdrops.custom.labourer.adept
  1425. = dark_oak_fence_gate:0:3
  1426.   @permission otherdrops.custom.labourer.expert
  1427.  
  1428. //FURNITURE
  1429.  
  1430. CRAFT door
  1431. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1432. @displayresult first
  1433. ink_sack:4 + ink_sack:4
  1434. ink_sack:4 + ink_sack:4
  1435. ink_sack:4 + ink_sack:4
  1436. = wood_door:0:1
  1437.   @permission otherdrops.custom.labourer.novice
  1438. = wood_door:0:2
  1439.   @permission otherdrops.custom.labourer.adept
  1440. = wood_door:0:3
  1441.   @permission otherdrops.custom.labourer.expert
  1442.  
  1443. COMBINE door
  1444. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1445. @keepitem slime_ball
  1446. wood_door + slime_ball
  1447. = spruce_door_item:0:1
  1448.  
  1449. COMBINE door
  1450. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1451. @keepitem slime_ball
  1452. spruce_door_item + slime_ball
  1453. = birch_door_item:0:1
  1454.  
  1455. COMBINE door
  1456. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1457. @keepitem slime_ball
  1458. birch_door_item + slime_ball
  1459. = jungle_door_item:0:1
  1460.  
  1461. COMBINE door
  1462. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1463. @keepitem slime_ball
  1464. jungle_door_item + slime_ball
  1465. = acacia_door_item:0:1
  1466.  
  1467. COMBINE door
  1468. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1469. @keepitem slime_ball
  1470. acacia_door_item + slime_ball
  1471. = dark_oak_door_item:0:1
  1472.  
  1473. COMBINE door
  1474. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1475. @keepitem slime_ball
  1476. dark_oak_door_item + slime_ball
  1477. = wood_door:0:1
  1478.  
  1479. CRAFT hatch
  1480. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1481. @displayresult first
  1482. ink_sack:4 + ink_sack:4 + ink_sack:4
  1483. ink_sack:4 + air + ink_sack:4
  1484. ink_sack:4 + ink_sack:4 + ink_sack:4
  1485. = trap_door:0:1
  1486.   @permission otherdrops.custom.labourer.novice
  1487. = trap_door:0:2
  1488.   @permission otherdrops.custom.labourer.adept
  1489. = trap_door:0:3
  1490.   @permission otherdrops.custom.labourer.expert
  1491.  
  1492. COMBINE secureHatch
  1493. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1494. @displayresult first
  1495. trap_door + ink_sack:1 + book
  1496. = iron_trapdoor:0:1
  1497.  
  1498. CRAFT storageUnit
  1499. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1500. @displayresult first
  1501. wood:0 + wood:0 + wood:0
  1502. wood:0 + air + wood:0
  1503. wood:0 + wood:0 + wood:0
  1504. = chest:0:1
  1505.   @permission otherdrops.custom.labourer.novice
  1506. = chest:0:2
  1507.   @permission otherdrops.custom.labourer.adept
  1508. = chest:0:3
  1509.   @permission otherdrops.custom.labourer.expert
  1510.  
  1511. CRAFT workbench
  1512.  
  1513. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1514. @displayresult first
  1515. wood:* + wood:*
  1516. wood:* + wood:*
  1517. = workbench:0:1
  1518.   @permission otherdrops.custom.labourer.novice
  1519. = workbench:0:2
  1520.   @permission otherdrops.custom.labourer.adept
  1521. = workbench:0:3
  1522.   @permission otherdrops.custom.labourer.expert
  1523.  
  1524. CRAFT cookingUnit
  1525.  
  1526. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1527. @displayresult first
  1528. cobblestone:* + cobblestone:* + cobblestone:*
  1529. cobblestone:* + air + cobblestone:*
  1530. cobblestone:* + cobblestone:* + cobblestone:*
  1531. = furnace:0:1
  1532.   @permission otherdrops.custom.labourer.novice
  1533. = furnace:0:2
  1534.   @permission otherdrops.custom.labourer.adept
  1535. = furnace:0:3
  1536.   @permission otherdrops.custom.labourer.expert
  1537.  
  1538. CRAFT ladder
  1539. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1540. @displayresult first
  1541. stick:0 + air + stick:0
  1542. stick:0 + stick:0 + stick:0
  1543. stick:0 + air + stick:0
  1544. = ladder:0:3
  1545.   @permission otherdrops.custom.labourer.novice
  1546. = ladder:0:6
  1547.   @permission otherdrops.custom.labourer.adept
  1548. = ladder:0:9
  1549.   @permission otherdrops.custom.labourer.expert
  1550.  
  1551. CRAFT bed
  1552. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1553. @displayresult first
  1554. wool:* + wool:* + wool:*
  1555. wood:* + wood:* + wood:*
  1556. = bed:0:1
  1557.   @permission otherdrops.custom.labourer.novice
  1558. = bed:0:2
  1559.   @permission otherdrops.custom.labourer.adept
  1560. = bed:0:3
  1561.   @permission otherdrops.custom.labourer.expert
  1562.  
  1563. CRAFT armorStand
  1564. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1565. @displayresult first
  1566. stick:0 + stick:0 + stick:0
  1567. air + stick:0 + air
  1568. stick:0 + step:0 + stick:0
  1569. = armor_stand:0:1
  1570.   @permission otherdrops.custom.labourer.novice
  1571. = armor_stand:0:2
  1572.   @permission otherdrops.custom.labourer.adept
  1573. = armor_stand:0:3
  1574.   @permission otherdrops.custom.labourer.expert
  1575.  
  1576. CRAFT banner
  1577. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1578. @displayresult first
  1579. wool:0 + wool:0 + wool:0
  1580. wool:0 + wool:0 + wool:0
  1581. air + stick:0 + air
  1582. = banner:0:1
  1583.   @permission otherdrops.custom.labourer.novice
  1584. = banner:0:2
  1585.   @permission otherdrops.custom.labourer.adept
  1586. = banner:0:3
  1587.   @permission otherdrops.custom.labourer.expert
  1588.  
  1589. COMBINE bannerCycle
  1590. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1591. @keepitem slime_ball
  1592. banner:0:1 + slime_ball
  1593. = banner:1:1
  1594.  
  1595. COMBINE bannerCycle
  1596. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1597. @keepitem slime_ball
  1598. banner:1:1 + slime_ball
  1599. = banner:2:1
  1600.  
  1601. COMBINE bannerCycle
  1602. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1603. @keepitem slime_ball
  1604. banner:2:1 + slime_ball
  1605. = banner:3:1
  1606.  
  1607. COMBINE bannerCycle
  1608. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1609. @keepitem slime_ball
  1610. banner:3:1 + slime_ball
  1611. = banner:4:1
  1612.  
  1613. COMBINE bannerCycle
  1614. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1615. @keepitem slime_ball
  1616. banner:4:1 + slime_ball
  1617. = banner:5:1
  1618.  
  1619. COMBINE bannerCycle
  1620. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1621. @keepitem slime_ball
  1622. banner:5:1 + slime_ball
  1623. = banner:6:1
  1624.  
  1625. COMBINE bannerCycle
  1626. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1627. @keepitem slime_ball
  1628. banner:6:1 + slime_ball
  1629. = banner:7:1
  1630.  
  1631. COMBINE bannerCycle
  1632. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1633. @keepitem slime_ball
  1634. banner:7:1 + slime_ball
  1635. = banner:8:1
  1636.  
  1637. COMBINE bannerCycle
  1638. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1639. @keepitem slime_ball
  1640. banner:8:1 + slime_ball
  1641. = banner:9:1
  1642.  
  1643. COMBINE bannerCycle
  1644. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1645. @keepitem slime_ball
  1646. banner:9:1 + slime_ball
  1647. = banner:10:1
  1648.  
  1649. COMBINE bannerCycle
  1650. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1651. @keepitem slime_ball
  1652. banner:10:1 + slime_ball
  1653. = banner:11:1
  1654.  
  1655. COMBINE bannerCycle
  1656. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1657. @keepitem slime_ball
  1658. banner:11:1 + slime_ball
  1659. = banner:12:1
  1660.  
  1661. COMBINE bannerCycle
  1662. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1663. @keepitem slime_ball
  1664. banner:12:1 + slime_ball
  1665. = banner:13:1
  1666.  
  1667. COMBINE bannerCycle
  1668. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1669. @keepitem slime_ball
  1670. banner:13:1 + slime_ball
  1671. = banner:14:1
  1672.  
  1673. COMBINE bannerCycle
  1674. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1675. @keepitem slime_ball
  1676. banner:14:1 + slime_ball
  1677. = banner:15:1
  1678.  
  1679. COMBINE bannerCycle
  1680. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1681. @keepitem slime_ball
  1682. banner:15:1 + slime_ball
  1683. = banner:0:1
  1684.  
  1685. //TOOLS
  1686.  
  1687. CRAFT makeshiftPickaxe
  1688. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1689. @displayresult first
  1690. wood:0 + wood:0 + wood:0
  1691. air + stick:0 + air
  1692. air + stick:0 + air
  1693. = wood_pickaxe:0:1
  1694.   @permission otherdrops.custom.labourer.novice
  1695. = wood_pickaxe:0:2
  1696.   @permission otherdrops.custom.labourer.adept
  1697. = wood_pickaxe:0:3
  1698.   @permission otherdrops.custom.labourer.expert
  1699.  
  1700. CRAFT makeshiftShovel
  1701. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1702. @displayresult first
  1703. air + wood:0 + air
  1704. air + stick:0 + air
  1705. air + stick:0 + air
  1706. = wood_spade:0:1
  1707.   @permission otherdrops.custom.labourer.novice
  1708. = wood_spade:0:2
  1709.   @permission otherdrops.custom.labourer.adept
  1710. = wood_spade:0:3
  1711.   @permission otherdrops.custom.labourer.expert
  1712.  
  1713. CRAFT makeshiftHatchet
  1714. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1715. @displayresult first
  1716. air + wood:0 + wood:0
  1717. air + stick:0 + wood:0
  1718. air + stick:0 + air
  1719. = wood_axe:0:1
  1720.   @permission otherdrops.custom.labourer.novice
  1721. = wood_axe:0:2
  1722.   @permission otherdrops.custom.labourer.adept
  1723. = wood_axe:0:3
  1724.   @permission otherdrops.custom.labourer.expert
  1725.  
  1726. CRAFT makeshiftHoe
  1727. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1728. @displayresult first
  1729. air + wood:0 + wood:0
  1730. air + stick:0 + air
  1731. air + stick:0 + air
  1732. = wood_hoe:0:1
  1733.   @permission otherdrops.custom.labourer.novice
  1734. = wood_hoe:0:2
  1735.   @permission otherdrops.custom.labourer.adept
  1736. = wood_hoe:0:3
  1737.   @permission otherdrops.custom.labourer.expert
  1738.  
  1739. CRAFT metalPickaxe
  1740. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1741. @displayresult first
  1742. ink_sack:4 + ink_sack:4 + ink_sack:4
  1743. air + stick:0 + air
  1744. air + stick:0 + air
  1745. = iron_pickaxe:0:1
  1746.   @permission otherdrops.custom.labourer.adept
  1747. = iron_pickaxe:0:2
  1748.   @permission otherdrops.custom.labourer.expert
  1749.  
  1750. CRAFT metalShovel
  1751. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1752. @displayresult first
  1753. air + ink_sack:4 + air
  1754. air + stick:0 + air
  1755. air + stick:0 + air
  1756. = iron_spade:0:1
  1757.   @permission otherdrops.custom.labourer.adept
  1758. = iron_spade:0:2
  1759.   @permission otherdrops.custom.labourer.expert
  1760.  
  1761. CRAFT metalAxe
  1762. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1763. @displayresult first
  1764. air + ink_sack:4 + ink_sack:4
  1765. air + stick:0 + ink_sack:4
  1766. air + stick:0 + air
  1767. = iron_axe:0:1
  1768.   @permission otherdrops.custom.labourer.adept
  1769. = iron_axe:0:2
  1770.   @permission otherdrops.custom.labourer.expert
  1771.  
  1772. COMBINE fireAxe
  1773. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1774. @displayresult first
  1775. @keepitem slime_ball
  1776. iron_axe + slime_ball
  1777. = gold_axe
  1778.  
  1779. COMBINE metalAxe
  1780. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1781. @displayresult first
  1782. @keepitem slime_ball
  1783. gold_axe + slime_ball
  1784. = iron_axe
  1785.  
  1786. CRAFT metalHoe
  1787. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1788. @displayresult first
  1789. air + ink_sack:4 + ink_sack:4
  1790. air + stick:0 + air
  1791. air + stick:0 + air
  1792. = iron_hoe:0:1
  1793.   @permission otherdrops.custom.labourer.adept
  1794. = iron_hoe:0:2
  1795.   @permission otherdrops.custom.labourer.expert
  1796.  
  1797. //REPAIR
  1798.  
  1799. COMBINE repairMetal
  1800. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to repair this. Perhaps a Novice Labourer could help you.
  1801. iron_spade + ink_sack:4
  1802. = iron_spade
  1803.  
  1804. COMBINE repairMetal
  1805. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to repair this. Perhaps a Novice Labourer could help you.
  1806. iron_pickaxe + ink_sack:4
  1807. = iron_pickaxe
  1808.  
  1809. COMBINE repairMetal
  1810. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to repair this. Perhaps a Novice Labourer could help you.
  1811. iron_sword + ink_sack:4
  1812. = iron_sword
  1813.  
  1814. COMBINE repairMetal
  1815. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to repair this. Perhaps a Novice Labourer could help you.
  1816. iron_hoe + ink_sack:4
  1817. = iron_hoe
  1818.  
  1819. COMBINE repairMetal
  1820. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to repair this. Perhaps a Novice Labourer could help you.
  1821. iron_axe + ink_sack:4
  1822. = iron_axe
  1823.  
  1824.  
  1825. CRAFT pliers
  1826. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  1827. @displayresult first
  1828. air + ink_sack:4 + air
  1829. stick:0 + stick:0 + ink_sack:4
  1830. air + stick:0 + air
  1831. = gold_pickaxe:0:1
  1832.   @permission otherdrops.custom.labourer.adept
  1833. = gold_pickaxe:0:2
  1834.   @permission otherdrops.custom.labourer.expert
  1835.  
  1836. CRAFT screwdriver
  1837. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Adept Labourer could help you.
  1838. @displayresult first
  1839. air + air + ink_sack:4
  1840. air + ink_sack:4 + air
  1841. stick:0 + air + air
  1842. = gold_spade:0:1
  1843.   @permission otherdrops.custom.labourer.adept
  1844. = gold_spade:0:2
  1845.   @permission otherdrops.custom.labourer.expert
  1846.  
  1847. CRAFT fishingPole
  1848. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1849. @displayresult first
  1850. air + air + stick
  1851. air + stick + string
  1852. stick + air + string
  1853. = fishing_rod:0:1
  1854.   @permission otherdrops.custom.labourer.novice
  1855. = fishing_rod:0:2
  1856.   @permission otherdrops.custom.labourer.adept
  1857. = fishing_rod:0:3
  1858.   @permission otherdrops.custom.labourer.expert
  1859.  
  1860. CRAFT scissors
  1861. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1862. @displayresult first
  1863. air + ink_sack:4 + air
  1864. stick:0 + ink_sack:4 + ink_sack:4
  1865. air + stick:0 + air
  1866. = shears:0:1
  1867.   @permission otherdrops.custom.labourer.novice
  1868. = shears:0:2
  1869.   @permission otherdrops.custom.labourer.adept
  1870. = shears:0:3
  1871.   @permission otherdrops.custom.labourer.expert
  1872.  
  1873. CRAFT leash
  1874. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1875. @displayresult first
  1876. air + string + string
  1877. air + string + string
  1878. string
  1879. = leash:0:1
  1880.   @permission otherdrops.custom.labourer.novice
  1881. = leash:0:2
  1882.   @permission otherdrops.custom.labourer.adept
  1883. = leash:0:3
  1884.   @permission otherdrops.custom.labourer.expert
  1885.  
  1886. COMBINE nametag
  1887. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1888. @displayresult first
  1889. book + string
  1890. = name_tag:0:1
  1891.   @permission otherdrops.custom.labourer.novice
  1892. = name_tag:0:2
  1893.   @permission otherdrops.custom.labourer.adept
  1894. = name_tag:0:3
  1895.   @permission otherdrops.custom.labourer.expert
  1896.  
  1897. //ARMOR
  1898.  
  1899. CRAFT gasMask
  1900. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1901. @displayresult first
  1902. leather:0 + leather:0 + leather:0
  1903. leather:0 + air + leather:0
  1904. = leather_helmet:0:1
  1905.   @permission otherdrops.custom.labourer.novice
  1906. = leather_helmet:0:2
  1907.   @permission otherdrops.custom.labourer.adept
  1908. = leather_helmet:0:3
  1909.   @permission otherdrops.custom.labourer.expert
  1910.  
  1911. CRAFT leatherBoots
  1912. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1913. @displayresult first
  1914. leather:0 + air + leather:0
  1915. leather:0 + air + leather:0
  1916. = leather_boots:0:1
  1917.   @permission otherdrops.custom.labourer.novice
  1918. = leather_boots:0:2
  1919.   @permission otherdrops.custom.labourer.adept
  1920. = leather_boots:0:3
  1921.   @permission otherdrops.custom.labourer.expert
  1922.  
  1923. CRAFT backpack
  1924. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1925. @displayresult first
  1926. leather:0 + air + leather:0
  1927. leather:0 + leather:0 + leather:0
  1928. leather:0 + leather:0 + leather:0
  1929. = leather_chestplate:0:1
  1930.   @permission otherdrops.custom.labourer.novice
  1931. = leather_chestplate:0:2
  1932.   @permission otherdrops.custom.labourer.adept
  1933. = leather_chestplate:0:3
  1934.   @permission otherdrops.custom.labourer.expert
  1935.  
  1936. CRAFT holster
  1937. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1938. @displayresult first
  1939. leather:0 + leather:0 + leather:0
  1940. leather:0 + air + leather:0
  1941. leather:0 + air + leather:0
  1942. = leather_leggings:0:1
  1943.   @permission otherdrops.custom.labourer.novice
  1944. = leather_leggings:0:2
  1945.   @permission otherdrops.custom.labourer.adept
  1946. = leather_leggings:0:3
  1947.   @permission otherdrops.custom.labourer.expert
  1948.  
  1949. CRAFT riotHelmet
  1950. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  1951. @displayresult first
  1952. leather + leather + leather
  1953. leather + thin_glass + leather
  1954. = iron_helmet:0:1
  1955.   @permission otherdrops.custom.labourer.adept
  1956. = iron_helmet:0:2
  1957.   @permission otherdrops.custom.labourer.expert
  1958.  
  1959. CRAFT riotChestguard
  1960. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  1961. @displayresult first
  1962. leather + air + leather
  1963. leather + leather + leather
  1964. ink_sack:4 + ink_sack:4 + ink_sack:4
  1965. = iron_chestplate:0:1
  1966.   @permission otherdrops.custom.labourer.adept
  1967. = iron_chestplate:0:2
  1968.   @permission otherdrops.custom.labourer.expert
  1969.  
  1970. CRAFT riotLeggings
  1971. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  1972. @displayresult first
  1973. ink_sack:4 + ink_sack:4 + ink_sack:4
  1974. leather + air + leather
  1975. leather + air + leather
  1976. = iron_leggings:0:1
  1977.   @permission otherdrops.custom.labourer.adept
  1978. = iron_leggings:0:2
  1979.   @permission otherdrops.custom.labourer.expert
  1980.  
  1981. CRAFT riotBoots
  1982. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  1983. @displayresult first
  1984. leather + air + leather
  1985. ink_sack:4 + air + ink_sack:4
  1986. = iron_boots:0:1
  1987.   @permission otherdrops.custom.labourer.adept
  1988. = iron_boots:0:2
  1989.   @permission otherdrops.custom.labourer.expert
  1990.  
  1991. //WEAPONS
  1992.  
  1993. CRAFT brassKnuckles
  1994. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  1995. @displayresult first
  1996. air + ink_sack:4 + air
  1997. ink_sack:4 + air + ink_sack:4
  1998. air + ink_sack:4 + air
  1999. = stone_sword:0:1
  2000.   @permission otherdrops.custom.labourer.novice
  2001. = stone_sword:0:2
  2002.   @permission otherdrops.custom.labourer.adept
  2003. = stone_sword:0:3
  2004.   @permission otherdrops.custom.labourer.expert
  2005.  
  2006. CRAFT crowbar
  2007. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2008. @displayresult first
  2009. air + air + ink_sack:4
  2010. air + ink_sack:4
  2011. ink_sack:4
  2012. = stone_hoe:0:1
  2013.   @permission otherdrops.custom.labourer.novice
  2014. = stone_hoe:0:2
  2015.   @permission otherdrops.custom.labourer.adept
  2016. = stone_hoe:0:3
  2017.   @permission otherdrops.custom.labourer.expert
  2018.  
  2019. CRAFT bowieKnife
  2020. @permission otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Expert Labourer could help you.
  2021. @displayresult first
  2022. air + ink_sack:4
  2023. air + ink_sack:4
  2024. air + stick + air
  2025. = iron_sword:0:1
  2026.   @permission otherdrops.custom.labourer.novice
  2027. = iron_sword:0:2
  2028.   @permission otherdrops.custom.labourer.adept
  2029. = iron_sword:0:3
  2030.   @permission otherdrops.custom.labourer.expert
  2031.  
  2032. // ITEMS
  2033.  
  2034. CRAFT cauldron
  2035. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2036. @displayresult first
  2037. ink_sack:4 + air + ink_sack:4
  2038. ink_sack:4 + air + ink_sack:4
  2039. ink_sack:4 + ink_sack:4 + ink_sack:4
  2040. = cauldron_item:0:1
  2041.   @permission otherdrops.custom.labourer.novice
  2042. = cauldron_item:0:2
  2043.   @permission otherdrops.custom.labourer.adept
  2044. = cauldron_item:0:3
  2045.   @permission otherdrops.custom.labourer.expert
  2046.  
  2047. CRAFT trumpet
  2048. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2049. @displayresult first
  2050. air + gold_ingot + gold_ingot
  2051. air + gold_ingot + gold_ingot
  2052. gold_ingot + air + air
  2053. = blaze_powder:0:1
  2054.   @permission otherdrops.custom.labourer.adept
  2055. = blaze_powder:0:2
  2056.   @permission otherdrops.custom.labourer.expert
  2057.  
  2058. CRAFT harp
  2059. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2060. @displayresult first
  2061. gold_ingot + string + string
  2062. gold_ingot + string + string
  2063. gold_ingot + gold_ingot + gold_ingot
  2064. = fermented_spider_eye:0:1
  2065.   @permission otherdrops.custom.labourer.adept
  2066. = fermented_spider_eye:0:2
  2067.   @permission otherdrops.custom.labourer.expert
  2068.  
  2069. CRAFT violin
  2070. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2071. @displayresult first
  2072. air + air + gold_ingot
  2073. wood + string
  2074. wood + wood
  2075. = nether_brick_item:0:1
  2076.   @permission otherdrops.custom.labourer.adept
  2077. = nether_brick_item:0:2
  2078.   @permission otherdrops.custom.labourer.expert
  2079.  
  2080. CRAFT lemonsnoutPlushy
  2081. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2082. @displayresult first
  2083. string + leather + string
  2084. leather + wool + leather
  2085. string + leather + string
  2086. = gold_nugget:0:1
  2087.   @permission otherdrops.custom.labourer.novice
  2088. = gold_nugget:0:2
  2089.   @permission otherdrops.custom.labourer.adept
  2090. = gold_nugget:0:3
  2091.   @permission otherdrops.custom.labourer.expert
  2092.  
  2093. CRAFT magnifyingGlass
  2094. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2095. @displayresult first
  2096. air + ink_sack:4
  2097. ink_sack:4 + thin_glass + ink_sack:4
  2098. stick + ink_sack:4
  2099. = ink_sack:0:1
  2100.   @permission otherdrops.custom.labourer.novice
  2101. = ink_sack:0:2
  2102.   @permission otherdrops.custom.labourer.adept
  2103. = ink_sack:0:3
  2104.   @permission otherdrops.custom.labourer.expert
  2105.  
  2106. CRAFT pipe
  2107. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2108. @displayresult first
  2109. air + air + wood:0
  2110. wood:0 + wood:0
  2111. wood:0 + wood:0
  2112. = glowstone_dust:0:1
  2113.   @permission otherdrops.custom.labourer.novice
  2114. = glowstone_dust:0:2
  2115.   @permission otherdrops.custom.labourer.adept
  2116. = glowstone_dust:0:3
  2117.   @permission otherdrops.custom.labourer.expert
  2118.  
  2119. CRAFT wheatseeds
  2120. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2121. @displayresult first
  2122. wheat
  2123. = seeds:0:3
  2124.   @permission otherdrops.custom.labourer.novice
  2125. = seeds:0:6
  2126.   @permission otherdrops.custom.labourer.adept
  2127. = seeds:0:9
  2128.   @permission otherdrops.custom.labourer.expert
  2129.  
  2130. CRAFT melonseeds
  2131. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2132. @displayresult first
  2133. melon
  2134. = melon_seeds:0:1
  2135.   @permission otherdrops.custom.labourer.novice
  2136. = melon_seeds:0:2
  2137.   @permission otherdrops.custom.labourer.adept
  2138. = melon_seeds:0:3
  2139.   @permission otherdrops.custom.labourer.expert
  2140.  
  2141. CRAFT string
  2142. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2143. @displayresult first
  2144. wool:0
  2145. = string:0:1
  2146.   @permission otherdrops.custom.labourer.novice
  2147. = string:0:2
  2148.   @permission otherdrops.custom.labourer.adept
  2149. = string:0:3
  2150.   @permission otherdrops.custom.labourer.expert
  2151.  
  2152. CRAFT bowl
  2153. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2154. @displayresult first
  2155. wood:0 + air + wood:0
  2156. air + wood:0
  2157. = bowl:0:4
  2158.   @permission otherdrops.custom.labourer.novice
  2159. = bowl:0:8
  2160.   @permission otherdrops.custom.labourer.adept
  2161. = bowl:0:12
  2162.   @permission otherdrops.custom.labourer.expert
  2163.  
  2164. CRAFT stick
  2165. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2166. @displayresult first
  2167. wood:0
  2168. wood:0
  2169. = stick:0:4
  2170.   @permission otherdrops.custom.labourer.novice
  2171. = stick:0:8
  2172.   @permission otherdrops.custom.labourer.adept
  2173. = stick:0:12
  2174.   @permission otherdrops.custom.labourer.expert
  2175.  
  2176. CRAFT painting
  2177. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2178. @displayresult first
  2179. stick:0 + stick:0 + stick:0
  2180. stick:0 + wool:* + stick:0
  2181. stick:0 + stick:0 + stick:0
  2182. = painting:0:1
  2183.   @permission otherdrops.custom.labourer.novice
  2184. = painting:0:2
  2185.   @permission otherdrops.custom.labourer.adept
  2186. = painting:0:3
  2187.   @permission otherdrops.custom.labourer.expert
  2188.  
  2189. CRAFT itemFrame
  2190. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2191. @displayresult first
  2192. stick:0 + stick:0 + stick:0
  2193. stick:0 + ink_sack:4 + stick:0
  2194. stick:0 + stick:0 + stick:0
  2195. = item_frame:0:1
  2196.   @permission otherdrops.custom.labourer.novice
  2197. = item_frame:0:2
  2198.   @permission otherdrops.custom.labourer.adept
  2199. = item_frame:0:3
  2200.   @permission otherdrops.custom.labourer.expert
  2201.  
  2202. CRAFT flowerPot
  2203. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2204. @displayresult first
  2205. ink_sack:4 + air + ink_sack:4
  2206. air + ink_sack:4
  2207. = flower_pot_item:0:1
  2208.   @permission otherdrops.custom.labourer.novice
  2209. = flower_pot_item:0:2
  2210.   @permission otherdrops.custom.labourer.adept
  2211. = flower_pot_item:0:3
  2212.   @permission otherdrops.custom.labourer.expert
  2213.  
  2214. CRAFT minishuttle
  2215. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2216. @displayresult first
  2217. ink_sack:4 + air + ink_sack:4
  2218. ink_sack:4 + ink_sack:4 + ink_sack:4
  2219. = minecart:0:1
  2220.   @permission otherdrops.custom.labourer.adept
  2221. = minecart:0:2
  2222. = minecart:0:2
  2223.   @permission otherdrops.custom.labourer.expert
  2224.  
  2225. CRAFT saddle
  2226. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2227. @displayresult first
  2228. leather + leather + leather
  2229. air + leather
  2230. = saddle:0:1
  2231.   @permission otherdrops.custom.labourer.novice
  2232. = saddle:0:2
  2233.   @permission otherdrops.custom.labourer.adept
  2234. = saddle:0:3
  2235.   @permission otherdrops.custom.labourer.expert
  2236.  
  2237. CRAFT boat
  2238. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2239. @displayresult first
  2240. wood:* + air + wood:*
  2241. wood:* + wood:* + wood:*
  2242. = boat:0:1
  2243.   @permission otherdrops.custom.labourer.novice
  2244. = boat:0:2
  2245.   @permission otherdrops.custom.labourer.adept
  2246. = boat:0:3
  2247.   @permission otherdrops.custom.labourer.expert
  2248.  
  2249. CRAFT bucket
  2250. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2251. @displayresult first
  2252. ink_sack:4 + air + ink_sack:4
  2253. ink_sack:4 + air + ink_sack:4
  2254. air + ink_sack:4
  2255. = bucket:0:1
  2256.   @permission otherdrops.custom.labourer.novice
  2257. = bucket:0:2
  2258.   @permission otherdrops.custom.labourer.adept
  2259. = bucket:0:3
  2260.   @permission otherdrops.custom.labourer.expert
  2261.  
  2262. COMBINE fertiliser
  2263. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2264. @displayresult first
  2265. bone
  2266. = ink_sack:15:3
  2267.   @permission otherdrops.custom.labourer.novice
  2268. = ink_sack:15:6
  2269.   @permission otherdrops.custom.labourer.adept
  2270. = ink_sack:15:9
  2271.   @permission otherdrops.custom.labourer.expert
  2272.  
  2273. COMBINE sugar
  2274. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2275. @displayresult first
  2276. sugar_cane
  2277. = sugar:0:1
  2278.   @permission otherdrops.custom.labourer.novice
  2279. = sugar:0:2
  2280.   @permission otherdrops.custom.labourer.adept
  2281. = sugar:0:3
  2282.   @permission otherdrops.custom.labourer.expert
  2283.  
  2284. COMBINE cargoMinishuttle
  2285. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2286. @displayresult first
  2287. chest:* + minecart:0
  2288. = storage_minecart:0:1
  2289.  
  2290. COMBINE poweredMinishuttle
  2291. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2292. @displayresult first
  2293. furnace:* + minecart:0
  2294. = powered_minecart:0:1
  2295.  
  2296. COMBINE riggedMinishuttle
  2297. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2298. @displayresult first
  2299. tnt:* + minecart:0
  2300. = powered_minecart:0:1
  2301.  
  2302. COMBINE hopperMinishuttle
  2303. @permission otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps an Adept Labourer could help you.
  2304. @displayresult first
  2305. hopper:* + minecart:0
  2306. = powered_minecart:0:1
  2307.  
  2308. CRAFT balloon
  2309. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2310. @displayresult first
  2311. red_rose:2 + red_rose:2 + red_rose:2
  2312. red_rose:2 + red_rose:2 + red_rose:2
  2313. air + string
  2314. = eye_of_ender:0:1
  2315.   @permission otherdrops.custom.labourer.novice
  2316. = eye_of_ender:0:2
  2317.   @permission otherdrops.custom.labourer.adept
  2318. = eye_of_ender:0:3
  2319.   @permission otherdrops.custom.labourer.expert
  2320.  
  2321. CRAFT copperWire
  2322. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2323. @displayresult first
  2324. ink_sack:5 + ink_sack:5 + ink_sack:5
  2325. = redstone:0:3
  2326.   @permission otherdrops.custom.labourer.novice
  2327. = redstone:0:6
  2328.   @permission otherdrops.custom.labourer.adept
  2329. = redstone:0:9
  2330.   @permission otherdrops.custom.labourer.expert
  2331.  
  2332. COMBINE gravel
  2333. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2334. @displayresult first
  2335. @keepitem wood_pickaxe
  2336. cobblestone + wood_pickaxe
  2337. = gravel:0:1
  2338.   @permission otherdrops.custom.labourer.novice
  2339. = gravel:0:2
  2340.   @permission otherdrops.custom.labourer.adept
  2341. = gravel:0:3
  2342.   @permission otherdrops.custom.labourer.expert
  2343.  
  2344. COMBINE gravel
  2345. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2346. @displayresult first
  2347. @keepitem iron_pickaxe
  2348. cobblestone + iron_pickaxe
  2349. = gravel:0:1
  2350.   @permission otherdrops.custom.labourer.novice
  2351. = gravel:0:2
  2352.   @permission otherdrops.custom.labourer.adept
  2353. = gravel:0:3
  2354.   @permission otherdrops.custom.labourer.expert
  2355.  
  2356. COMBINE gravel
  2357. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2358. @displayresult first
  2359. @keepitem diamond_pickaxe
  2360. cobblestone + diamond_pickaxe
  2361. = gravel:0:1
  2362.   @permission otherdrops.custom.labourer.novice
  2363. = gravel:0:2
  2364.   @permission otherdrops.custom.labourer.adept
  2365. = gravel:0:3
  2366.   @permission otherdrops.custom.labourer.expert
  2367.  
  2368. COMBINE sand
  2369. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2370. @displayresult first
  2371. @keepitem wood_pickaxe
  2372. gravel + wood_pickaxe
  2373. = sand:0:1
  2374.   @permission otherdrops.custom.labourer.novice
  2375. = sand:0:2
  2376.   @permission otherdrops.custom.labourer.adept
  2377. = sand:0:3
  2378.   @permission otherdrops.custom.labourer.expert
  2379.  
  2380. COMBINE sand
  2381. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2382. @displayresult first
  2383. @keepitem iron_pickaxe
  2384. gravel + iron_pickaxe
  2385. = sand:0:1
  2386.   @permission otherdrops.custom.labourer.novice
  2387. = sand:0:2
  2388.   @permission otherdrops.custom.labourer.adept
  2389. = sand:0:3
  2390.   @permission otherdrops.custom.labourer.expert
  2391.  
  2392. COMBINE sand
  2393. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2394. @displayresult first
  2395. @keepitem diamond_pickaxe
  2396. gravel + diamond_pickaxe
  2397. = sand:0:1
  2398.   @permission otherdrops.custom.labourer.novice
  2399. = sand:0:2
  2400.   @permission otherdrops.custom.labourer.adept
  2401. = sand:0:3
  2402.   @permission otherdrops.custom.labourer.expert
  2403.  
  2404. COMBINE silica
  2405. @permission otherdrops.custom.labourer.novice, otherdrops.custom.labourer.adept, otherdrops.custom.labourer.expert | <yellow>You're not sure how to make this. Perhaps a Novice Labourer could help you.
  2406. @displayresult first
  2407. @keepitem nether_star
  2408. sand + nether_star
  2409. = stained_clay:10:1
  2410.   @permission otherdrops.custom.labourer.novice
  2411. = stained_clay:10:2
  2412.   @permission otherdrops.custom.labourer.adept
  2413. = stained_clay:10:3
  2414.   @permission otherdrops.custom.labourer.expert
Add Comment
Please, Sign In to add comment