From 3eafeea0a13133f57c1c48df4e2f344e2830507a Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 18:13:02 -0500 Subject: Add luacheck configuration, plus some minor cleanups and a few small enhancements Descriptions are now capitalized properly, and inventory images actually show what color each node is --- .luacheckrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..e6534f0 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "mesecon", + "default", +} -- cgit v1.2.3