remove crafts
This commit is contained in:
@@ -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",""}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user