Minecraft Item DB
blocks LOOT

minecraft:blocks/fern

Interactive view of the imported loot-table data.

Targetminecraft:blocks/fern
Typeblocks
Version1.21.9
Entries0

No parsed entries

The raw loot JSON is still available below.

View raw loot JSON
{
    "type": "minecraft:block",
    "pools": [
        {
            "bonus_rolls": 0,
            "entries": [
                {
                    "type": "minecraft:alternatives",
                    "children": [
                        {
                            "type": "minecraft:item",
                            "conditions": [
                                {
                                    "condition": "minecraft:match_tool",
                                    "predicate": {
                                        "items": "minecraft:shears"
                                    }
                                }
                            ],
                            "name": "minecraft:fern"
                        },
                        {
                            "type": "minecraft:item",
                            "conditions": [
                                {
                                    "chance": 0.125,
                                    "condition": "minecraft:random_chance"
                                }
                            ],
                            "functions": [
                                {
                                    "enchantment": "minecraft:fortune",
                                    "formula": "minecraft:uniform_bonus_count",
                                    "function": "minecraft:apply_bonus",
                                    "parameters": {
                                        "bonusMultiplier": 2
                                    }
                                },
                                {
                                    "function": "minecraft:explosion_decay"
                                }
                            ],
                            "name": "minecraft:wheat_seeds"
                        }
                    ]
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/fern"
}