40 lines
940 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "slowpoke-1",
"pokemon": "slowpoke",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "7-32",
"weight": 5.4,
"condition": {
"canSeeSky": true,
"biomes": [
"#cobblemon:is_beach"
]
}
},
{
"id": "slowpoke-galarian-2",
"pokemon": "slowpoke galarian",
"presets": [ "natural" ],
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "10-25",
"weight": 6.0,
"condition": {
"biomes": [
"minecraft:mangrove_swamp"
]
}
}
]
}