forked from Wuzzy/realtest_mt5
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", {
|
minetest.register_node("walking_light:light", {
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
|
inventory_image = "walking_light_inv.png",
|
||||||
|
wield_image = "walking_light_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 182 B |
Loading…
Reference in New Issue