diff --git a/jigsaw-structures/village-hot.json b/jigsaw-structures/village-hot.json index cdf265db..481aac5f 100644 --- a/jigsaw-structures/village-hot.json +++ b/jigsaw-structures/village-hot.json @@ -5,7 +5,7 @@ "objectChance": 0, "strength": 1, "interpolationRadius": 5, - "blockRadius": 5, + "blockRadius": 32, "interpolator": "BILINEAR", "entitySpawners": ["villager"] }, diff --git a/spawners/villager.json b/spawners/villager.json index 3cafd5d2..4b417d29 100644 --- a/spawners/villager.json +++ b/spawners/villager.json @@ -1,7 +1,5 @@ { - "weather": "ANY", - "group": "NORMAL", - "initalSpawns": [{ + "initialSpawns": [{ "entity": "standard/passive/villager", "rarity": 2 }]