forked from mtcontrib/homedecor_modpack
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:
@ -1,6 +1,6 @@
|
||||
-- crafts for common items that are used by more than one home decor component
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = minetest.get_translator("homedecor_common")
|
||||
|
||||
-- items
|
||||
|
||||
|
Reference in New Issue
Block a user