mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 18:00:29 +01:00
fix wrong toggle switch "on" img in chests
This commit is contained in:
parent
fab2c492c4
commit
d2fb249d94
@ -91,7 +91,7 @@ local function set_formspec(pos, data, page)
|
|||||||
"splitstacks",
|
"splitstacks",
|
||||||
{
|
{
|
||||||
pipeworks.button_off,
|
pipeworks.button_off,
|
||||||
pipeworks.button_off
|
pipeworks.button_on
|
||||||
}
|
}
|
||||||
)..allow_label
|
)..allow_label
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user