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:
@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user