mirror of
https://github.com/minetest-mods/digilines.git
synced 2024-11-12 21:30:29 +01:00
dc6cc0b04a
* Add GitHub workflow * Fix LuaCheck warnings * Add build status badge on README.md
16 lines
152 B
Lua
16 lines
152 B
Lua
|
|
read_globals = {
|
|
"vector",
|
|
"screwdriver",
|
|
"minetest",
|
|
"default",
|
|
"pipeworks",
|
|
"dump",
|
|
"VoxelArea",
|
|
"ItemStack",
|
|
}
|
|
|
|
globals = {
|
|
"digilines",
|
|
}
|