mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-18 08:20:28 +02:00
Improve snow and rain performance, nerf block update speed
This commit is contained in:
@ -4,6 +4,7 @@ if not minetest.get_modpath("fire") then return end
|
||||
climate_api.register_abm({
|
||||
label = "extinguish fire at high humidity",
|
||||
nodenames = { "fire:basic_flame" },
|
||||
neighbors = { "air" },
|
||||
interval = 10,
|
||||
chance = 2,
|
||||
catch_up = false,
|
||||
|
Reference in New Issue
Block a user