diff --git a/README.md b/README.md index ed90b3c..86623a7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ This mod adds simple item storages showing the item's inventory image in the front. By left- or right-clicking the image you can take or add stacks. If you also hold the shift-key only a single item will be removed/added. +There's also a 'Drawer Controller' which can insert items automatically into a +network of drawers. Just place the drawers next to each other, so they are +connected and the drawer controller will sort the items automatically. If you +want to connect drawers, but you don't want to place another drawer, just use +the 'Drawer Trim'. + +Do you have too many cobblestones for one drawer? No problem, just add some +drawer upgrades to your drawer! They are available in different sizes and are +crafted by steel, gold, obsidian, diamonds or mithril. + ## Notes This mod requires Minetest 0.4.14 or later. The `default` mod from MTG or the MineClone 2 mods are only optional dependencies for crafting recipes. diff --git a/lua/api.lua b/lua/api.lua index dd9ca87..4fe31df 100755 --- a/lua/api.lua +++ b/lua/api.lua @@ -1,7 +1,7 @@ --[[ Minetest Mod Storage Drawers - A Mod adding storage drawers -Copyright (C) 2017-2019 Linus Jahn +Copyright (C) 2017-2020 Linus Jahn Copyright (C) 2016 Mango Tango MIT License