mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
42 lines
950 B
JSON
42 lines
950 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/neutral/dolphin",
|
|
"energyMultiplier": 0.885,
|
|
"rarity": 1
|
|
},
|
|
{
|
|
"entity": "standard/passive/squid",
|
|
"energyMultiplier": 1.35,
|
|
"rarity": 4
|
|
},
|
|
{
|
|
"entity": "standard/passive/pufferfish",
|
|
"energyMultiplier": 1.15,
|
|
"rarity": 3
|
|
},
|
|
{
|
|
"entity": "standard/passive/tropicalfish",
|
|
"energyMultiplier": 1.75,
|
|
"rarity": 5
|
|
},
|
|
{
|
|
"entity": "standard/passive/cod",
|
|
"energyMultiplier": 1.75,
|
|
"rarity": 5
|
|
}
|
|
]
|
|
}
|