mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-06-28 06:11:58 +02:00
Start item listing at index instead of skipping there.
Also fixes a linter warning.
This commit is contained in:
7
.luacheckrc
Normal file
7
.luacheckrc
Normal file
@ -0,0 +1,7 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"default",
|
||||
}
|
Reference in New Issue
Block a user