From 4c8fbf11bab93c0097d6d230544d12a4b607b7f8 Mon Sep 17 00:00:00 2001 From: Glenn Engelbart Date: Thu, 3 Oct 2013 21:32:56 -0500 Subject: [PATCH] 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. --- bushes/init.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bushes/init.lua b/bushes/init.lua index d2637a5..b425c58 100644 --- a/bushes/init.lua +++ b/bushes/init.lua @@ -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 = {