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