This commit is contained in:
paulevsGitch 2020-11-01 16:42:30 +03:00
parent 67faa4a1d0
commit d6d78925b7
3 changed files with 33 additions and 3 deletions

View file

@ -22,6 +22,7 @@ public class BiomeShadowForest extends EndBiome {
.addFeature(EndFeatures.DRAGON_TREE_BUSH)
.addFeature(EndFeatures.SHADOW_PLANT)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 80, 1, 4));
.addMobSpawn(EntityType.ENDERMAN, 80, 1, 4)
.addMobSpawn(EntityType.PHANTOM, 1, 1, 2));
}
}