Clone of IronChests, but for barrels!
Go to file
Taylor Shuler 593e683966 Merge 0d4f5ed5e9 into 103a22860b 2014-05-11 20:47:41 +00:00
gradle/wrapper Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
src/main Adjusted the package hierarchy 2014-05-11 16:46:30 -04:00
.gitignore Updated .gitignore 2014-05-11 04:49:01 -07:00
CREDITS-fml.txt Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
LICENSE-fml.txt Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
LICENSE.txt Moved license statement to its own file 2014-05-11 08:39:31 -04:00
MinecraftForge-Credits.txt Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
MinecraftForge-License.txt Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
README.md Updated README 2014-05-11 16:47:35 -04:00
build.gradle Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
build.old.gradle Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
forge-1.7.2-10.12.1.1060-changelog.txt Upgraded the Gradle setup 2014-05-11 07:53:47 -04:00
gradlew Update for 1.7.2. Missing ocelot behaviour, pending an AT 2014-02-05 13:06:35 -05:00
gradlew.bat Update for 1.7.2. Missing ocelot behaviour, pending an AT 2014-02-05 13:06:35 -05:00

README.md

IronChest

A Minecraft mod that adds expansive metal chests!

GPL v3 licensed mod originally by cpw, maintained currently by ProgWML6.

For downloads, head over here: http://files.minecraftforge.net/IronChests2/

Source installation information for modders

Standalone source installation

Run 'gradlew setupDevWorkspace' to create a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to create an IDE workspace of your choice. Refer to ForgeGradle for more information about the gradle environment. Note: On Linux you run './gradlew.sh' instead of 'gradlew', and optionally on OSX 'bash gradlew' instead of 'gradlew'