mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +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({
|
||||
type = "shapeless",
|
||||
output = "sl_controller:controller",
|
||||
recipe = {"smartline:controller"}
|
||||
recipe = {"smartline:controller2"}
|
||||
})
|
||||
|
||||
-- write inputs from remote nodes
|
||||
|
Loading…
Reference in New Issue
Block a user