diff --git a/compat-chests.lua b/compat-chests.lua index 251dbc3..03e1bb6 100644 --- a/compat-chests.lua +++ b/compat-chests.lua @@ -60,7 +60,7 @@ if minetest.get_modpath("default") then if is_pipeworks_chest and not fields.quit and pipeworks.may_configure(pos, player) then -- Pipeworks Switch fs_helpers.on_receive_fields(pos, fields) - minetest.show_formspec(pn), + minetest.show_formspec(pn, "default:chest", default.chest.get_chest_formspec(pos)) end