11 lines
228 B
Lua
11 lines
228 B
Lua
-- luanti standard currently only available on latest git
|
|
-- https://github.com/lunarmodules/luacheck?tab=readme-ov-file#building-and-testing
|
|
std = "lua51+luanti"
|
|
|
|
globals = {
|
|
"hidden_doors"
|
|
}
|
|
|
|
read_globals = {
|
|
"doors"
|
|
} |