44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": "true",
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "banette-1",
"pokemon": "banette",
"presets": [
"underground"
],
"type": "pokemon",
"context": "grounded",
"bucket": "ultra-rare",
"level": "37-45",
"weight": 7.0,
"condition": {
"canSeeSky": false,
"minHeight":2,
"biomes": [
"minecraft:deep_dark"
]
}
},
{
"id": "banette-2",
"pokemon": "banette",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "37-45",
"weight": 1.0,
"condition": {
"timeRange": "night",
"biomes": [
"#cobblemon:is_plains"
]
}
}
]
}