diff options
author | LNJ <git@lnj.li> | 2017-04-01 20:26:13 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-04-01 20:26:13 +0200 |
commit | 038a1aef7476b72a88ece9ef3a890790f9f5c4d4 (patch) | |
tree | 80ac70c4f922f551e5b921e51a5568b73137ac1c | |
parent | ff11d6a518694eee51718666c1d6fa509e06da36 (diff) |
Release Version 0.2, Update To-Do-Listv0.2
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 3e5245c..2cd5102 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Minetest Mod Storage Drawers ============================ -Version 0.1 +Version 0.2 License of source code: ----------------------- @@ -1,5 +1,5 @@ # Minetest Mod Storage Drawers -Version 0.1, Status: alpha, License: MIT +Version 0.2, Status: alpha, License: MIT ## Description This mod adds simple item storages showing the item's inventory image in the @@ -19,7 +19,8 @@ MineClone 2 mods are only optional dependencies for crafting recipes. - [ ] Add a key (or something similar) for locking the item (so the item is also displayed at count 0) - [ ] Add duct tape to transport drawers -- [ ] Support pipeworks +- [x] Support pipeworks +- [ ] Support hoppers ## Bug reports and suggestions You can report bugs and suggest ideas on [GitHub](http://github.com/lnj2/drawers/issues/new), |