mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-11 12:50:21 +01:00
Add calendar
Add calendar : https://cdn.mediacru.sh/ncpwQE94MO7N.png Texture : http://mamadou3.free.fr/homedecor_calendar.png
This commit is contained in:
parent
af3b4780d4
commit
b848b0c286
|
@ -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(),
|
||||
})
|
||||
|
|
BIN
homedecor/textures/homedecor_calendar.png
Normal file
BIN
homedecor/textures/homedecor_calendar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
Loading…
Reference in New Issue
Block a user