1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-06-30 15:20:20 +02:00

fix deprecated messages

M  depends.txt
M  src/mapgen.lua
M  src/nodes.lua
This commit is contained in:
HybridDog
2016-07-31 18:32:49 +02:00
parent 850e5d9d33
commit a5ae53fbeb
3 changed files with 16 additions and 19 deletions

View File

@ -60,13 +60,10 @@ end)
--Christmas easter egg
minetest.register_on_mapgen_init( function()
if rawget(_G, "skins") then
skins.add("character_snow_man")
end
-- Christmas egg
if minetest.global_exists"skins" then
skins.add"character_snow_man"
end
)
-- Decorated Pine Leaves