fix issue #2 stick not visible

This commit is contained in:
adrido 2015-04-23 18:27:18 +02:00
parent 0ec53cee18
commit 55255c0881
1 changed files with 2 additions and 2 deletions

View File

@ -581,8 +581,8 @@ minetest.register_node(":default:stick", {
drawtype = "torchlike",
--tiles = {"default_torch_on_floor.png", "default_torch_on_ceiling.png", "default_torch.png"},
tiles = {"side_stick.png"},
inventory_image = "default_stick.png",
wield_image = "default_stick.png",
inventory_image = "side_stick.png",
wield_image = "side_stick.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,