forked from Wuzzy/realtest_mt5
Fix cactus nodebox to match texture perfectly
This commit is contained in:
parent
022df6a806
commit
097fc4f429
|
@ -307,17 +307,17 @@ minetest.register_node("default:cactus", {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.4, -0.5, -0.4, 0.4, 0.5, 0.4},
|
{-7/16, -0.5, -7/16, 7/16, 0.5, 7/16},
|
||||||
{-0.5, -0.5, 0.4, 0.5, 0.5, 0.4},
|
{-0.5, -0.5, 7/16, 0.5, 0.5, 7/16},
|
||||||
{0.4, -0.5, -0.5, 0.4, 0.5, 0.5},
|
{7/16, -0.5, -0.5, 7/16, 0.5, 0.5},
|
||||||
{-0.5, -0.5, -0.4, 0.5, 0.5, -0.4},
|
{-0.5, -0.5, -7/16, 0.5, 0.5, -7/16},
|
||||||
{-0.4, -0.5, -0.5, -0.4, 0.5, 0.5},
|
{-7/16, -0.5, -0.5, -7/16, 0.5, 0.5},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.4, -0.5, -0.4, 0.4, 0.5, 0.4},
|
{-7/16, -0.5, -7/16, 7/16, 0.5, 7/16},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue