2017-03-26 16:17:48 +02:00
|
|
|
# Minetest Mod Storage Drawers
|
2020-02-13 13:13:01 +01:00
|
|
|
|
|
|
|
![](https://github.com/minetest-mods/drawers/workflows/luacheck/badge.svg)
|
|
|
|
|
2019-06-20 19:58:12 +02:00
|
|
|
Version 0.5.0, License: MIT
|
2017-03-26 16:17:48 +02:00
|
|
|
|
|
|
|
## Description
|
2017-03-30 14:15:13 +02:00
|
|
|
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.
|
2017-03-26 16:17:48 +02:00
|
|
|
|
|
|
|
## Notes
|
2017-03-30 14:15:13 +02:00
|
|
|
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.
|
2017-03-26 16:17:48 +02:00
|
|
|
|
2017-03-30 14:15:13 +02:00
|
|
|
## To-Do
|
2017-03-30 18:31:08 +02:00
|
|
|
- [x] Add usable 1x1 drawer
|
2018-06-16 09:03:48 +02:00
|
|
|
- [x] Add a drawer controller for auto-sorting items into a drawer-network
|
2017-03-30 14:15:13 +02:00
|
|
|
- [ ] Add half-sized drawers
|
2017-04-05 14:55:35 +02:00
|
|
|
- [x] Add 2x2 and 1x2 drawers
|
2017-03-30 14:15:13 +02:00
|
|
|
- [ ] Add compacting drawers for auto-crafting blocks/ingots/fragments
|
2017-03-30 15:49:20 +02:00
|
|
|
- [ ] Add a key (or something similar) for locking the item (so the item is
|
2019-05-18 23:02:00 +02:00
|
|
|
also displayed at count 0)
|
2017-04-01 14:52:01 +02:00
|
|
|
- [ ] Add duct tape to transport drawers
|
2017-04-01 20:26:13 +02:00
|
|
|
- [x] Support pipeworks
|
2017-04-05 14:55:35 +02:00
|
|
|
- [ ] Support hoppers (needs hoppers mod change)
|
2019-06-20 19:58:12 +02:00
|
|
|
- [x] Make drawers upgradable
|
2017-04-14 16:10:17 +02:00
|
|
|
- [x] Add drawers in all wood types
|
2017-03-26 16:17:48 +02:00
|
|
|
|
|
|
|
## Bug reports and suggestions
|
|
|
|
You can report bugs and suggest ideas on [GitHub](http://github.com/lnj2/drawers/issues/new),
|
|
|
|
alternatively you can also [email](mailto:git@lnj.li) me.
|
|
|
|
|
2017-03-28 20:32:56 +02:00
|
|
|
## Credits
|
|
|
|
#### Thanks to:
|
|
|
|
* Justin Aquadro ([@jaquadro](http://github.com/jaquadro)), developer of the
|
2017-03-30 14:15:13 +02:00
|
|
|
original Minecraft Mod (also licensed under MIT :smiley:) — Textures and Ideas
|
2017-03-28 20:32:56 +02:00
|
|
|
* Mango Tango <<mtango688@gmail.com>> ([@mtango688](http://github.com/mtango688)),
|
|
|
|
creator of the Minetest Mod ["Caches"](https://github.com/mtango688/caches/)
|
|
|
|
— I reused some code by you. :)
|
|
|
|
|
2017-03-26 16:17:48 +02:00
|
|
|
## Links
|
2017-04-02 14:37:26 +02:00
|
|
|
* [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=17134)
|
2017-08-14 20:27:45 +02:00
|
|
|
* [Minetest Wiki](http://wiki.minetest.net/Mods/Storage_Drawers)
|
2017-05-21 16:09:31 +02:00
|
|
|
* [Weblate](https://hosted.weblate.org/projects/minetest/mod-storage-drawers/)
|
2019-05-18 23:02:00 +02:00
|
|
|
* [GitHub](http://github.com/minetest-mods/drawers/)
|