recipe
This commit is contained in:
parent
b5b9527658
commit
d4e5fa3333
@ -115,4 +115,13 @@ minetest.register_node(":streets:streetlamp_basic_top_on",{
|
||||
minetest.remove_node({x = pos.x, y = pos.y - 1, z = pos.z})
|
||||
minetest.remove_node({x = pos.x, y = pos.y - 2, z = pos.z})
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "streets:streetlamp_basic_bottom",
|
||||
recipe = {
|
||||
{"","default:torch",""},
|
||||
{"","default:stick",""},
|
||||
{"","default:stick",""}
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user