Minecraft Item DB
blocks LOOT

minecraft:blocks/carrots

Interactive view of the imported loot-table data.

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

Possible Drops

View raw loot JSON
{
    "type": "minecraft:block",
    "functions": [
        {
            "function": "minecraft:explosion_decay"
        }
    ],
    "pools": [
        {
            "bonus_rolls": 0,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "minecraft:carrot"
                }
            ],
            "rolls": 1
        },
        {
            "bonus_rolls": 0,
            "conditions": [
                {
                    "block": "minecraft:carrots",
                    "condition": "minecraft:block_state_property",
                    "properties": {
                        "age": "7"
                    }
                }
            ],
            "entries": [
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "enchantment": "minecraft:fortune",
                            "formula": "minecraft:binomial_with_bonus_count",
                            "function": "minecraft:apply_bonus",
                            "parameters": {
                                "extra": 3,
                                "probability": 0.5714286
                            }
                        }
                    ],
                    "name": "minecraft:carrot"
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/carrots"
}