summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat-chests.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat-chests.lua b/compat-chests.lua
index 65fb407..ac5c219 100644
--- a/compat-chests.lua
+++ b/compat-chests.lua
@@ -24,7 +24,7 @@ local function update_chest_formspec(pos)
"listring[current_name;main]" ..
fs_helpers.cycling_button(
meta,
- "image_button[0,4.3;1,0.6",
+ pipeworks.button_base,
"splitstacks",
{
pipeworks.button_off,
@@ -91,7 +91,7 @@ local function setup_locked_formspec(pos, meta)
get_locked_chest_formspec(pos) ..
fs_helpers.cycling_button(
meta,
- "image_button[0,4.3;1,0.6",
+ pipeworks.button_base,
"splitstacks",
{
pipeworks.button_off,