Change snowfall abm parameters.

This commit is contained in:
Splizard 2012-12-18 14:52:30 +13:00
parent 827fdcbf50
commit 040e8d2354
1 changed files with 2 additions and 2 deletions

View File

@ -443,8 +443,8 @@ if snow.enable_snowfall then
--Regenerate Snow
minetest.register_abm({
nodenames = {"default:dirt_with_grass", "default:desert_sand", "snow:moss"},
interval = 500,
chance = 150,
interval = 50,
chance = 100,
action = function(pos, node, active_object_count, active_object_count_wider)
--Check we are in the right biome
local env = minetest.env