From 9dc2350666f8c920fd4a518fb3b5f8c5418c4bdc Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Wed, 14 Oct 2020 12:57:09 +0200
Subject: [PATCH] chainsaw disable cut rubber tree trunk

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

diff --git a/technic_chests/iron_chest.lua b/technic_chests/iron_chest.lua
index d522240..a1945bc 100644
--- a/technic_chests/iron_chest.lua
+++ b/technic_chests/iron_chest.lua
@@ -27,8 +27,8 @@
 	output = 'technic:iron_locked_chest 1',
 	type = "shapeless",
 	recipe = {
-		{'basic_materials:padlock'},
-		{'technic:iron_chest'},
+		'basic_materials:padlock',
+		'technic:iron_chest',
 	}
 })
 

--
Gitblit v1.8.0