diff options
| author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-04-11 20:05:58 -0400 | 
|---|---|---|
| committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-04-11 20:05:58 -0400 | 
| commit | d78364570c920ce7429142c221ba6e37ee88d7e7 (patch) | |
| tree | f924875456012913d2232e0237de84eba0934409 | |
| parent | 1b2e94f199780565f00b130419e986851431cc5b (diff) | |
use "base" field in a couple more places
| -rw-r--r-- | compat-chests.lua | 4 | 
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,  | 
