Minecraft Item DB
blocks LOOT

minecraft:blocks/end_stone_brick_slab

Interactive view of the imported loot-table data.

Targetminecraft:blocks/end_stone_brick_slab
Typeblocks
Version1.21.9
Entries1
DROP TABLE

Possible Drops

View raw loot JSON
{
    "type": "minecraft:block",
    "pools": [
        {
            "bonus_rolls": 0,
            "entries": [
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "conditions": [
                                {
                                    "block": "minecraft:end_stone_brick_slab",
                                    "condition": "minecraft:block_state_property",
                                    "properties": {
                                        "type": "double"
                                    }
                                }
                            ],
                            "count": 2,
                            "function": "minecraft:set_count"
                        },
                        {
                            "function": "minecraft:explosion_decay"
                        }
                    ],
                    "name": "minecraft:end_stone_brick_slab"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/end_stone_brick_slab"
}