1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-18 16:30:31 +02:00

Improve snow and rain performance, nerf block update speed

This commit is contained in:
Till Affeldt
2020-04-25 15:50:45 +02:00
parent 084ee8c9f5
commit acab95402a
76 changed files with 89 additions and 58 deletions

View File

@ -60,8 +60,8 @@ climate_api.register_abm({
"group:coverable_by_snow"
},
neighbors = { "air" },
interval = 15,
chance = 30,
interval = 25,
chance = 40,
catch_up = false,
conditions = {
@ -95,8 +95,9 @@ climate_api.register_abm({
"group:plant",
"group:regional_weather_snow_cover"
},
interval = 15,
chance = 25,
neighbors = { "air" },
interval = 25,
chance = 30,
catch_up = false,
conditions = {
@ -120,7 +121,7 @@ climate_api.register_abm({
climate_api.register_abm({
label = "melt snow covers",
nodenames = { "group:regional_weather_snow_cover" },
interval = 15,
interval = 25,
chance = 10,
catch_up = true,