From 582f94952a706f8d03ecfb7ba79fe84a66c4c871 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 11 Sep 2012 18:47:09 +0200 Subject: Added Mining Drill --- items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items.lua') diff --git a/items.lua b/items.lua index e026ae9..f61fd6a 100644 --- a/items.lua +++ b/items.lua @@ -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'}, -- cgit v1.2.3