51 lines
1.2 KiB
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "houndoom-1",
"pokemon": "houndoom",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "32-42",
"weight": 1.0,
"condition": {
"canSeeSky": true,
"biomes": [
"#cobblemon:is_sandy"
],
"structures": [
"#minecraft:village"
],
"timeRange": "night"
}
},
{
"id": "houndoom-2",
"pokemon": "houndoom",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "45-55",
"weight": 3.0,
"condition": {
"canSeeSky": false,
"biomes": [
"#minecraft:is_nether"
]
}
}
]
}