2025-02-18 15:25:17 +01:00

44 lines
1.0 KiB
JSON

{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "nymble-1",
"pokemon": "nymble",
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "7-25",
"weight": 6.0,
"condition": {
"canSeeSky": true,
"biomes": [ "minecraft:plains"
]
}
},
{
"id": "nymble-2",
"pokemon": "nymble",
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "7-22",
"weight": 6.0,
"condition": {
"canSeeSky": true,
"biomes": [ "#cminecraft:is_forest"]
},
"anticondition": {
"biomes": [
"#cobblemon:is_cold_ocean",
"#cobblemon:is_freezing",
"#cobblemon:is_peak",
"#cobblemon:is_taiga",
"#cobblemon:is_tundra"]
}
}
]
}