qr code gen

This commit is contained in:
BuckarooBanzay 2023-01-28 19:37:27 +01:00
parent e0d58ad2ec
commit 02f90efcaa
4 changed files with 68 additions and 23 deletions

View file

@ -15,5 +15,4 @@ dofile(MP.."/functions.lua")
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP.."/functions.spec.lua")
dofile(MP.."/qrencode.spec.lua")
end