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

add infomessage to the snow chatcommand, add a bit light to the lit star texture and allow en- and disabling snowfall ingame

This commit is contained in:
HybridDog
2015-05-26 20:37:57 +02:00
parent c0b40b5cbf
commit 062a451bc7
5 changed files with 146 additions and 127 deletions

View File

@ -159,6 +159,7 @@ minetest.register_chatcommand("snow", {
description = "Show a menu for various actions",
privs = {server=true},
func = function(name)
minetest.chat_send_player(name, "Showing snow menu…")
minetest.show_formspec(name, "snow:menu", get_formspec())
end,
})