From dc4aec31489fe9fb04bb5293624df91b7735d68c Mon Sep 17 00:00:00 2001 From: Sjoerd van de Goor <65736624+CocoTheOwner@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:03:35 +0200 Subject: [PATCH] Increase pillage respawn rates --- spawners/structure/pillager-respawn.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spawners/structure/pillager-respawn.json b/spawners/structure/pillager-respawn.json index 96defb08b..af41c71d1 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 }] }