Lake fixes
This commit is contained in:
parent
b89afced36
commit
8dc7137ab4
4 changed files with 12 additions and 7 deletions
|
@ -11,7 +11,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
|
|||
.setWaterColor(119, 227, 250)
|
||||
.setWaterFogColor(119, 227, 250)
|
||||
.setSurface(BlockRegistry.END_MOSS, BlockRegistry.END_MYCELIUM)
|
||||
.addFeature(FeatureRegistry.STONE_SPIRAL)
|
||||
.addFeature(FeatureRegistry.END_LAKE));
|
||||
.addFeature(FeatureRegistry.END_LAKE)
|
||||
.addFeature(FeatureRegistry.STONE_SPIRAL));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue