From 472493db3e1ccd685de47e09b946100488c0d438 Mon Sep 17 00:00:00 2001 From: dfsek Date: Wed, 4 Nov 2020 21:36:37 -0700 Subject: [PATCH] Add Evokers and Vindicators to woodland mansions --- .../structures/single/mansion.yml | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/main/resources/default-config/structures/single/mansion.yml b/src/main/resources/default-config/structures/single/mansion.yml index 4456f503e..27367277f 100644 --- a/src/main/resources/default-config/structures/single/mansion.yml +++ b/src/main/resources/default-config/structures/single/mansion.yml @@ -11,4 +11,31 @@ spawn: width: 250 padding: 500 loot: - 1: arrows \ No newline at end of file + 1: arrows +features: + - ENTITY_FEATURE: + entity: VINDICATOR + attempts: 100 + in-height: 1 + amount: + min: 40 + max: 60 + spawnable-on: + - "minecraft:birch_planks" + spawnable-in: + - "minecraft:air" + - "minecraft:red_carpet" + - "minecraft:white_carpet" + - ENTITY_FEATURE: + entity: EVOKER + attempts: 50 + in-height: 2 + amount: + min: 1 + max: 3 + spawnable-on: + - "minecraft:birch_planks" + spawnable-in: + - "minecraft:air" + - "minecraft:red_carpet" + - "minecraft:white_carpet" \ No newline at end of file