diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 18:13:02 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 18:13:02 -0500 |
commit | 3eafeea0a13133f57c1c48df4e2f344e2830507a (patch) | |
tree | 88544a3a46b88a74cb8c43566d8d26a3ec99fd30 /.luacheckrc | |
parent | fd67612c253376d9c2473ad9878fcbf770dd1173 (diff) | |
download | mesecons_display-master.tar mesecons_display-master.tar.gz mesecons_display-master.tar.bz2 mesecons_display-master.tar.xz mesecons_display-master.zip |
Descriptions are now capitalized properly, and inventory images actually show what color each node is
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 7 |
1 files changed, 7 insertions, 0 deletions
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", +} |