39 lines
989 B
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "unown-1",
"pokemon": "unown",
"presets": [
"stronghold"
],
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "14-63",
"weight": 9.0,
"condition": {
"canSeeSky": false,
"biomes": [
"#cobblemon:is_overworld"
]
}
},
{
"id": "unown-2",
"pokemon": "unown",
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "15-55",
"weight": 20.0,
"condition": {
"biomes": [
"#minecraft:is_end"
]
}
}
]
}