From ba8878ce4c7630bcb2584230549ab29a8d4ddc41 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:24:47 -0500 Subject: [PATCH] fix luacheck --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 01e0d5c..4946632 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -15,5 +15,6 @@ read_globals = { "default", "mesecon", "digilines", "screwdriver", "unified_inventory", "i3", "mcl_experience", "awards", - "xcompat", "fakelib", "vizlib" + "xcompat", "fakelib", "vizlib", + "mcl_redstone", }