Minecraft Item DB
blocks LOOT

minecraft:blocks/jack_o_lantern

Interactive view of the imported loot-table data.

Targetminecraft:blocks/jack_o_lantern
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:jack_o_lantern"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/jack_o_lantern"
}