Lantern woods structures, block translations & fixes

This commit is contained in:
paulevsGitch 2021-03-17 16:16:45 +03:00
parent c3ce436fe0
commit 406cc8f900
16 changed files with 95 additions and 3 deletions

View file

@ -29,6 +29,8 @@ public class LanternWoodsBiome extends EndBiome {
.addFeature(EndFeatures.POND_ANEMONE)
.addFeature(EndFeatures.CHARNIA_ORANGE)
.addFeature(EndFeatures.CHARNIA_RED)
.addFeature(EndFeatures.RUSCUS)
.addFeature(EndFeatures.RUSCUS_WOOD)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 2));
}