From a793747d92d9b1d93153c7fb4e0c82fe90624c78 Mon Sep 17 00:00:00 2001
From: est31 <MTest31@outlook.com>
Date: Thu, 18 Jun 2015 04:16:47 +0200
Subject: [PATCH] Move coal furnaces to other/

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

diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua
index ebfb08c..872be04 100644
--- a/technic/machines/register/compressor_recipes.lua
+++ b/technic/machines/register/compressor_recipes.lua
@@ -10,7 +10,7 @@
 
 local recipes = {
 	{"default:snowblock",          "default:ice"},
-	{"default:sand 4",             "default:sandstone"},
+	{"default:sand 2",             "default:sandstone"},
 	{"default:desert_sand",        "default:desert_stone"},
 	{"technic:mixed_metal_ingot",  "technic:composite_plate"},
 	{"default:copper_ingot 5",     "technic:copper_plate"},
@@ -21,7 +21,7 @@
 
 -- defuse the default sandstone recipe, since we have the compressor to take over in a more realistic manner
 minetest.register_craft({
-	output = "default:sand 4",
+	output = "default:sand 0",
 	recipe = {
 		{'group:sand', 'group:sand'},
                 {'group:sand', 'group:sand'}

--
Gitblit v1.8.0