mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"weather": "NONE",
|
|
"timeBlock": {
|
|
"startHour": 4,
|
|
"endHour": 12
|
|
},
|
|
"spawns": [{
|
|
"entity": "standard/passive/bee",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 1
|
|
}]}
|