{
    "enabled": true,
    "neededInstalledMods": [],
    "neededUninstalledMods": [],
    "spawns": [
        {
            "id": "fraxure-1",
            "pokemon": "fraxure",
            "presets": [
                "natural",
                "wild"
            ],
            "type": "pokemon",
            "context": "grounded",
            "bucket": "rare",
            "level": "24-47",
            "weight": 2.5,
            "condition": {
                "biomes": [
                    "#cobblemon:is_mountain"
                ]
            }
        },
        {
            "id": "fraxure-2",
            "pokemon": "fraxure",
            "presets": [
                "natural"
            ],
            "type": "pokemon",
            "context": "grounded",
            "bucket": "rare",
            "level": "24-47",
            "weight": 0.5,
            "condition": {
                "minSkyLight": 0,
                "maxSkyLight": 7,
                "biomes": [
                    "#cobblemon:is_highlands"
                ],
                "minY": 0
            },
            "anticondition": {
                "biomes": [
                    "#cobblemon:is_mountain"
                ]
            }
        },
        {
            "id": "fraxure-3",
            "pokemon": "fraxure",
            "presets": [
                "natural"
            ],
            "type": "pokemon",
            "context": "grounded",
            "bucket": "uncommon",
            "level": "36-48",
            "weight": 2,
            "condition": {
                "biomes": [
                    "betterend:dragon_graveyards"
                ]
            }
        }
    ]
}