diff options
author | isaiah658 <isaiah658@outlook.com> | 2018-06-16 02:03:48 -0500 |
---|---|---|
committer | LNJ <git@lnj.li> | 2018-06-16 09:03:48 +0200 |
commit | 60518668d5d1a8e27f34336849bf50e71af14c38 (patch) | |
tree | f240eee4d9811353db6ab3390dad8c02ee4ab5ed /README.md | |
parent | 8cfd1185e312e749a5ee0e56fd571646f5c8c96a (diff) |
Add drawer controller (#19)
Drawer controllers can sort items into drawer in a certain range. As normal drawers they have support
for pipeworks and MineClone 2. Crafting ingredients are one drawer, two diamonds, four steel/iron
ingots and a copper and tin ingot or two gold ingots.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ 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 +- [x] Add a drawer controller for auto-sorting items into a drawer-network - [ ] Add half-sized drawers - [x] Add 2x2 and 1x2 drawers - [ ] Add compacting drawers for auto-crafting blocks/ingots/fragments |