ironbarrels/README.md

14 lines
649 B
Markdown
Raw Normal View History

2014-05-11 14:09:14 +02:00
# IronChest
A Minecraft mod that adds expansive metal chests!
2014-03-03 17:06:11 +01:00
2014-05-11 14:09:14 +02:00
GPL v3 licensed mod originally by cpw, maintained currently by ProgWML6.
2014-03-03 17:06:11 +01:00
2014-05-11 14:09:14 +02:00
For downloads, head over here: http://files.minecraftforge.net/IronChests2/
2014-03-16 23:40:38 +01:00
2014-05-11 14:09:14 +02:00
## Source installation information for modders
2014-03-16 23:40:38 +01:00
2014-05-11 14:09:14 +02:00
### 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.
2014-05-11 22:47:35 +02:00
Note: On Linux you run './gradlew.sh' instead of 'gradlew', and optionally on OSX 'bash gradlew' instead of 'gradlew'