mirror of
https://github.com/HybridDog/connected_chests.git
synced 2025-04-13 00:09:44 +02:00
luacheck currently fails because of missing globals and exceeding line length. To fix this, I add vector and hopper to the globals, add more line breaks in the code and remove outdated comments.
3 lines
112 B
Lua
3 lines
112 B
Lua
read_globals = {"minetest", "table", "vector", "default", "hopper", "pipeworks"}
|
|
globals = {"connected_chests"}
|