Advertisement
Guest User

Untitled

a guest
Jul 9th, 2018
1,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. Profession:"minecraft:librarian",
  3. Career:"librarian",
  4.  
  5. Offers:{
  6. Recipes:[
  7. {
  8. action:"remove", CareerLevel:1,
  9. buy: {
  10. id:"minecraft:book",
  11. Count:1
  12. },
  13. buyB:{
  14. id:"minecraft:emerald"
  15. },
  16. sell:{
  17. id:"minecraft:enchanted_book",
  18. Count:1,
  19. tag:{ench:[{id:70,lvl:1}]}
  20. }
  21. },
  22. {
  23. action:"remove", CareerLevel:3,
  24. buy: {
  25. id:"minecraft:book",
  26. Count:1
  27. },
  28. buyB:{
  29. id:"minecraft:emerald"
  30. },
  31. sell:{
  32. id:"minecraft:enchanted_book",
  33. Count:1,
  34. tag:{ench:[{id:70,lvl:1}]}
  35. }
  36. },
  37. {
  38. action:"remove", CareerLevel:4,
  39. buy: {
  40. id:"minecraft:book",
  41. Count:1
  42. },
  43. buyB:{
  44. id:"minecraft:emerald"
  45. },
  46. sell:{
  47. id:"minecraft:enchanted_book",
  48. Count:1,
  49. tag:{ench:[{id:70,lvl:1}]}
  50. }
  51. }
  52. ]
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement