Add inventory/wield image for walking light (for debug)

master
Wuzzy 2020-04-18 19:35:04 +02:00
parent 9b74b1c525
commit 06cbcbbf7a
2 changed files with 2 additions and 0 deletions

View File

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