mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-07-17 07:40:27 +02:00
Use mod.conf and add luacheck (#10)
This commit is contained in:
9
.luacheckrc
Normal file
9
.luacheckrc
Normal file
@ -0,0 +1,9 @@
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"unifieddyes",
|
||||
"default"
|
||||
}
|
||||
|
||||
globals = {
|
||||
"unifiedbricks"
|
||||
}
|
Reference in New Issue
Block a user