From 0fcff0bccb27b9941af261d470a46aeaec68ae76 Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Sat, 21 Aug 2021 09:42:09 -0400 Subject: [PATCH] Spawners --- jigsaw-structures/village-hot.json | 2 +- spawners/villager.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 }]