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

@@ -94,12 +94,3 @@ nodenames = {"mesecons_hydroturbine:hydro_turbine_on"},
end,
})
minetest.register_craft({
output = "mesecons_hydroturbine:hydro_turbine_off 2",
recipe = {
{"","grup:stick", ""},
{"group:stick", "mesecons_gamecompat:steel_ingot", "group:stick"},
{"","group:stick", ""},
}
})