1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 12:56:01 +02:00

MT5 translation for homedecor_fences

- Update .luacheckrc to allow signs_lib in globals since the current API
doesn't allow to have it read only (added a FIXME, needs a addition to
signs_lib, ping @VanessaE)
This commit is contained in:
Louis Royer
2020-08-04 22:24:22 +02:00
parent 1675a93fec
commit 22e4e0c42b
14 changed files with 207 additions and 7 deletions

View File

@ -16,7 +16,6 @@ read_globals = {
"doors",
"stairsplus",
"stairs",
"signs_lib",
"screwdriver",
"beds",
"technic",
@ -29,5 +28,6 @@ read_globals = {
globals = {
"armor",
"signs_lib",
}