forked from nalc/homedecor_modpack
Add wine rack
This commit is contained in:
parent
05bca18407
commit
ca4fa4061d
|
@ -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(),
|
||||
})
|
||||
|
||||
|
|
3133
homedecor/models/homedecor_wine_rack.obj
Normal file
3133
homedecor/models/homedecor_wine_rack.obj
Normal file
File diff suppressed because it is too large
Load Diff
BIN
homedecor/textures/homedecor_wine_rack.png
Normal file
BIN
homedecor/textures/homedecor_wine_rack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
BIN
homedecor/textures/homedecor_wine_rack_inv.png
Normal file
BIN
homedecor/textures/homedecor_wine_rack_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
Loading…
Reference in New Issue
Block a user