Amber ore, raw amber, amber gem, amber block

This commit is contained in:
paulevsGitch 2020-11-26 02:21:11 +03:00
parent 6b1029a628
commit 4a54b072d7
18 changed files with 69 additions and 19 deletions

View file

@ -12,6 +12,7 @@ public class BiomeAmberLand extends EndBiome {
.setFogDensity(2.0F)
.setPlantsColor(122, 45, 122)
.setSurface(EndBlocks.AMBER_GRASS)
.addFeature(EndFeatures.AMBER_ORE)
.addFeature(EndFeatures.END_LAKE_RARE)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));