mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"timeBlock": {
|
|
"startHour": 5,
|
|
"endHour":15
|
|
},
|
|
"spawns": [
|
|
{
|
|
"entity": "bee",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 1
|
|
}
|
|
]
|
|
} |