mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
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
31 lines
656 B
JSON
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
|
|
}
|
|
]
|
|
}
|