1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-17 17:45:21 +02:00
Files
display_modpack/.luacheckrc
Niklp 1440f35fa6 Add luacheck, update translations, replace ABMs, bug fixes (#1)
* luacheck, mt 5 translation, german translation, maintenance

* fix luacheck warnings

* Fix digital clock nodebox and texture

* Fix luacheck usage

* Add comment why fonts are not split into several lines
2023-07-24 09:59:26 +02:00

19 lines
206 B
Lua

unused_args = false
read_globals = {
"minetest",
"table",
"vector",
"default"
}
globals = {
"boards",
"display_api",
"font_api",
"ontime_clocks",
"signs",
"signs_api",
"signs_road",
"steles"
}