mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
Added inventory images for some of the smaller items.
This commit is contained in:
parent
67d8bbebc9
commit
c293441426
@ -75,6 +75,7 @@ minetest.register_node("homedecor:sink", {
|
||||
"forniture_marble_sb1.png", "forniture_marble_sb1.png",
|
||||
"forniture_marble_sb2.png", "forniture_marble_sb2.png",
|
||||
},
|
||||
inventory_image="3dforniture_inv_sink.png",
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
@ -108,6 +109,7 @@ minetest.register_node("homedecor:taps", {
|
||||
"forniture_metal_s1.png", "forniture_metal_s1.png",
|
||||
"forniture_metal_s2.png", "forniture_metal_s2.png",
|
||||
},
|
||||
inventory_image="3dforniture_inv_taps.png",
|
||||
drawtype = "nodebox",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
@ -179,6 +181,7 @@ minetest.register_node("homedecor:shower_head", {
|
||||
"forniture_metal_s2.png",
|
||||
"forniture_metal_s2.png",
|
||||
},
|
||||
inventory_image="3dforniture_inv_shower_head.png",
|
||||
drawtype = "nodebox",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
|
@ -70,6 +70,7 @@ minetest.register_node("homedecor:chains", {
|
||||
"forniture_black_metal_s2.png",
|
||||
"forniture_black_metal_s2.png",
|
||||
},
|
||||
inventory_image="3dforniture_inv_chains.png",
|
||||
drawtype = "nodebox",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
@ -150,6 +151,7 @@ minetest.register_node("homedecor:torch_wall", {
|
||||
},
|
||||
},
|
||||
},
|
||||
inventory_image="3dforniture_inv_torch_wall.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
|
BIN
textures/3dforniture_inv_chains.png
Normal file
BIN
textures/3dforniture_inv_chains.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
textures/3dforniture_inv_shower_head.png
Normal file
BIN
textures/3dforniture_inv_shower_head.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/3dforniture_inv_sink.png
Normal file
BIN
textures/3dforniture_inv_sink.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
textures/3dforniture_inv_taps.png
Normal file
BIN
textures/3dforniture_inv_taps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
textures/3dforniture_inv_torch_wall.png
Normal file
BIN
textures/3dforniture_inv_torch_wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue
Block a user