9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Merge pull request #194 from IrisDimensions/master

Remp
This commit is contained in:
Brian Neumann-Fopiano
2021-08-10 02:19:37 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 3,
"maxEntitiesPerChunk": 4,
"spawns": [{
"entity": "standard/hostile/pillager",
"maxSpawns": 5,

View File

@@ -7,9 +7,9 @@
},
"maximumRate": {
"amount": 5,
"per": {"minutes": 1}
"per": {"minutes": 30}
},
"maxEntitiesPerChunk": 3,
"maxEntitiesPerChunk": 2,
"maximumRatePerChunk": {
"amount": 4,
"per": {"minutes": 1}
@@ -18,6 +18,6 @@
"entity": "standard/passive/villager",
"maxSpawns": 3,
"minSpawns": 2,
"rarity": 2
"rarity": 1
}]
}