| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:match_tool",
- "predicate": {
- "enchantments": [
- {
- "enchantment": "minecraft:silk_touch",
- "levels": {
- "min": 1
- }
- }
- ]
- }
- }
- ],
- "name": "minecraft:diamond_ore"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:apply_bonus",
- "enchantment": "minecraft:fortune",
- "formula": "minecraft:ore_drops"
- },
- {
- "function": "minecraft:explosion_decay"
- }
- ],
- "name": "minecraft:diamond"
- }
- ]
- }
- ]
- }
- ]
- }
|