Lake fixes

This commit is contained in:
paulevsGitch 2020-09-25 12:51:13 +03:00
parent b89afced36
commit 8dc7137ab4
4 changed files with 12 additions and 7 deletions

View file

@ -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));
}
}