72 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"enabled": true,
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "musharna-1",
"pokemon": "musharna",
"type": "pokemon",
"context": "grounded",
"bucket": "rare",
"level": "20-45",
"weight": 3.2,
"condition": {
"canSeeSky": true,
"biomes": [
"#minecraft:is_overworld"
],
"neededNearbyBlocks": [
"minecraft:white_bed",
"minecraft:orange_bed",
"minecraft:magenta_bed",
"minecraft:light_blue_bed",
"minecraft:yellow_bed",
"minecraft:lime_bed",
"minecraft:pink_bed",
"minecraft:gray_bed",
"minecraft:light_gray_bed",
"minecraft:cyan_bed",
"minecraft:purple_bed",
"minecraft:blue_bed",
"minecraft:brown_bed",
"minecraft:green_bed",
"minecraft:red_bed",
"minecraft:black_bed"
]
}
},
{
"id": "musharna-2",
"pokemon": "musharna",
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "10-25",
"weight": 5.8,
"condition": {
"biomes": [
"#minecraft:is_end"
],
"neededNearbyBlocks": [
"minecraft:white_bed",
"minecraft:orange_bed",
"minecraft:magenta_bed",
"minecraft:light_blue_bed",
"minecraft:yellow_bed",
"minecraft:lime_bed",
"minecraft:pink_bed",
"minecraft:gray_bed",
"minecraft:light_gray_bed",
"minecraft:cyan_bed",
"minecraft:purple_bed",
"minecraft:blue_bed",
"minecraft:brown_bed",
"minecraft:green_bed",
"minecraft:red_bed",
"minecraft:black_bed"
]
}
}
]
}