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