remove crafts

This commit is contained in:
2022-08-13 09:00:39 +02:00
parent a67177f4e2
commit fc6c9d1ad1
3 changed files with 1 additions and 30 deletions
-9
View File
@@ -55,15 +55,6 @@ function digilines.receptor_send(pos, rules, channel, msg)
end
end
minetest.register_craft({
output = 'digilines:wire_std_00000000 2',
recipe = {
{'mesecons_materials:fiber', 'mesecons_materials:fiber', 'mesecons_materials:fiber'},
{'mesecons_insulated:insulated_off', 'mesecons_insulated:insulated_off', 'default:gold_ingot'},
{'mesecons_materials:fiber', 'mesecons_materials:fiber', 'mesecons_materials:fiber'},
}
})
if minetest.settings:get_bool("digilines_enable_lcd", true) ~= false then
dofile(modpath .. "/lcd.lua")
end