1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-01 11:10:21 +02:00

add a global .luacheckrc

This commit is contained in:
BuckarooBanzay
2022-03-29 07:58:15 +02:00
parent 3ba59dc2d5
commit f4db7d0fb1
5 changed files with 57 additions and 6 deletions

View File

@ -1,5 +1,5 @@
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}}