emerald_ore.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:alternatives",
  9. "children": [
  10. {
  11. "type": "minecraft:item",
  12. "conditions": [
  13. {
  14. "condition": "minecraft:match_tool",
  15. "predicate": {
  16. "enchantments": [
  17. {
  18. "enchantment": "minecraft:silk_touch",
  19. "levels": {
  20. "min": 1
  21. }
  22. }
  23. ]
  24. }
  25. }
  26. ],
  27. "name": "minecraft:emerald_ore"
  28. },
  29. {
  30. "type": "minecraft:item",
  31. "functions": [
  32. {
  33. "function": "minecraft:apply_bonus",
  34. "enchantment": "minecraft:fortune",
  35. "formula": "minecraft:ore_drops"
  36. },
  37. {
  38. "function": "minecraft:explosion_decay"
  39. }
  40. ],
  41. "name": "minecraft:emerald"
  42. }
  43. ]
  44. }
  45. ]
  46. }
  47. ]
  48. }