diff options
Diffstat (limited to 'nodes_chests.lua')
-rw-r--r-- | nodes_chests.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nodes_chests.lua b/nodes_chests.lua index a1256c9..c099749 100644 --- a/nodes_chests.lua +++ b/nodes_chests.lua @@ -3,12 +3,7 @@ -- TODO: add bags (not for carrying around but for decoration) -- Boilerplate to support localized strings if intllib mod is installed. -local S -if intllib then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = cottages.S cottages_chests = {} -- uses default.chest_formspec for now |