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

@ -25,8 +25,8 @@ climate_api.register_abm({
label = "freeze river water",
nodenames = { "default:river_water_source" },
neighbors = { "air" },
interval = 10,
chance = 2,
interval = 25,
chance = 3,
catch_up = false,
conditions = {
@ -44,8 +44,7 @@ climate_api.register_abm({
climate_api.register_abm({
label = "unfreeze river water",
nodenames = { BLOCK_NAME },
neighbors = { "air" },
interval = 15,
interval = 25,
chance = 4,
catch_up = true,