Minecraft Item DB
blocks LOOT

minecraft:blocks/black_stained_glass_pane

Interactive view of the imported loot-table data.

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

Possible Drops

View raw loot JSON
{
    "type": "minecraft:block",
    "pools": [
        {
            "bonus_rolls": 0,
            "conditions": [
                {
                    "condition": "minecraft:match_tool",
                    "predicate": {
                        "predicates": {
                            "minecraft:enchantments": [
                                {
                                    "enchantments": "minecraft:silk_touch",
                                    "levels": {
                                        "min": 1
                                    }
                                }
                            ]
                        }
                    }
                }
            ],
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "minecraft:black_stained_glass_pane"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/black_stained_glass_pane"
}