Mob spawn fixes

This commit is contained in:
paulevsGitch 2020-11-08 02:12:41 +03:00
parent ef70376ed4
commit 6bd17612bb
5 changed files with 2 additions and 5 deletions

View file

@ -32,8 +32,8 @@ public class BiomeShadowForest extends EndBiome {
.addFeature(EndFeatures.TAIL_MOSS)
.addFeature(EndFeatures.TAIL_MOSS_WOOD)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 40, 1, 4)
.addMobSpawn(EndEntities.SHADOW_WALKER, 80, 2, 4)
.addMobSpawn(EntityType.ENDERMAN, 40, 1, 4)
.addMobSpawn(EntityType.PHANTOM, 1, 1, 2));
}
}