summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShadowNinja <noreply@gmail.com>2013-07-12 20:32:38 -0400
committerShadowNinja <noreply@gmail.com>2013-07-12 20:32:38 -0400
commit57cd394773fcd95d296d7ee02e2ade3d62485be5 (patch)
treeb50f6839798dcb9a56825366ceca1b5e2aa06cdb
parent1f4c621ffcd22334026c4b109f1b399327c01260 (diff)
Gigh -> High
-rw-r--r--technic/machines/hv/wires.lua2
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 @@ if z2==1 then temp_z2=str_z2 end
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(),