mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 23:33:44 +01:00
recipe bug fixed
This commit is contained in:
parent
883018443e
commit
2c07ac586a
@ -112,7 +112,7 @@ minetest.register_node("tubelib_addons2:streetlamp_on", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "tubelib_addons2:streetlamp 2",
|
output = "tubelib_addons2:streetlamp 2",
|
||||||
recipe = {"ubelib_addons2:lamp", "default:steel_ingot", "default:glass"},
|
recipe = {"tubelib:lamp", "default:steel_ingot", "default:glass"},
|
||||||
})
|
})
|
||||||
|
|
||||||
--------------------------------------------------------------- tubelib
|
--------------------------------------------------------------- tubelib
|
||||||
|
Loading…
Reference in New Issue
Block a user