remove crafts

This commit is contained in:
2022-08-13 08:59:34 +02:00
parent 4ee9564095
commit a14680c71e
30 changed files with 6 additions and 416 deletions

View File

@@ -26,11 +26,3 @@ mesecon.register_node("mesecons_switch:mesecon_switch", {
"mesecons_switch_side.png", "mesecons_switch_on.png"},
mesecons = {receptor = { state = mesecon.state.on }}
})
minetest.register_craft({
output = "mesecons_switch:mesecon_switch_off 2",
recipe = {
{"mesecons_gamecompat:steel_ingot", "mesecons_gamecompat:cobble", "mesecons_gamecompat:steel_ingot"},
{"group:mesecon_conductor_craftable","", "group:mesecon_conductor_craftable"},
}
})