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.
This commit is contained in:
parent
0c95ddbfde
commit
4c8fbf11ba
@ -109,14 +109,17 @@ minetest.register_node("bushes:bushbranches2", {
|
|||||||
"BlockBranch1Lsm.png",
|
"BlockBranch1Lsm.png",
|
||||||
"BlockBranch1Rsm.png",
|
"BlockBranch1Rsm.png",
|
||||||
"BlockBranch1Rsm.png",
|
"BlockBranch1Rsm.png",
|
||||||
"blank.png"
|
"BushBranches1sm5.png"
|
||||||
},
|
},
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.137748,-0.491944,-0.492210,0.125000,-0.179444,0.007790}, --NodeBox 1
|
--{-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.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.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 = {
|
selection_box = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user