Add calendar

Add calendar : https://cdn.mediacru.sh/ncpwQE94MO7N.png
Texture : http://mamadou3.free.fr/homedecor_calendar.png
This commit is contained in:
kilbith 2014-09-21 11:18:35 +02:00 committed by Diego Martinez
parent af3b4780d4
commit b848b0c286
2 changed files with 18 additions and 0 deletions

View File

@ -1940,3 +1940,21 @@ minetest.register_node("homedecor:book_open_"..color, {
})
end
minetest.register_node("homedecor:calendar", {
description = "Calendar",
drawtype = "signlike",
tiles = {"homedecor_calendar.png"},
inventory_image = "homedecor_calendar.png",
wield_image = "homedecor_calendar.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
selection_box = {
type = "wallmounted",
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
legacy_wallmounted = true,
sounds = default.node_sound_defaults(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B