New terrain, render fixes
This commit is contained in:
parent
36ea4b8726
commit
2061a12aff
25 changed files with 147 additions and 41 deletions
|
@ -12,7 +12,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
|
|||
.setFogDensity(3)
|
||||
.setWaterColor(119, 227, 250)
|
||||
.setWaterFogColor(119, 227, 250)
|
||||
.setSurface(BlockRegistry.WET_MYCELIUM)
|
||||
.setSurface(BlockRegistry.END_MOSS, BlockRegistry.END_MYCELIUM)
|
||||
.addFeature(FeatureRegistry.STONE_SPIRAL)
|
||||
.addFeature(Feature.LAKES, ConfiguredFeatures.LAKE_WATER));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue