rename bamboo.png to bamboo_trunk.png to avoid youngtrees conflict

This commit is contained in:
tenplus1 2021-04-02 18:51:10 +01:00
parent 0eb5854067
commit ebfeb42159
2 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

@ -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,