{ "type": "minecraft:block", "pools": [ { "name": "loot_pool", "rolls": 1, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "name": "beneath:crackrack", "conditions": [ { "condition": "tfc:is_isolated" } ] }, { "type": "minecraft:item", "name": "beneath:crackrack_rock", "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 4 } } ] } ] } ], "conditions": [ { "condition": "minecraft:survives_explosion" } ] } ] }