Skip to content

Commit

Permalink
Increase pillage respawn rates
Browse files Browse the repository at this point in the history
  • Loading branch information
svdgoor authored Apr 12, 2023
1 parent 9cbd8da commit dc4aec3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spawners/structure/pillager-respawn.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"weather": "ANY",
"group": "NORMAL",
"timeBlock": {
"startHour": 18,
"endHour": 6
},
"maximumRate": {
"amount": 5,
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 4,
"maxEntitiesPerChunk": 10,
"spawns": [{
"entity": "standard/hostile/pillager",
"maxSpawns": 5,
"minSpawns": 3,
"rarity": 4
"rarity": 1
}]
}

0 comments on commit dc4aec3

Please sign in to comment.