first commit
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
{
|
||||
"enabled": "true",
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "duraludon-1",
|
||||
"pokemon": "duraludon",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "38-48",
|
||||
"weight": 8.1,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_overworld"
|
||||
],
|
||||
"neededNearbyBlocks": [
|
||||
"minecraft:iron_block"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "duraludon-2",
|
||||
"pokemon": "duraludon",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "38-48",
|
||||
"weight": 7.5,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_snowy_forest"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user