Modify snowfall abm.

This commit is contained in:
Splizard 2012-12-19 17:53:33 +13:00
parent 2ae3e27248
commit 6109a4946f
1 changed files with 1 additions and 1 deletions

View File

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