Done. Ender Ore generation.
This commit is contained in:
parent
d599312b40
commit
2fda09036e
2 changed files with 12 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue