Use mod.conf and add luacheck (#10)

This commit is contained in:
Niklp
2023-10-01 11:11:01 +02:00
committed by GitHub
parent f341d63b01
commit 1011023d6c
6 changed files with 30 additions and 27 deletions

9
.luacheckrc Normal file
View File

@ -0,0 +1,9 @@
read_globals = {
"minetest",
"unifieddyes",
"default"
}
globals = {
"unifiedbricks"
}