mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +01:00
recipe activated
This commit is contained in:
parent
3719bb6071
commit
7bdd7fcf3f
@ -419,14 +419,14 @@ minetest.register_node("smartline:controller2", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
--minetest.register_craft({
|
minetest.register_craft({
|
||||||
-- output = "smartline:controller2",
|
output = "smartline:controller2",
|
||||||
-- recipe = {
|
recipe = {
|
||||||
-- {"", "default:mese_crystal", ""},
|
{"", "default:mese_crystal", ""},
|
||||||
-- {"dye:blue", "default:copper_ingot", "tubelib:wlanchip"},
|
{"dye:blue", "default:copper_ingot", "tubelib:wlanchip"},
|
||||||
-- {"", "default:mese_crystal", ""},
|
{"", "default:mese_crystal", ""},
|
||||||
-- },
|
},
|
||||||
--})
|
})
|
||||||
|
|
||||||
-- write inputs from remote nodes
|
-- write inputs from remote nodes
|
||||||
local function set_input(pos, own_number, rmt_number, val)
|
local function set_input(pos, own_number, rmt_number, val)
|
||||||
|
Loading…
Reference in New Issue
Block a user