| | |
| | | output = 'technic:geothermal', |
| | | recipe = { |
| | | {'default:stone', 'default:stone', 'default:stone'}, |
| | | {'moreores:copper_ingot', 'technic:diamond', 'moreores:copper_ingot'}, |
| | | {'default:stone', 'moreores:copper_ingot', 'default:stone'}, |
| | | {'default:copper_ingot', 'default:diamond', 'default:copper_ingot'}, |
| | | {'default:stone', 'default:copper_ingot', 'default:stone'}, |
| | | } |
| | | }) |
| | | |
| | |
| | | minetest.register_craft({ |
| | | output = "technic:sonic_screwdriver", |
| | | recipe = { |
| | | {"technic:diamond"}, |
| | | {"default:diamond"}, |
| | | {"technic:battery"}, |
| | | {"technic:stainless_steel_ingot"} |
| | | } |