MT5 translation for homedecor_common

- Remove intllib support
- Fix luacheck warnings (except for 1 I don't know what to do)
- Removes homedecor_common/mt_game_beds_functions.lua (we can get the
function directly from `beds` mod instead of using an obsolete copie; I
have not re-enabled bed-sleeping, but it should work)
This commit is contained in:
Louis Royer
2020-08-05 02:36:06 +02:00
parent f0ab7a6c78
commit 1c7ceb2e90
34 changed files with 307 additions and 17060 deletions

View File

@ -1,6 +1,6 @@
-- This code supplies an oven/stove. Basically it's just a copy of the default furnace with different textures.
local S = homedecor.gettext
local S = minetest.get_translator("homedecor_common")
local function swap_node(pos, name)
local node = minetest.get_node(pos)