summaryrefslogtreecommitdiff
path: root/streetlamps/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'streetlamps/init.lua')
-rw-r--r--streetlamps/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/streetlamps/init.lua b/streetlamps/init.lua
index 597dd54..a139104 100644
--- a/streetlamps/init.lua
+++ b/streetlamps/init.lua
@@ -43,6 +43,7 @@ minetest.register_node(":streets:streetlamp_basic_bottom",{
drop = "",
description = "Street lamp",
tiles = {"streets_lamps_basic_bottom.png"},
+ inventory_image = "streets_lamps_basi_inv.png",
groups = {cracky = 1},
paramtype = "light",
drawtype = "nodebox",