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

@@ -38,13 +38,6 @@ local torch_get_input_rules = function(node)
return rotate_torch_rules(rules, node.param2)
end
minetest.register_craft({
output = "mesecons_torch:mesecon_torch_on 4",
recipe = {
{"group:mesecon_conductor_craftable"},
{"group:stick"},}
})
local torch_selectionbox =
{
type = "wallmounted",