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:
@ -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
|
||||
|
Reference in New Issue
Block a user