first commit
This commit is contained in:
@ -0,0 +1,40 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "slowpoke-1",
|
||||
"pokemon": "slowpoke",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "7-32",
|
||||
"weight": 5.4,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_beach"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "slowpoke-galarian-2",
|
||||
"pokemon": "slowpoke galarian",
|
||||
"presets": [ "natural" ],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "10-25",
|
||||
"weight": 6.0,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"minecraft:mangrove_swamp"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user