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