summaryrefslogtreecommitdiff
path: root/technic_chests
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 19:16:50 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 19:19:29 -0400
commitfab2c492c4cfe8e0fbca2c62c0de45744436481f (patch)
treee664931bf93b0ca4af0ddca3390526614ff2cf00 /technic_chests
parent54004f495137b3daaa2f882b47c36fb238335d04 (diff)
pipeworks has button on/off, button label, and button "base" cached
used them wherever possible
Diffstat (limited to 'technic_chests')
-rw-r--r--technic_chests/register.lua4
1 files changed, 2 insertions, 2 deletions
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