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 = {