2025-02-18 15:25:17 +01:00

37 lines
968 B
JSON

{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "amoonguss-1",
"pokemon": "amoonguss",
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "35-48",
"weight": 5.0,
"condition": {
"canSeeSky": true,
"biomes": [
"#cobblemon:is_mushroom"
]
}
},
{
"id": "amoonguss-2",
"pokemon": "amoonguss",
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "35-48",
"weight": 3.0,
"condition": {
"canSeeSky": true,
"biomes": [
"minecraft:dark_forest"
]
}
}
]
}