1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-18 01:55:21 +02:00
Files
display_modpack/.luacheckrc
Niklp c315900c24 Make dp_modpack game agnostic using XCompat (#14)
* .

* Add `material.sandstone` (not in upstream xcompat yet)
2024-03-11 09:04:12 +01:00

19 lines
206 B
Lua

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