Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 893 Bytes

File metadata and controls

25 lines (18 loc) · 893 Bytes

StorageDrawers

A mod adding compartmental storage for Minecraft Forge

For Players

StorageDrawers may be downloaded from any of the following sites:

For Developers

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