first commit
This commit is contained in:
@ -0,0 +1,47 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "mareanie-1",
|
||||
"pokemon": "mareanie",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "11-34",
|
||||
"weight": 4.5,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_beach"
|
||||
],
|
||||
"timeRange": "night"
|
||||
}
|
||||
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
"id": "mareanie-2",
|
||||
"pokemon": "mareanie",
|
||||
"presets": [
|
||||
"underwater"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "submerged",
|
||||
"bucket": "uncommon",
|
||||
"level": "11-34",
|
||||
"weight": 10,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_warm_ocean"
|
||||
],
|
||||
"timeRange": "night"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user