Bush Nodeboxes now branch OUTWARD & side texture added

Bushes Initially the stacked nodeboxes of side nodes were branching
inward, causing the bottoms to be chopped off.  They now branch outward.
Also the side texture used to be blank, now it is not.
master
Glenn Engelbart 2013-10-03 21:32:56 -05:00
parent 0c95ddbfde
commit 4c8fbf11ba
1 changed files with 7 additions and 4 deletions

View File

@ -109,14 +109,17 @@ minetest.register_node("bushes:bushbranches2", {
"BlockBranch1Lsm.png",
"BlockBranch1Rsm.png",
"BlockBranch1Rsm.png",
"blank.png"
"BushBranches1sm5.png"
},
node_box = {
type = "fixed",
fixed = {
{-0.137748,-0.491944,-0.492210,0.125000,-0.179444,0.007790}, --NodeBox 1
{-0.262748,-0.185995,-0.489731,0.237252,0.126505,0.260269}, --NodeBox 2
{-0.500000,0.125000,-0.500000,0.500000,0.500000,0.500000}, --NodeBox 3
--{-0.137748,-0.491944,-0.492210,0.125000,-0.179444,0.007790}, --NodeBox 1
--{-0.262748,-0.185995,-0.489731,0.237252,0.126505,0.260269}, --NodeBox 2
--{-0.500000,0.125000,-0.500000,0.500000,0.500000,0.500000}, --NodeBox 3
{0.137748,-0.491944,0.5,-0.125000,-0.179444,-0.007790}, --NodeBox 1
{0.262748,-0.185995,0.5,-0.237252,0.126505,-0.260269}, --NodeBox 2
{0.500000,0.125000,0.500000,-0.500000,0.500000,-0.500000}, --NodeBox 3
},
},
selection_box = {