mirror of
https://github.com/HybridDog/connected_chests.git
synced 2024-11-17 19:28:15 +01:00
71a8a57ff1
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"}
|