From 6cf36180ffd408dea6dad7e4886397d28426cdab Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 7 Aug 2021 11:49:31 -0700 Subject: [PATCH 1/2] Hotfix --- biomes/hot/desert-dunes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index f5d36435..264df56b 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -35,7 +35,7 @@ "structure": "pillager_outpost" }, { - "rarity": 100, + "rarity": 1500, "structure": "village-hot" }, { From f52530935c1902906afde3aa4f21620a0e2f2396 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sun, 8 Aug 2021 20:39:47 -0700 Subject: [PATCH 2/2] update villa / pilla --- entities/{standard/passive => unique}/wolf.json | 0 spawners/pillager.json | 3 ++- spawners/villager.json | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename entities/{standard/passive => unique}/wolf.json (100%) diff --git a/entities/standard/passive/wolf.json b/entities/unique/wolf.json similarity index 100% rename from entities/standard/passive/wolf.json rename to entities/unique/wolf.json diff --git a/spawners/pillager.json b/spawners/pillager.json index 12f0d411..b3d84b57 100644 --- a/spawners/pillager.json +++ b/spawners/pillager.json @@ -6,11 +6,12 @@ "endHour": 6 }, "maximumRate": { - "amount": 3, + "amount": 4, "per": { "minutes": 1 } }, + "maxEntitiesPerChunk": 3, "spawns": [{ "entity": "standard/hostile/pillager", "maxSpawns": 5, diff --git a/spawners/villager.json b/spawners/villager.json index e7efad35..b3ff3703 100644 --- a/spawners/villager.json +++ b/spawners/villager.json @@ -1,18 +1,17 @@ { "weather": "ANY", "group": "NORMAL", - "energyMultiplier": 5, "timeBlock": { "startHour": 6, "endHour": 22 }, "maximumRate": { - "amount": 3, + "amount": 5, "per": { "minutes": 1 } }, - "maxEntitiesPerChunk": 1, + "maxEntitiesPerChunk": 2, "maximumRatePerChunk": { "amount": 4, "per": {