9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Merge branch 'stable' into bugfixes-and-additions

This commit is contained in:
Brian Fopiano
2023-04-12 17:57:00 -04:00
committed by GitHub

View File

@@ -5,11 +5,11 @@
"amount": 5,
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 4,
"maxEntitiesPerChunk": 10,
"spawns": [{
"entity": "standard/hostile/pillager",
"maxSpawns": 6,
"minSpawns": 4,
"rarity": 3
"maxSpawns": 5,
"minSpawns": 3,
"rarity": 1
}]
}