Files
2026-05-07 21:38:27 +03:00

19 lines
822 B
TOML

#General mod settings
[general]
#Adjust amount of precipitation based particles, works as a multiplier
# Default: 0.7
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
Precipitation_Particle_effect_rate = 0.7
#Adjust amount of all weather2 based particles, works as a multiplier
# Default: 1.0
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
Particle_effect_rate = 1.0
#If true, uses vanilla rain/snow non particle precipitation
Particle_vanilla_precipitation = false
#If set to false, particles are spawned in using the vanilla particle renderer, may cause issues, performance seems worse
Particle_engine_weather2 = true
#Extra flying block particles to spawn when the tornado rips up a block
# Default: 2
# Range: > -2147483648
Particle_Tornado_extraParticleCubes = 2