This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
minetest-mod-sparktech/sparkcompat/lua/sfinv.lua

8 lines
129 B
Lua

if sfinv then
sfinv.enabled = false
function sfinv.make_formspec(_, _, _)
return sparktech.add_inventory(0, 0, "")
end
end