mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-11 04:30:37 +02:00
use "base" field in a couple more places
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user