Merge pull request #11641 from abcdefg30/particleDensity

Convert ParticleDensityFactor from a float to an int
This commit is contained in:
Oliver Brakmann
2016-07-15 10:30:57 +02:00
committed by GitHub
4 changed files with 15 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ World:
BackgroundMusic: rain-ambient
StartingMusic: rain
WeatherOverlay:
ParticleDensityFactor: 0.0007625
ChangingWindLevel: true
WindLevels: -5, -3, -2, 0, 2, 3, 5
WindTick: 150, 550

View File

@@ -1,6 +1,5 @@
World:
WeatherOverlay:
ParticleDensityFactor: 0.0007625
ChangingWindLevel: true
WindLevels: -5, -3, -2, 0, 2, 3, 5
WindTick: 150, 550