silk_touch_nest.json 878 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "parent": "minecraft:husbandry/root",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:bee_nest"
  6. },
  7. "title": {
  8. "translate": "advancements.husbandry.silk_touch_nest.title"
  9. },
  10. "description": {
  11. "translate": "advancements.husbandry.silk_touch_nest.description"
  12. },
  13. "frame": "task",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "criteria": {
  19. "silk_touch_nest": {
  20. "trigger": "minecraft:bee_nest_destroyed",
  21. "conditions": {
  22. "block": "minecraft:bee_nest",
  23. "item": {
  24. "enchantments": [
  25. {
  26. "enchantment": "minecraft:silk_touch",
  27. "levels": {
  28. "min": 1
  29. }
  30. }
  31. ]
  32. },
  33. "num_bees_inside": 3
  34. }
  35. }
  36. },
  37. "requirements": [
  38. [
  39. "silk_touch_nest"
  40. ]
  41. ]
  42. }