summaryrefslogtreecommitdiff
path: root/streetlamps
diff options
context:
space:
mode:
Diffstat (limited to 'streetlamps')
-rw-r--r--streetlamps/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/streetlamps/init.lua b/streetlamps/init.lua
index c7097f9..fa99824 100644
--- a/streetlamps/init.lua
+++ b/streetlamps/init.lua
@@ -121,8 +121,8 @@ minetest.register_node(":streets:streetlamp_basic_top_on",{
minetest.register_craft({
output = "streets:streetlamp_basic_bottom",
recipe = {
- {"","default:torch",""},
- {"","default:stick",""},
- {"","default:stick",""}
+ {"default:glass","default:torch","default:glass"},
+ {"","streets:bigpole",""},
+ {"","streets:bigpole",""}
}
-}) \ No newline at end of file
+})