Add wine rack

This commit is contained in:
Vanessa Ezekowitz 2015-01-02 00:39:04 -05:00
parent 05bca18407
commit ca4fa4061d
4 changed files with 3145 additions and 0 deletions

View File

@ -1955,3 +1955,15 @@ minetest.register_node("homedecor:desk_globe", {
sounds = default.node_sound_defaults(),
})
minetest.register_node("homedecor:wine_rack", {
description = "Wine Rack",
drawtype = "mesh",
mesh = "homedecor_wine_rack.obj",
tiles = {"homedecor_wine_rack.png"},
inventory_image = "homedecor_wine_rack_inv.png",
paramtype = "light",
paramtype2 = "facedir",
groups = {choppy=2,dig_immediate=2,attached_node=1},
sounds = default.node_sound_defaults(),
})

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB