mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-22 06:33:44 +01:00
README: Update mod description
This commit is contained in:
parent
6c9ac56016
commit
eb2c069b8f
10
README.md
10
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
|
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.
|
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
|
## Notes
|
||||||
This mod requires Minetest 0.4.14 or later. The `default` mod from MTG or the
|
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.
|
MineClone 2 mods are only optional dependencies for crafting recipes.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--[[
|
--[[
|
||||||
Minetest Mod Storage Drawers - A Mod adding storage drawers
|
Minetest Mod Storage Drawers - A Mod adding storage drawers
|
||||||
|
|
||||||
Copyright (C) 2017-2019 Linus Jahn <lnj@kaidan.im>
|
Copyright (C) 2017-2020 Linus Jahn <lnj@kaidan.im>
|
||||||
Copyright (C) 2016 Mango Tango <mtango688@gmail.com>
|
Copyright (C) 2016 Mango Tango <mtango688@gmail.com>
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
Loading…
Reference in New Issue
Block a user