remove crafts

This commit is contained in:
2022-08-13 09:00:03 +02:00
parent bf6a5ab0ee
commit ff32d01fd2
20 changed files with 5 additions and 277 deletions
-8
View File
@@ -84,11 +84,3 @@ minetest.register_node("digistuff:heatsink_onic", {
paramtype = "light",
sunlight_propagates = true,
})
minetest.register_craft({
output = "digistuff:heatsink",
recipe = {
{"basic_materials:steel_strip","basic_materials:steel_strip","basic_materials:steel_strip"},
{"","default:steel_ingot",""}
}
})