Minecraft Item DB
blocks LOOT

minecraft:blocks/cobweb

Interactive view of the imported loot-table data.

Targetminecraft:blocks/cobweb
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:any_of",
                                    "terms": [
                                        {
                                            "condition": "minecraft:match_tool",
                                            "predicate": {
                                                "items": "minecraft:shears"
                                            }
                                        },
                                        {
                                            "condition": "minecraft:match_tool",
                                            "predicate": {
                                                "predicates": {
                                                    "minecraft:enchantments": [
                                                        {
                                                            "enchantments": "minecraft:silk_touch",
                                                            "levels": {
                                                                "min": 1
                                                            }
                                                        }
                                                    ]
                                                }
                                            }
                                        }
                                    ]
                                }
                            ],
                            "name": "minecraft:cobweb"
                        },
                        {
                            "type": "minecraft:item",
                            "conditions": [
                                {
                                    "condition": "minecraft:survives_explosion"
                                }
                            ],
                            "name": "minecraft:string"
                        }
                    ]
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/cobweb"
}