Helix tree feature (WIP)

This commit is contained in:
paulevsGitch 2020-12-09 23:49:29 +03:00
parent 27668f27a1
commit d1dec4da56
4 changed files with 128 additions and 0 deletions

View file

@ -14,6 +14,7 @@ public class BiomeAmberLand extends EndBiome {
.setSurface(EndBlocks.AMBER_GRASS)
.addFeature(EndFeatures.AMBER_ORE)
.addFeature(EndFeatures.END_LAKE_RARE)
.addFeature(EndFeatures.HELIX_TREE)
.addFeature(EndFeatures.CHARNIA_ORANGE)
.addFeature(EndFeatures.CHARNIA_RED)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)