upgrade_tools.json 709 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "parent": "minecraft:story/mine_stone",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:stone_pickaxe",
  6. "nbt": "{Damage:0}"
  7. },
  8. "title": {
  9. "translate": "advancements.story.upgrade_tools.title"
  10. },
  11. "description": {
  12. "translate": "advancements.story.upgrade_tools.description"
  13. },
  14. "frame": "task",
  15. "show_toast": true,
  16. "announce_to_chat": true,
  17. "hidden": false
  18. },
  19. "criteria": {
  20. "stone_pickaxe": {
  21. "trigger": "minecraft:inventory_changed",
  22. "conditions": {
  23. "items": [
  24. {
  25. "item": "minecraft:stone_pickaxe"
  26. }
  27. ]
  28. }
  29. }
  30. },
  31. "requirements": [
  32. [
  33. "stone_pickaxe"
  34. ]
  35. ]
  36. }