forked from nalc/homedecor_modpack
Makes the sink realistic
This commit is contained in:
parent
27a59c0716
commit
90f6061fe8
|
@ -89,11 +89,12 @@ minetest.register_node("homedecor:sink", {
|
||||||
{ -0.30, 0.45, 0.10, -0.25, 0.50, 0.40, },
|
{ -0.30, 0.45, 0.10, -0.25, 0.50, 0.40, },
|
||||||
{ 0.25, 0.45, 0.10, 0.30, 0.50, 0.40, },
|
{ 0.25, 0.45, 0.10, 0.30, 0.50, 0.40, },
|
||||||
{ -0.25, 0.45, 0.10, 0.25, 0.50, 0.15, },
|
{ -0.25, 0.45, 0.10, 0.25, 0.50, 0.15, },
|
||||||
|
{-0.1, -0.5, 0.3, 0.1, 0.4, 0.5},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.3,0.35,0.1, 0.3,0.5,0.5},
|
fixed = {-0.3,-0.5,0.1, 0.3,0.5,0.5},
|
||||||
},
|
},
|
||||||
groups = {cracky=2,},
|
groups = {cracky=2,},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user