From 0d3127e184c094292bacc3dbf1d415fc1751718e Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Sat, 22 Sep 2012 04:21:31 +0200
Subject: [PATCH] node breaker update

---
 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