Add EntityFeature to StructureConfig.

This commit is contained in:
dfsek
2020-11-04 20:40:58 -07:00
parent e82e8cb17d
commit d0891a0f95
16 changed files with 268 additions and 23 deletions

View File

@@ -13,4 +13,31 @@ spawn:
loot:
1: wood_house
2: cobble_house
3: cobble_house
3: cobble_house
features:
- ENTITY_FEATURE:
entity: SILVERFISH
attempts: 20
in-height: 1
amount:
min: 10
max: 15
spawnable-on:
- "minecraft:stone"
- "minecraft:stone_bricks"
- "minecraft:mossy_stone_bricks"
spawnable-in:
- "minecraft:air"
- ENTITY_FEATURE:
entity: ZOMBIE
attempts: 20
in-height: 2
amount:
min: 10
max: 15
spawnable-on:
- "minecraft:stone"
- "minecraft:stone_bricks"
- "minecraft:mossy_stone_bricks"
spawnable-in:
- "minecraft:air"