@@ -108,6 +108,15 @@ minetest.register_craft({
108
108
}
109
109
})
110
110
111
+ minetest .register_craft ({
112
+ output = ' mesecons_detector:object_detector_off' ,
113
+ recipe = {
114
+ {" default:steel_ingot" , " default:steel_ingot" , " default:steel_ingot" },
115
+ {" default:steel_ingot" , " mesecons_microcontroller:microcontroller0000" , " default:steel_ingot" },
116
+ {" default:steel_ingot" , " group:mesecon_conductor_craftable" , " default:steel_ingot" },
117
+ }
118
+ })
119
+
111
120
minetest .register_abm ({
112
121
nodenames = {" mesecons_detector:object_detector_off" },
113
122
interval = 1 ,
@@ -270,6 +279,15 @@ minetest.register_craft({
270
279
}
271
280
})
272
281
282
+ minetest .register_craft ({
283
+ output = ' mesecons_detector:node_detector_off' ,
284
+ recipe = {
285
+ {" default:steel_ingot" , " group:mesecon_conductor_craftable" , " default:steel_ingot" },
286
+ {" default:steel_ingot" , " mesecons_microcontroller:microcontroller0000" , " default:steel_ingot" },
287
+ {" default:steel_ingot" , " default:steel_ingot" , " default:steel_ingot" },
288
+ }
289
+ })
290
+
273
291
minetest .register_abm ({
274
292
nodenames = {" mesecons_detector:node_detector_off" },
275
293
interval = 1 ,
0 commit comments