From 2d883c14ffa680ae243dc404da1c644956250f1f Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 6 Aug 2021 18:56:57 -0700 Subject: [PATCH] ents --- dimensions/overworld.json | 10 ++-------- spawners/pillager.json | 10 ++++++++++ spawners/villager.json | 20 +++++++++++++++++--- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index d1afafc8..a8e7da8d 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -53,17 +53,11 @@ "landZoom": 3.2, "landBiomeStyle": { "style": "NOWHERE_CELLULAR", - "fracture": { - "multiplier": 500, - "axialFracturing": true, - "style": "NOWHERE", - "zoom": 1, + "axialFracturing": true, "fracture": { "style": "STATIC", - "axialFracturing": true, - "multiplier": 2 + "multiplier": 3 } - } }, "shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"}, "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", diff --git a/spawners/pillager.json b/spawners/pillager.json index e2222f8c..12f0d411 100644 --- a/spawners/pillager.json +++ b/spawners/pillager.json @@ -1,6 +1,16 @@ { "weather": "ANY", "group": "NORMAL", + "timeBlock": { + "startHour": 18, + "endHour": 6 + }, + "maximumRate": { + "amount": 3, + "per": { + "minutes": 1 + } + }, "spawns": [{ "entity": "standard/hostile/pillager", "maxSpawns": 5, diff --git a/spawners/villager.json b/spawners/villager.json index 51528488..ff92c8ac 100644 --- a/spawners/villager.json +++ b/spawners/villager.json @@ -1,6 +1,20 @@ -{"spawns": [{ +{ + "weather": "ANY", + "group": "NORMAL", + "energyMultiplier": 5, + "timeBlock": { + "startHour": 6, + "endHour": 22 + }, + "maximumRate": { + "amount": 3, + "per": { + "minutes": 1 + } + }, + "spawns": [{ "entity": "standard/passive/villager", - "maxSpawns": 1, - "minSpawns": 1, + "maxSpawns": 3, + "minSpawns": 2, "rarity": 2 }]}