You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
599 B
21 lines
599 B
# Configuration file
|
|
|
|
"weather2: particle" {
|
|
# Enables or disables all precipitation particle types
|
|
B:Particle_RainSnow=true
|
|
B:Particle_Rain_DownfallSheet=true
|
|
B:Particle_Rain_GroundSplash=true
|
|
B:Particle_VanillaAndWeatherOnly=false
|
|
D:Precipitation_Particle_effect_rate=0.7
|
|
D:Sandstorm_Particle_Debris_effect_rate=0.6
|
|
D:Sandstorm_Particle_Dust_effect_rate=0.6
|
|
|
|
# Currently used for rates of leaf, waterfall, and fire particles
|
|
D:Wind_Particle_effect_rate=0.7
|
|
B:Wind_Particle_fire=true
|
|
B:Wind_Particle_leafs=true
|
|
B:Wind_Particle_waterfall=true
|
|
}
|
|
|
|
|