rename bamboo.png to bamboo_trunk.png to avoid youngtrees conflict
This commit is contained in:
parent
0eb5854067
commit
ebfeb42159
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
6
wood.lua
6
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,
|
||||
|
Loading…
Reference in New Issue
Block a user