Minecraft Item DB
blocks LOOT

minecraft:blocks/gilded_blackstone

Interactive view of the imported loot-table data.

Targetminecraft:blocks/gilded_blackstone
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": {
                                        "predicates": {
                                            "minecraft:enchantments": [
                                                {
                                                    "enchantments": "minecraft:silk_touch",
                                                    "levels": {
                                                        "min": 1
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                }
                            ],
                            "name": "minecraft:gilded_blackstone"
                        },
                        {
                            "type": "minecraft:alternatives",
                            "children": [
                                {
                                    "type": "minecraft:item",
                                    "conditions": [
                                        {
                                            "chances": [
                                                0.1,
                                                0.14285715,
                                                0.25,
                                                1
                                            ],
                                            "condition": "minecraft:table_bonus",
                                            "enchantment": "minecraft:fortune"
                                        }
                                    ],
                                    "functions": [
                                        {
                                            "add": false,
                                            "count": {
                                                "type": "minecraft:uniform",
                                                "max": 5,
                                                "min": 2
                                            },
                                            "function": "minecraft:set_count"
                                        }
                                    ],
                                    "name": "minecraft:gold_nugget"
                                },
                                {
                                    "type": "minecraft:item",
                                    "name": "minecraft:gilded_blackstone"
                                }
                            ],
                            "conditions": [
                                {
                                    "condition": "minecraft:survives_explosion"
                                }
                            ]
                        }
                    ]
                }
            ],
            "rolls": 1
        }
    ],
    "random_sequence": "minecraft:blocks/gilded_blackstone"
}