summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLNJ <git@lnj.li>2017-03-30 18:31:08 +0200
committerLNJ <git@lnj.li>2017-03-30 18:31:08 +0200
commitbc56dc78cefa00c3771decd5c1edde6454e259dd (patch)
tree8fd3cd2327916a4817e90ae431d01d05aad08891
parent3cc33977c8dd10d0ba371c1837b9a38ad7d2f4ef (diff)
Release Version 0.1 (alpha)v0.1
-rw-r--r--LICENSE.txt2
-rw-r--r--README.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 33051b5..3e5245c 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
Minetest Mod Storage Drawers
============================
-Version 0.1-dev
+Version 0.1
License of source code:
-----------------------
diff --git a/README.md b/README.md
index e98ebb8..7fe7f2e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Minetest Mod Storage Drawers
-Version 0.1-dev, Status: alpha, License: MIT
+Version 0.1, Status: alpha, License: MIT
## Description
This mod adds simple item storages showing the item's inventory image in the
@@ -11,6 +11,7 @@ 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.
## To-Do
+- [x] Add usable 1x1 drawer
- [ ] Add a drawer controller for auto-sorting items into a drawer-network
- [ ] Add half-sized drawers
- [ ] Add 2x2 and 1x2 drawers