diff --git a/furniture_bathroom.lua b/furniture_bathroom.lua index 46d75f38..aede3ff1 100644 --- a/furniture_bathroom.lua +++ b/furniture_bathroom.lua @@ -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", diff --git a/furniture_medieval.lua b/furniture_medieval.lua index c039993c..9eebd8cd 100644 --- a/furniture_medieval.lua +++ b/furniture_medieval.lua @@ -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 = { diff --git a/textures/3dforniture_inv_chains.png b/textures/3dforniture_inv_chains.png new file mode 100644 index 00000000..4eec9549 Binary files /dev/null and b/textures/3dforniture_inv_chains.png differ diff --git a/textures/3dforniture_inv_shower_head.png b/textures/3dforniture_inv_shower_head.png new file mode 100644 index 00000000..c28bc533 Binary files /dev/null and b/textures/3dforniture_inv_shower_head.png differ diff --git a/textures/3dforniture_inv_sink.png b/textures/3dforniture_inv_sink.png new file mode 100644 index 00000000..c542b670 Binary files /dev/null and b/textures/3dforniture_inv_sink.png differ diff --git a/textures/3dforniture_inv_taps.png b/textures/3dforniture_inv_taps.png new file mode 100644 index 00000000..5d19ac8d Binary files /dev/null and b/textures/3dforniture_inv_taps.png differ diff --git a/textures/3dforniture_inv_torch_wall.png b/textures/3dforniture_inv_torch_wall.png new file mode 100644 index 00000000..34e9eb8f Binary files /dev/null and b/textures/3dforniture_inv_torch_wall.png differ