1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-26 17:00:20 +02:00

add github luacheck workflow and various luacheck fixes

This commit is contained in:
unknown
2022-05-01 17:09:15 -04:00
parent e128b43b0a
commit 7f1cf733c5
5 changed files with 17 additions and 26 deletions

View File

@ -1,7 +1,7 @@
if not minetest.get_modpath("player_api") then return end
local S = minetest.get_translator("homedecor_wardrobe")
modpath = minetest.get_modpath("homedecor_wardrobe")
local modpath = minetest.get_modpath("homedecor_wardrobe")
local wd_cbox = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 1.5, 0.5}}