recipe activated

This commit is contained in:
Joachim Stolberg 2018-08-29 12:30:31 +02:00 committed by GitHub
parent 3719bb6071
commit 7bdd7fcf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)