1
0

safely_harvest_honey.json 758 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "parent": "minecraft:husbandry/root",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:honey_bottle"
  6. },
  7. "title": {
  8. "translate": "advancements.husbandry.safely_harvest_honey.title"
  9. },
  10. "description": {
  11. "translate": "advancements.husbandry.safely_harvest_honey.description"
  12. },
  13. "frame": "task",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "criteria": {
  19. "safely_harvest_honey": {
  20. "trigger": "minecraft:safely_harvest_honey",
  21. "conditions": {
  22. "block": {
  23. "tag": "minecraft:beehives"
  24. },
  25. "item": {
  26. "item": "minecraft:glass_bottle"
  27. }
  28. }
  29. }
  30. },
  31. "requirements": [
  32. [
  33. "safely_harvest_honey"
  34. ]
  35. ]
  36. }