82 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "absol-1",
"pokemon": "absol",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"timeRange":"night",
"canSeeSky":"true",
"level": "16-25",
"weight": 8.0,
"condition": {
"biomes": [
"#minecraft:is_mountain"
]
}
},
{
"id": "absol-2",
"pokemon": "absol",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"timeRange":"midnight",
"canSeeSky":"true",
"level": "15-25",
"weight": 4.0,
"condition": {
"biomes": [
"#minecraft:is_mountain"
]
}
},
{
"id": "absol-3",
"pokemon": "absol",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"timeRange":"midnight",
"canSeeSky":"true",
"level": "25-43",
"weight": 6.0,
"condition": {
"biomes": [
"#minecraft:is_mountain"
]
}
},
{
"id": "absol-4",
"pokemon": "absol",
"presets": [
"natural"
],
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "35-52",
"weight": 4.0,
"condition": {
"biomes": [
"#minecraft:is_end"
]
}
}
]
}