From fab2c492c4cfe8e0fbca2c62c0de45744436481f Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 11 Apr 2017 19:16:50 -0400 Subject: pipeworks has button on/off, button label, and button "base" cached used them wherever possible --- technic_chests/register.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'technic_chests/register.lua') diff --git a/technic_chests/register.lua b/technic_chests/register.lua index b697bfd..dde7116 100644 --- a/technic_chests/register.lua +++ b/technic_chests/register.lua @@ -90,8 +90,8 @@ local function set_formspec(pos, data, page) "image_button[0,0.35;1,0.6", "splitstacks", { - {text="", texture="pipeworks_button_off.png", addopts="false;false;pipeworks_button_interm.png"}, - {text="", texture="pipeworks_button_on.png", addopts="false;false;pipeworks_button_interm.png"} + pipeworks.button_off, + pipeworks.button_off } )..allow_label -- cgit v1.2.3