1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2024-09-21 19:50:18 +02:00

Don't snow on desert sand.

This commit is contained in:
Splizard 2013-02-10 12:31:11 +13:00
parent 8d9b847d74
commit 80190d334e

View File

@ -544,7 +544,7 @@ if snow.enable_snowfall then
--Regenerate Snow
minetest.register_abm({
nodenames = {"default:dirt_with_grass", "default:desert_sand", "snow:moss"},
nodenames = {"default:dirt_with_grass", "snow:moss"},
interval = 50,
chance = 150,
action = function(pos, node, active_object_count, active_object_count_wider)