first commit
This commit is contained in:
@ -0,0 +1,44 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "nymble-1",
|
||||
"pokemon": "nymble",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "7-25",
|
||||
"weight": 6.0,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [ "minecraft:plains"
|
||||
]
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"id": "nymble-2",
|
||||
"pokemon": "nymble",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "7-22",
|
||||
"weight": 6.0,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [ "#cminecraft:is_forest"]
|
||||
},
|
||||
"anticondition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_cold_ocean",
|
||||
"#cobblemon:is_freezing",
|
||||
"#cobblemon:is_peak",
|
||||
"#cobblemon:is_taiga",
|
||||
"#cobblemon:is_tundra"]
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user