Advertisement
Guest User

Untitled

a guest
Apr 9th, 2015
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # CraftBook Custom Recipes. CraftBook Version: 3.9-SNAPSHOT
  2. # For more information on setting up custom recipes, see the wiki:
  3. # http://wiki.sk89q.com/wiki/CraftBook/Custom_crafting
  4.  
  5.  
  6. crafting-recipes:
  7. kuh_ei:
  8. type: Shaped
  9. ingredients:
  10. 'EGG ': a
  11. 'SKULL_ITEM:3|&rCow Head/player:MHF_Cow ': b
  12. shape:
  13. - aaa
  14. - aba
  15. - aaa
  16. results:
  17. 'MONSTER_EGG:92 ': 1
  18. schwein_ei:
  19. type: Shaped
  20. ingredients:
  21. 'EGG ': a
  22. 'SKULL_ITEM:3|&rPig Head/player:MHF_Pig ': b
  23. shape:
  24. - aaa
  25. - aba
  26. - aaa
  27. results:
  28. 'MONSTER_EGG:90 ': 1
  29. schaf_ei:
  30. type: Shaped
  31. ingredients:
  32. 'EGG ': a
  33. 'SKULL_ITEM:3|&rSheep Head/player:MHF_Sheep ': b
  34. shape:
  35. - aaa
  36. - aba
  37. - aaa
  38. results:
  39. 'MONSTER_EGG:91 ': 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement