mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-05 07:03:46 +01:00
recipe bug fixed
This commit is contained in:
parent
db819ea1af
commit
27dcc64e8c
@ -441,7 +441,7 @@ minetest.register_node("sl_controller:controller", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "sl_controller:controller",
|
output = "sl_controller:controller",
|
||||||
recipe = {"smartline:controller"}
|
recipe = {"smartline:controller2"}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- write inputs from remote nodes
|
-- write inputs from remote nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user