diff --git a/smartline/icta/controller.lua b/smartline/icta/controller.lua index a885b01..476159b 100644 --- a/smartline/icta/controller.lua +++ b/smartline/icta/controller.lua @@ -419,14 +419,14 @@ minetest.register_node("smartline:controller2", { }) ---minetest.register_craft({ --- output = "smartline:controller2", --- recipe = { --- {"", "default:mese_crystal", ""}, --- {"dye:blue", "default:copper_ingot", "tubelib:wlanchip"}, --- {"", "default:mese_crystal", ""}, --- }, ---}) +minetest.register_craft({ + output = "smartline:controller2", + recipe = { + {"", "default:mese_crystal", ""}, + {"dye:blue", "default:copper_ingot", "tubelib:wlanchip"}, + {"", "default:mese_crystal", ""}, + }, +}) -- write inputs from remote nodes local function set_input(pos, own_number, rmt_number, val)