1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2024-09-27 14:30:20 +02:00

Change snowfall abm parameters.

This commit is contained in:
Splizard 2012-12-18 14:52:30 +13:00
parent 827fdcbf50
commit 040e8d2354

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