mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added Mining Drill
This commit is contained in:
@ -11,7 +11,7 @@ minetest.register_craftitem( "technic:doped_silicon_wafer", {
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'pipeworks:tube_000000 8',
|
||||
output = 'pipeworks:tube_000000 9',
|
||||
recipe = {
|
||||
{'technic:stainless_steel_ingot', 'default:glass', 'technic:stainless_steel_ingot'},
|
||||
{'technic:stainless_steel_ingot', 'default:glass', 'technic:stainless_steel_ingot'},
|
||||
|
Reference in New Issue
Block a user