Minecraft Item DB
blocks LOOT

minecraft:blocks/chorus_plant

Interactive view of the imported loot-table data.

Targetminecraft:blocks/chorus_plant
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:uniform",
                                "max": 1,
                                "min": 0
                            },
                            "function": "minecraft:set_count"
                        },
                        {
                            "function": "minecraft:explosion_decay"
                        }
                    ],
                    "name": "minecraft:chorus_fruit"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/chorus_plant"
}