1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 20:20:28 +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,6 +1,6 @@
-- Printers of some kind or another
local S = homedecor.gettext
local S = minetest.get_translator("computer")
minetest.register_node("computer:printer", {
description = S("Printer-Scanner Combo"),