Minecraft Item DB
blocks LOOT

minecraft:blocks/cherry_sign

Interactive view of the imported loot-table data.

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

Possible Drops

View raw loot JSON
{
    "type": "minecraft:block",
    "pools": [
        {
            "bonus_rolls": 0,
            "conditions": [
                {
                    "condition": "minecraft:survives_explosion"
                }
            ],
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "minecraft:cherry_sign"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/cherry_sign"
}