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

39 lines
987 B
JSON

{
"enabled": "true",
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "veluza-1",
"pokemon": "veluza",
"presets": [
"underwater"
],
"type": "pokemon",
"context": "submerged",
"bucket": "uncommon",
"level": "15-28",
"weight": 7.0,
"condition": {
"biomes": [
"#minecraft:is_ocean"
]
}
},
{
"id": "veluza-2",
"pokemon": "veluza",
"presets": [],
"type": "pokemon",
"context": "submerged",
"bucket": "uncommon",
"level": "15-28",
"weight": 7.0,
"condition": {
"biomes": [
"#minecraft:is_ocean"
]
}
}
]
}