diff --git a/bushes/init.lua b/bushes/init.lua index b425c58..056a352 100644 --- a/bushes/init.lua +++ b/bushes/init.lua @@ -16,7 +16,7 @@ "BushBranches1sm5.png", "BushBranches1sm5.png", "BushBranches1sm5.png", - "blank.png" + "BushBranches1sm5.png" }, node_box = { type = "fixed", diff --git a/trunks/nodes.lua b/trunks/nodes.lua index 7496a1a..5a3af31 100644 --- a/trunks/nodes.lua +++ b/trunks/nodes.lua @@ -5,7 +5,7 @@ minetest.register_alias("trunks:twig", "trunks:twig_1") local flat_stick = {-1/2, -1/2, -1/2, 1/2, -7/16, 1/2} -local NoDe = { {1}, {2}, {3} } +local NoDe = { {1}, {2}, {3}, {4} } for i in pairs(NoDe) do local NR = NoDe[i][1] diff --git a/trunks/textures/comboSticks.png b/trunks/textures/comboSticks.png new file mode 100644 index 0000000..ca5eb14 Binary files /dev/null and b/trunks/textures/comboSticks.png differ diff --git a/trunks/textures/trunks_twig_1.png b/trunks/textures/trunks_twig_1.png index bebb38b..3389cd0 100644 Binary files a/trunks/textures/trunks_twig_1.png and b/trunks/textures/trunks_twig_1.png differ diff --git a/trunks/textures/trunks_twig_1o.png b/trunks/textures/trunks_twig_1o.png new file mode 100644 index 0000000..e4bc9f5 Binary files /dev/null and b/trunks/textures/trunks_twig_1o.png differ diff --git a/trunks/textures/trunks_twig_2.png b/trunks/textures/trunks_twig_2.png index 4700b65..11687dd 100644 Binary files a/trunks/textures/trunks_twig_2.png and b/trunks/textures/trunks_twig_2.png differ diff --git a/trunks/textures/trunks_twig_2o.png b/trunks/textures/trunks_twig_2o.png new file mode 100644 index 0000000..f5c3a32 Binary files /dev/null and b/trunks/textures/trunks_twig_2o.png differ diff --git a/trunks/textures/trunks_twig_3.png b/trunks/textures/trunks_twig_3.png index 045c3c2..54c9dce 100644 Binary files a/trunks/textures/trunks_twig_3.png and b/trunks/textures/trunks_twig_3.png differ diff --git a/trunks/textures/trunks_twig_3o.png b/trunks/textures/trunks_twig_3o.png new file mode 100644 index 0000000..752003e Binary files /dev/null and b/trunks/textures/trunks_twig_3o.png differ diff --git a/trunks/textures/trunks_twig_4.png b/trunks/textures/trunks_twig_4.png new file mode 100644 index 0000000..cc67ee6 Binary files /dev/null and b/trunks/textures/trunks_twig_4.png differ