first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,49 @@
{
"enabled": "true",
"neededInstalledMods": [],
"neededUninstalledMods": [],
"spawns": [
{
"id": "runerigus-1",
"pokemon": "runerigus",
"presets": [
"underground"
],
"type": "pokemon",
"context": "grounded",
"bucket": "uncommon",
"level": "34-43",
"weight": 2.0,
"condition": {
"maxLight": 7,
"neededNearbyBlocks": [
"minecraft:stone_bricks",
"minecraft:cracked_stone_bricks",
"minecraft:mossy_stone_bricks"
],
"neededBaseBlocks": [
"minecraft:stone_bricks"
],
"maxY": 60
}
},
{
"id": "runerigus-2",
"pokemon": "runerigus",
"presets": [
"ruins"
],
"type": "pokemon",
"context": "grounded",
"bucket": "common",
"level": "34-43",
"weight": 1.0,
"condition": {
"timeRange": "night",
"biomes": [
"#cobblemon:is_overworld"
]
}
}
]
}