A mod adding compartmental storage for Minecraft Forge
StorageDrawers may be downloaded from any of the following sites:
StorageDrawers is built using gradle
. To build StorageDrawers, the support library Chameleon must be checked out in an adjacent directory. These commands should be enough to get you started:
git clone https://github.com/jaquadro/Chameleon
git clone https://github.com/jaquadro/StorageDrawers
cd StorageDrawers
./gradle build