From 4f1a44a80b5522db60125f3018c0ce80fbb9e3b4 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Mon, 03 Jun 2013 23:42:44 +0200
Subject: [PATCH] Removing ununsed textures. Added more safety to item_drop to get around a fatal server halt issue.

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

diff --git a/technic/water_mill.lua b/technic/water_mill.lua
index 596dcd1..52966ed 100644
--- a/technic/water_mill.lua
+++ b/technic/water_mill.lua
@@ -4,7 +4,7 @@
 	output = 'technic:water_mill',
 	recipe = {
 		{'default:stone', 'default:stone', 'default:stone'},
-		{'default:wood', 'technic:diamond', 'default:wood'},
+		{'default:wood', 'default:diamond', 'default:wood'},
 		{'default:stone', 'moreores:copper_ingot', 'default:stone'},
 	}
 })
@@ -127,5 +127,5 @@
 return 0
 end
 
-register_LV_machine ("technic:watermill","PR")
-register_LV_machine ("technic:watermill_active","PR")
+register_LV_machine ("technic:water_mill","PR")
+register_LV_machine ("technic:water_mill_active","PR")

--
Gitblit v1.8.0