mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"weather": "ANY",
|
|
"group": "NORMAL",
|
|
"timeBlock": {
|
|
"startHour": 18,
|
|
"endHour": 6
|
|
},
|
|
"maximumRate": {
|
|
"amount": 5,
|
|
"per": {"minutes": 1}
|
|
},
|
|
"maxEntitiesPerChunk": 4,
|
|
"spawns": [
|
|
{
|
|
"entity": "standard/passive/allay",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 4
|
|
},
|
|
{
|
|
"entity": "standard/neutral/irongolem",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 4
|
|
}
|
|
]
|
|
}
|