9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/spawners/cavesv4/spider-infestation.json
RePixelatedMC e0cba08bee Overworld V3500 Part 1
Added

> Caves
- Azure Wastes
- Crystalized
- Crystalized Overgrown
- Spider infestation
- Dark Depths
- Glacial
- Mantle Core

> Biomes
- Dark depth Ocean
- Rich Oceans
- Croak
- Oak forest flat

> Misc
- Lanterns on fence in sakura biome
2023-08-05 18:21:18 +02:00

31 lines
656 B
JSON

{
"group": "CAVE",
"maximumRate": {
"amount": 3,
"per": {"seconds": 30}
},
"allowedLightLevels": {
"max": 7,
"min": 0
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 3,
"spawns": [
{
"entity": "standard/hostile/skeleton",
"energyMultiplier": 1.35,
"rarity": 5
},
{
"entity": "standard/neutral/cavespider",
"energyMultiplier": 1.15,
"rarity": 4
},
{
"entity": "standard/neutral/spider",
"energyMultiplier": 1.15,
"rarity": 2
}
]
}