Minecraft Item DB
blocks LOOT

minecraft:blocks/attached_melon_stem

Interactive view of the imported loot-table data.

Targetminecraft:blocks/attached_melon_stem
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,
                            "count": {
                                "type": "minecraft:binomial",
                                "n": 3,
                                "p": 0.53333336
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "minecraft:melon_seeds"
                }
            ],
            "functions": [
                {
                    "function": "minecraft:explosion_decay"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/attached_melon_stem"
}