From 12d0c6522bbca906910aae0321cbaa7eb48db8c2 Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 30 Jul 2014 21:28:30 +0200
Subject: [PATCH] Correct breakability of sandstone CNC nodes

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

diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua
index ff09bdf..d4f8269 100644
--- a/technic/machines/register/extractor_recipes.lua
+++ b/technic/machines/register/extractor_recipes.lua
@@ -30,6 +30,6 @@
 }
 
 for _, data in pairs(recipes) do
-	technic.register_extractor_recipe({input = data[1], output = data[2]})
+	technic.register_extractor_recipe({input = {data[1]}, output = data[2]})
 end
 

--
Gitblit v1.8.0