mirror of
https://github.com/OgelGames/powerbanks.git
synced 2024-11-20 06:13:45 +01:00
17624ac0f9
- change from `v1` to `master` - rename build to luacheck - remove stuff from luacheck config
14 lines
124 B
Lua
14 lines
124 B
Lua
unused_args = false
|
|
|
|
globals = {
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
-- Builtin
|
|
"ItemStack",
|
|
|
|
-- Mod Deps
|
|
"technic",
|
|
}
|