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