remove crafts
This commit is contained in:
@@ -101,20 +101,3 @@ minetest.register_node("digistuff:card_reader",{
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digistuff:card",
|
||||
recipe = {
|
||||
{"basic_materials:plastic_sheet",},
|
||||
{"default:iron_lump",},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digistuff:card_reader",
|
||||
recipe = {
|
||||
{"basic_materials:plastic_sheet","basic_materials:plastic_sheet","digilines:wire_std_00000000",},
|
||||
{"basic_materials:plastic_sheet","basic_materials:copper_wire","mesecons_luacontroller:luacontroller0000",},
|
||||
{"basic_materials:plastic_sheet","basic_materials:plastic_sheet","",},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user