totem_of_undying.json 666 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "parent": "minecraft:adventure/kill_a_mob",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:totem_of_undying"
  6. },
  7. "title": {
  8. "translate": "advancements.adventure.totem_of_undying.title"
  9. },
  10. "description": {
  11. "translate": "advancements.adventure.totem_of_undying.description"
  12. },
  13. "frame": "goal",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "criteria": {
  19. "used_totem": {
  20. "trigger": "minecraft:used_totem",
  21. "conditions": {
  22. "item": {
  23. "item": "minecraft:totem_of_undying"
  24. }
  25. }
  26. }
  27. },
  28. "requirements": [
  29. [
  30. "used_totem"
  31. ]
  32. ]
  33. }