mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
36 lines
785 B
JSON
36 lines
785 B
JSON
{
|
|
"group": "CAVE",
|
|
"maximumRate": {
|
|
"amount": 3,
|
|
"per": {"seconds": 30}
|
|
},
|
|
"allowedLightLevels": {
|
|
"max": 7,
|
|
"min": 0
|
|
},
|
|
"maxEntitiesPerChunk": 2,
|
|
"energyMultiplier": 3,
|
|
"spawns": [
|
|
{
|
|
"entity": "standard/hostile/zombie",
|
|
"energyMultiplier": 0.885,
|
|
"rarity": 1
|
|
},
|
|
{
|
|
"entity": "standard/hostile/skeleton",
|
|
"energyMultiplier": 1.35,
|
|
"rarity": 4
|
|
},
|
|
{
|
|
"entity": "standard/hostile/spider",
|
|
"energyMultiplier": 1.15,
|
|
"rarity": 3
|
|
},
|
|
{
|
|
"entity": "standard/hostile/creeper",
|
|
"energyMultiplier": 1.75,
|
|
"rarity": 5
|
|
}
|
|
]
|
|
}
|