forked from mtcontrib/minetest-mod-snow
Compare commits
2 Commits
253c7b25a9
...
master
Author | SHA1 | Date | |
---|---|---|---|
d1d6a701fb | |||
e3164a1963 |
@ -1,7 +0,0 @@
|
||||
default
|
||||
christmas_craft?
|
||||
flowers?
|
||||
stairs?
|
||||
moreblocks?
|
||||
skins?
|
||||
treecapitator?
|
4
mod.conf
4
mod.conf
@ -1 +1,5 @@
|
||||
name = snow
|
||||
title = Snow
|
||||
description = Adds snow biomes and related nodes.
|
||||
depends = default
|
||||
optional_depends = christmas_craft,flowers,stairs,moreblocks,skins,treecapitator
|
||||
|
@ -111,7 +111,7 @@ end)
|
||||
|
||||
|
||||
-- Christmas egg
|
||||
if minetest.global_exists("skins") then
|
||||
if minetest.get_modpath("skins") then
|
||||
skins.add("character_snow_man")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user