{ "type": "minecraft:block", "pools": [ { "rolls": 1, "bonus_rolls": 0, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "name": "minecraft:stone", "conditions": [ { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "minecraft:silk_touch", "levels": { "min": 1 } } ] } } ] }, { "type": "minecraft:group", "children": [ { "type": "minecraft:loot_table", "name": "malloc:items/grist_coin" }, { "type": "minecraft:item", "name": "minecraft:cobblestone" } ], "conditions": [ { "condition": "minecraft:survives_explosion" } ] } ] } ] } ] }