40 lines
928 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "slowking-1",
"pokemon": "slowking",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "37-49",
"weight": 0.06,
"condition": {
"canSeeSky": true,
"biomes": [
"#cobblemon:is_beach"
]
}
},
{
"id": "slowking2",
"pokemon": "slowking-galarian",
"presets": [ "natural" ],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "30-50",
"weight": 2.0,
"condition": {
"biomes": [
"minecraft:mangrove_swamp"
]
}
}
]
}