mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
27 lines
548 B
JSON
27 lines
548 B
JSON
{
|
|
"group": "NORMAL",
|
|
"maximumRate": {
|
|
"amount": 8,
|
|
"per": {"seconds": 15}
|
|
},
|
|
"timeBlock": {
|
|
"startHour": 20,
|
|
"endHour": 3
|
|
},
|
|
"maxEntitiesPerChunk": 5,
|
|
"energyMultiplier": 0.95,
|
|
"weather": "ANY",
|
|
"spawns": [
|
|
{
|
|
"entity": "standard/passive/glowsquid",
|
|
"energyMultiplier": 0.885,
|
|
"rarity": 1
|
|
},
|
|
{
|
|
"entity": "standard/passive/cod",
|
|
"energyMultiplier": 0.885,
|
|
"rarity": 1
|
|
}
|
|
]
|
|
}
|