Go to file
Tobias Gaarenstroom 87d4a1683a Fixed all lua check issues 2022-01-11 19:29:48 +01:00
.gitignore Initial commit 2021-11-24 11:05:52 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2021-12-18 17:26:10 +00:00
.luacheckrc Add new file 2021-12-18 15:52:31 +00:00
LICENSE Added LICENSE 2021-11-24 11:32:54 +01:00
README.md Update README.md 2021-11-25 17:01:20 +00:00
init.lua Update init.lua, qrencode.lua 2021-12-18 17:34:26 +00:00
mod.conf Initial commit 2021-11-24 11:05:52 +01:00
qrencode.lua Fixed all lua check issues 2022-01-11 19:29:48 +01:00

README.md

Minetest QR Code

Usage:

Use /qrcode <message> and it will make a QR Code into the positive x and positive Z directions

Installing mod:

Download from source: https://edugit.org/Miniontoby/minetest-qrcode.git Or use ContentDB: https://content.minetest.net/packages/Miniontoby/qrcode

If you minetest gives an error for the function: dofile('qrencode.lua') or something like that Then add qrcode to secure.trusted_mods in your minetest.conf and you are good to go