Done. Ender Ore generation.

This commit is contained in:
Aleksey 2020-09-30 22:09:08 +03:00
parent d599312b40
commit 2fda09036e
2 changed files with 12 additions and 5 deletions

View file

@ -11,8 +11,8 @@ public class BiomeFoggyMushroomland extends EndBiome {
.setWaterColor(119, 227, 250)
.setWaterFogColor(119, 227, 250)
.setSurface(BlockRegistry.END_MOSS, BlockRegistry.END_MYCELIUM)
.addFeature(FeatureRegistry.ENDER_ORE)
.addFeature(FeatureRegistry.END_LAKE)
.addFeature(FeatureRegistry.MOSSY_GLOWSHROOM)
.addFeature(FeatureRegistry.ENDER_ORE));
.addFeature(FeatureRegistry.MOSSY_GLOWSHROOM));
}
}