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

MT5 translation for computer mod

- remove homedecor_common from depends since no longer required
- luacheck line length fix
- add screwdriver in optional_depends
This commit is contained in:
Louis Royer
2020-08-04 19:44:20 +02:00
parent 9a814da186
commit 55e1714cac
16 changed files with 378 additions and 22 deletions

View File

@ -1,5 +1,4 @@
computer = {}
screwdriver = screwdriver or {}
computer.register = function (name, def)
if (name:sub(1, 1) == ":") then name = name:sub(2) end