diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-04-11 20:54:30 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-04-11 20:57:23 -0400 |
commit | d2fb249d94b1d17f170fc95dc035f973844ba10e (patch) | |
tree | 3c22e37ba0b9b05a24111f160ed4dbb0278dd523 | |
parent | fab2c492c4cfe8e0fbca2c62c0de45744436481f (diff) |
fix wrong toggle switch "on" img in chests
-rw-r--r-- | 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 @@ local function set_formspec(pos, data, page) "splitstacks", { pipeworks.button_off, - pipeworks.button_off + pipeworks.button_on } )..allow_label |