mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"weather": "ANY",
|
|
"group": "NORMAL",
|
|
"timeBlock": {
|
|
"startHour": 6,
|
|
"endHour": 22
|
|
},
|
|
"maximumRate": {
|
|
"amount": 5,
|
|
"per": {"minutes": 1}
|
|
},
|
|
"maxEntitiesPerChunk": 3,
|
|
"maximumRatePerChunk": {
|
|
"amount": 4,
|
|
"per": {"minutes": 1}
|
|
},
|
|
"spawns": [{
|
|
"entity": "standard/passive/villager",
|
|
"maxSpawns": 3,
|
|
"minSpawns": 2,
|
|
"rarity": 2
|
|
}]
|
|
}
|