mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"maximumRate": {
|
|
"amount": 3,
|
|
"per": {"minecraftDays": 6}
|
|
},
|
|
"maxEntitiesPerChunk": 2,
|
|
"initialSpawns": [{
|
|
"entity": "standard/hostile/evoker",
|
|
"rarity": 2,
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1
|
|
}]
|
|
}
|