This commit is contained in:
HybridDog 2015-05-29 12:08:49 +02:00
parent 7896bacadc
commit c83a32d8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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