From 9770be430d04c18f1a2db2bfd5b1ef6e02de92e3 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Thu, 04 Jul 2013 20:29:38 +0200
Subject: [PATCH] Textures. I really need help on some nice ones.

---
 technic/switching_station.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/switching_station.lua b/technic/switching_station.lua
index 7919d5e..36133fa 100644
--- a/technic/switching_station.lua
+++ b/technic/switching_station.lua
@@ -43,8 +43,8 @@
 minetest.register_node(
    "technic:switching_station",
    {description = "Switching Station",
-    tiles  = {"technic_mv_down_converter_top.png", "technic_mv_down_converter_bottom.png", "technic_mv_down_converter_side.png",
-	      "technic_mv_down_converter_side.png", "technic_mv_down_converter_side.png", "technic_mv_down_converter_side.png"},
+    tiles  = {"technic_water_mill_top_active.png", "technic_water_mill_top_active.png", "technic_water_mill_top_active.png",
+	      "technic_water_mill_top_active.png", "technic_water_mill_top_active.png", "technic_water_mill_top_active.png"},
     groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
     sounds = default.node_sound_wood_defaults(),
     drawtype = "nodebox",

--
Gitblit v1.8.0