31 lines
767 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "drilbur-1",
"pokemon": "drilbur",
"presets": [
"underground"
],
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "8-31",
"weight": 6.1,
"condition": {
"canSeeSky": false,
"minY": 0,
"biomes": [
"#cobblemon:is_overworld"
]
},
"anticondition": {
"biomes": [
"#cobblemon:is_abyss"
]
}
}
]
}