Lower chances for snow cleanup ABM

This commit is contained in:
Wuzzy 2017-04-01 07:30:40 +02:00
parent 415f981d71
commit a977aca40e
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ minetest.register_abm({
nodenames = {"mcl_core:dirt_with_grass_snow", "mcl_core:podzol_snow", "mcl_core:mycelium_snow"},
neighbors = {"air"},
interval = 68.1,
chance = 2,
chance = 18,
action = function(pos, node)
if pos == nil then
return