diff --git a/textures/bamboo.png b/textures/bamboo_trunk.png similarity index 100% rename from textures/bamboo.png rename to textures/bamboo_trunk.png diff --git a/wood.lua b/wood.lua index 37c53a9..4698a71 100644 --- a/wood.lua +++ b/wood.lua @@ -266,9 +266,9 @@ minetest.register_craft({ minetest.register_node("ethereal:bamboo", { description = S("Bamboo"), drawtype = "plantlike", - tiles = {"bamboo.png"}, - inventory_image = "bamboo.png", - wield_image = "bamboo.png", + tiles = {"bamboo_trunk.png"}, + inventory_image = "bamboo_trunk.png", + wield_image = "bamboo_trunk.png", paramtype = "light", sunlight_propagates = true, walkable = true,