add luacheck

This commit is contained in:
unknown
2022-02-22 22:07:53 -05:00
parent 521b73d4ed
commit 62526b9a3b
7 changed files with 89 additions and 57 deletions

View File

@ -31,8 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
unifieddyes = {}
local creative_mode = minetest.settings:get_bool("creative_mode")
local S = minetest.get_translator("unifieddyes")
local modpath=minetest.get_modpath(minetest.get_current_modname())
@ -43,3 +41,4 @@ dofile(modpath.."/dyes-crafting.lua")
dofile(modpath.."/aliases.lua")
print(S("[UnifiedDyes] Loaded!"))
unifieddyes.init = true