From b001a679799bdc7d08eabcd1300271d0e1357b0a Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 13 Aug 2014 20:07:53 +0200
Subject: [PATCH] Administrative world anchor

---
 technic/machines/LV/compressor.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/technic/machines/LV/compressor.lua b/technic/machines/LV/compressor.lua
index 11bf16d..e2bde40 100644
--- a/technic/machines/LV/compressor.lua
+++ b/technic/machines/LV/compressor.lua
@@ -4,9 +4,9 @@
 minetest.register_craft({
 	output = 'technic:lv_compressor',
 	recipe = {
-		{'default:stone',	'default:stone',	'default:stone'},
-		{'mesecons:piston',	'technic:motor',	'mesecons:piston'},
-		{'default:stone',	'technic:lv_cable0',	'default:stone'},
+		{'default:stone',		'technic:motor',		'default:stone'},
+		{'mesecons:piston',		'technic:machine_casing',	'mesecons:piston'},
+		{'technic:fine_silver_wire',	'technic:lv_cable0',		'technic:fine_silver_wire'},
 	}
 })
 

--
Gitblit v1.8.0