forked from nalc/homedecor_modpack
cdf2c0ff90
Run `luacheck .` in the toplevel folder and it'll check all the code. There are plenty of warnings out there to fix atm.
17 lines
246 B
Lua
17 lines
246 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest", "core",
|
|
"dump",
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"intllib",
|
|
"default",
|
|
"stairsplus",
|
|
"signs_lib",
|
|
}
|
|
|