From 5e4a87b92599aa0fc9a56081209c930d08a2c3bd Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 09 Jul 2014 09:17:44 +0200
Subject: [PATCH] Rework some recipes to use more varied ingredients

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

diff --git a/technic/machines/LV/water_mill.lua b/technic/machines/LV/water_mill.lua
index 771a588..2a8bb8d 100644
--- a/technic/machines/LV/water_mill.lua
+++ b/technic/machines/LV/water_mill.lua
@@ -9,9 +9,9 @@
 minetest.register_craft({
 	output = 'technic:water_mill',
 	recipe = {
-		{'default:stone', 'default:diamond',        'default:stone'},
-		{'group:wood',    'technic:machine_casing', 'group:wood'},
-		{'default:stone', 'technic:lv_cable0',      'default:stone'},
+		{'technic:marble', 'default:diamond',        'technic:marble'},
+		{'group:wood',     'technic:machine_casing', 'group:wood'},
+		{'technic:marble', 'technic:lv_cable0',      'technic:marble'},
 	}
 })
 

--
Gitblit v1.8.0