mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"maximumRate": {
|
|
"amount": 3,
|
|
"per": {"minecraftDays": 6}
|
|
},
|
|
"maxEntitiesPerChunk": 2,
|
|
"initialSpawns": [
|
|
{
|
|
"entity": "standard/hostile/witch",
|
|
"rarity": 1,
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1
|
|
},
|
|
{
|
|
"entity": "standard/passive/cat",
|
|
"rarity": 1,
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1
|
|
}]
|
|
}
|