mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 11:46:06 +00:00
Add Evokers and Vindicators to woodland mansions
This commit is contained in:
@@ -11,4 +11,31 @@ spawn:
|
||||
width: 250
|
||||
padding: 500
|
||||
loot:
|
||||
1: arrows
|
||||
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"
|
||||
Reference in New Issue
Block a user