Hydrogen compat fix (#154)

This commit is contained in:
paulevsGitch 2021-05-09 19:14:19 +03:00
parent 5d81d7b448
commit 38eaf8be67
6 changed files with 83 additions and 3 deletions

View file

@ -15,6 +15,7 @@ public class BiomeIceStarfield extends EndBiome {
.setFogDensity(2.2F)
.setFoliageColor(193, 244, 244)
.setGenChance(0.25F)
.setCaves(false)
.setParticles(EndParticles.SNOWFLAKE, 0.002F)
.addStructureFeature(EndStructures.GIANT_ICE_STAR)
.addFeature(EndFeatures.ICE_STAR)

View file

@ -13,7 +13,6 @@ public class PaintedMountainsBiome extends EndBiome {
super(new BiomeDefinition("painted_mountains")
.setFogColor(226, 239, 168)
.setFogDensity(2)
.setCaves(false)
.setWaterAndFogColor(192, 180, 131)
.setMusic(EndSounds.MUSIC_OPENSPACE)
.setLoop(EndSounds.AMBIENT_DUST_WASTELANDS)