Sunconure111

Untitled

Apr 11th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "display": {
  3. "icon": {
  4. "item": "bewitchment:broom"
  5. },
  6. "title": {
  7. "translate": "advancements.bewitchment.broom.title"
  8. },
  9. "description": {
  10. "translate": "advancements.bewitchment.broom.description"
  11. }
  12. },
  13. "parent": "bewitchment:fda",
  14. "criteria": {
  15. "juniper": {
  16. "trigger": "minecraft:inventory_changed",
  17. "conditions": {
  18. "items": {
  19. "item": "bewitchment:juniper_broom"
  20. }
  21. }
  22. },
  23. "elder": {
  24. "trigger": "minecraft:inventory_changed",
  25. "conditions": {
  26. "items": {
  27. "item": "bewitchment:elder_broom"
  28. }
  29. }
  30. },
  31. "cypress": {
  32. "trigger": "minecraft:inventory_changed",
  33. "conditions": {
  34. "items": {
  35. "item": "bewitchment:cypress_broom"
  36. }
  37. }
  38. },
  39. "dragon_resin": {
  40. "trigger": "minecraft:inventory_changed",
  41. "conditions": {
  42. "items": {
  43. "item": "bewitchment:dragons_blood_broom"
  44. }
  45. }
  46. }
  47. },
  48. "requirements": [
  49. [
  50. "cypress",
  51. "juniper",
  52. "dragon_resin",
  53. "elder"
  54. ]
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment