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

small fixes

This commit is contained in:
HybridDog
2015-03-06 19:40:51 +01:00
parent de76f5dc62
commit b9e93a8b58
3 changed files with 5 additions and 4 deletions

View File

@ -228,6 +228,7 @@ minetest.register_node("snow:star_lit", {
-- Moss
minetest.register_node("snow:moss", {
description = "Moss",
inventory_image = "snow_moss.png",
tiles = {"snow_moss.png"},
drawtype = "signlike",
paramtype = "light",