{
    "type": "minecraft:random_selector",
    "config": {
        "default": "minecraft:jungle_tree",
        "features": [
            {
                "chance": 0.02,
                "feature": "minecraft:fancy_oak_checked"
            },
            {
                "chance": 0.25,
                "feature": "minecraft:jungle_bush"
            },
            {
                "chance": 0.45,
                "feature": "minecraft:mega_jungle_tree_checked"
            },
            {
                "chance": 0.03,
                "feature": "minecraft:acacia_checked"
            },
            {
                "chance": 0.03,
                "feature": "minecraft:acacia_bush_tree"
            },
            {
                "chance": 0.015,
                "feature": "minecraft:fallen_jungle_tree"
            }
        ]
    }
}