From a42299d668e9890fde7e086f690e379a96e3d6e0 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Wed, 12 Sep 2012 02:37:46 +0200
Subject: [PATCH] Changed recipe for sonic screwdriver

---
 items.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/items.lua b/items.lua
index e026ae9..f61fd6a 100644
--- a/items.lua
+++ b/items.lua
@@ -11,7 +11,7 @@
 })
 
 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'},

--
Gitblit v1.8.0