Add inventory/wield image for walking light (for debug)
This commit is contained in:
parent
9b74b1c525
commit
06cbcbbf7a
|
@ -101,6 +101,8 @@ end)
|
|||
|
||||
minetest.register_node("walking_light:light", {
|
||||
drawtype = "airlike",
|
||||
inventory_image = "walking_light_inv.png",
|
||||
wield_image = "walking_light_inv.png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
is_ground_content = true,
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 182 B |
Reference in New Issue