diff --git a/spawners/structure/pillager-respawn.json b/spawners/structure/pillager-respawn.json index 96defb08..af41c71d 100644 --- a/spawners/structure/pillager-respawn.json +++ b/spawners/structure/pillager-respawn.json @@ -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 }] }