From 2d7f750d9a734e2c84cc1ee14746a4ee2f8757e6 Mon Sep 17 00:00:00 2001
From: hdastwb <hdastwb@hdastwb.heliohost.org>
Date: Wed, 24 Jul 2013 03:43:36 +0200
Subject: [PATCH] fixed a condition with mv machines so as to not power down machines with stuff to grind/smelt but nothing to tube out

---
 technic/machines/hv/wires.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/machines/hv/wires.lua b/technic/machines/hv/wires.lua
index b2c9834..47f714d 100644
--- a/technic/machines/hv/wires.lua
+++ b/technic/machines/hv/wires.lua
@@ -92,7 +92,7 @@
 
 
 minetest.register_node("technic:hv_cable"..count, {
-	description = "Gigh Voltage Copper Cable",
+	description = "High Voltage Copper Cable",
 	tiles = {"technic_hv_cable.png"},
 	groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,not_in_creative_inventory=1},
 	sounds = default.node_sound_wood_defaults(),

--
Gitblit v1.8.0