From d2fb249d94b1d17f170fc95dc035f973844ba10e Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Wed, 12 Apr 2017 02:57:23 +0200
Subject: [PATCH] fix wrong toggle switch "on" img in chests

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

diff --git a/technic_chests/register.lua b/technic_chests/register.lua
index dde7116..0d5c767 100644
--- a/technic_chests/register.lua
+++ b/technic_chests/register.lua
@@ -91,7 +91,7 @@
 				"splitstacks",
 				{
 					pipeworks.button_off,
-					pipeworks.button_off
+					pipeworks.button_on
 				}
 			)..allow_label
 

--
Gitblit v1.8.0