forked from mtcontrib/pipeworks
use "base" field in a couple more places
This commit is contained in:
parent
1b2e94f199
commit
d78364570c
@ -24,7 +24,7 @@ local function update_chest_formspec(pos)
|
|||||||
"listring[current_name;main]" ..
|
"listring[current_name;main]" ..
|
||||||
fs_helpers.cycling_button(
|
fs_helpers.cycling_button(
|
||||||
meta,
|
meta,
|
||||||
"image_button[0,4.3;1,0.6",
|
pipeworks.button_base,
|
||||||
"splitstacks",
|
"splitstacks",
|
||||||
{
|
{
|
||||||
pipeworks.button_off,
|
pipeworks.button_off,
|
||||||
@ -91,7 +91,7 @@ local function setup_locked_formspec(pos, meta)
|
|||||||
get_locked_chest_formspec(pos) ..
|
get_locked_chest_formspec(pos) ..
|
||||||
fs_helpers.cycling_button(
|
fs_helpers.cycling_button(
|
||||||
meta,
|
meta,
|
||||||
"image_button[0,4.3;1,0.6",
|
pipeworks.button_base,
|
||||||
"splitstacks",
|
"splitstacks",
|
||||||
{
|
{
|
||||||
pipeworks.button_off,
|
pipeworks.button_off,
|
||||||
|
Loading…
Reference in New Issue
Block a user