1
0

root.json 704 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "display": {
  3. "icon": {
  4. "item": "minecraft:grass_block"
  5. },
  6. "title": {
  7. "translate": "advancements.story.root.title"
  8. },
  9. "description": {
  10. "translate": "advancements.story.root.description"
  11. },
  12. "frame": "task",
  13. "show_toast": false,
  14. "announce_to_chat": false,
  15. "hidden": false,
  16. "background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
  17. },
  18. "criteria": {
  19. "crafting_table": {
  20. "trigger": "minecraft:inventory_changed",
  21. "conditions": {
  22. "items": [
  23. {
  24. "item": "minecraft:crafting_table"
  25. }
  26. ]
  27. }
  28. }
  29. },
  30. "requirements": [
  31. [
  32. "crafting_table"
  33. ]
  34. ]
  35. }