From d78364570c920ce7429142c221ba6e37ee88d7e7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 11 Apr 2017 20:05:58 -0400 Subject: use "base" field in a couple more places --- compat-chests.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat-chests.lua') 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, -- cgit v1.2.3