From d59055dd2b1a03449ff11318a2f210d37dd7e76a Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Fri, 25 Jul 2014 16:38:40 +0200
Subject: [PATCH] Audible siren to warn of reactor meltdown

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

diff --git a/technic/machines/HV/cables.lua b/technic/machines/HV/cables.lua
index 288965f..25297c8 100644
--- a/technic/machines/HV/cables.lua
+++ b/technic/machines/HV/cables.lua
@@ -2,9 +2,9 @@
 minetest.register_craft({
 	output = 'technic:hv_cable0 3',
 	recipe = {
-		{'technic:rubber',    'technic:rubber',    'technic:rubber'},
-		{'technic:mv_cable0', 'technic:mv_cable0', 'technic:mv_cable0'},
-		{'technic:rubber',    'technic:rubber',    'technic:rubber'},
+		{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
+		{'technic:mv_cable0',          'technic:mv_cable0',          'technic:mv_cable0'},
+		{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
 	}
 }) 
 

--
Gitblit v1.8.0