mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-20 09:00:32 +01:00
add water to the interior of the well base
This commit is contained in:
parent
2981890e6d
commit
d494b85b83
@ -945,7 +945,10 @@ minetest.register_node("homedecor:cobweb", {
|
||||
})
|
||||
|
||||
minetest.register_node("homedecor:well_base", {
|
||||
tiles = { "default_cobble.png" },
|
||||
tiles = {
|
||||
"homedecor_well_base_top.png",
|
||||
"default_cobble.png"
|
||||
},
|
||||
inventory_image = "homedecor_well_inv.png",
|
||||
description = "Water well",
|
||||
drawtype = "nodebox",
|
||||
@ -971,6 +974,7 @@ minetest.register_node("homedecor:well_base", {
|
||||
{0.3125, -0.5, 0.3125, 0.4375, -0.3125, 0.4375}, -- NodeBox14
|
||||
{-0.4375, -0.5, 0.3125, -0.3125, -0.3125, 0.4375}, -- NodeBox15
|
||||
{-0.4375, -0.5, -0.4375, -0.3125, -0.3125, -0.3125}, -- NodeBox16
|
||||
{-0.3125, -0.5, -0.3125, 0.3125, 0, 0.3125}, -- NodeBox17
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
|
BIN
homedecor/textures/homedecor_well_base_top.png
Normal file
BIN
homedecor/textures/homedecor_well_base_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
Loading…
Reference in New Issue
Block a user