mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-01-09 16:00:19 +01:00
🐈
This commit is contained in:
parent
7896bacadc
commit
c83a32d8ec
@ -56,7 +56,7 @@ minetest.register_node("weather:snow_cover", {
|
||||
minetest.register_abm({
|
||||
nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"},
|
||||
neighbors = {"default:air"},
|
||||
interval = 10.0,
|
||||
interval = 10.0,
|
||||
chance = 80,
|
||||
action = function (pos, node, active_object_count, active_object_count_wider)
|
||||
if weather == "snow" then
|
||||
|
Loading…
Reference in New Issue
Block a user