first commit
This commit is contained in:
@ -0,0 +1,81 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user