first commit
This commit is contained in:
@ -0,0 +1,44 @@
|
||||
{
|
||||
"enabled": "true",
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "banette-1",
|
||||
"pokemon": "banette",
|
||||
"presets": [
|
||||
"underground"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "37-45",
|
||||
"weight": 7.0,
|
||||
"condition": {
|
||||
"canSeeSky": false,
|
||||
"minHeight":2,
|
||||
"biomes": [
|
||||
"minecraft:deep_dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "banette-2",
|
||||
"pokemon": "banette",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "37-45",
|
||||
"weight": 1.0,
|
||||
"condition": {
|
||||
"timeRange": "night",
|
||||
"biomes": [
|
||||
"#cobblemon:is_plains"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user