mirror of
https://bitbucket.org/kingarthursteam/christmas_craft.git
synced 2024-12-22 16:50:18 +01:00
fix issue #2 stick not visible
This commit is contained in:
parent
0ec53cee18
commit
55255c0881
4
init.lua
4
init.lua
@ -581,8 +581,8 @@ minetest.register_node(":default:stick", {
|
|||||||
drawtype = "torchlike",
|
drawtype = "torchlike",
|
||||||
--tiles = {"default_torch_on_floor.png", "default_torch_on_ceiling.png", "default_torch.png"},
|
--tiles = {"default_torch_on_floor.png", "default_torch_on_ceiling.png", "default_torch.png"},
|
||||||
tiles = {"side_stick.png"},
|
tiles = {"side_stick.png"},
|
||||||
inventory_image = "default_stick.png",
|
inventory_image = "side_stick.png",
|
||||||
wield_image = "default_stick.png",
|
wield_image = "side_stick.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user