From b7d6edb3f8ff9c8579618fc6c4a83a5665b565ca Mon Sep 17 00:00:00 2001 From: T145 Date: Mon, 22 Sep 2014 16:46:23 -0400 Subject: [PATCH] Updated main project files --- .gitignore | 26 +++++++++++++----------- README.md | 15 +++++++------- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 8eef75c..ff8994c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,16 @@ -build/ -.classpath -.project -.gradle/ -eclipse/ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore files that are not wanted in general. +.* +_MACOSX +Thumbs.db + +# Project-specific dependencies bin/ +build/ repo/ -/run/ -.settings/ -#IDEA files from Gradle -.idea/ -/*.iml -/*.ipr -/*.iws +run/ diff --git a/README.md b/README.md index 7c2d0e9..77fbe71 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -ironchest -========= +# IronChest +A Minecraft mod that adds more chest variants to the game! -Iron Chest minecraft mod +## License +[GPL v3](http://www.gnu.org/copyleft/gpl.html) -a GPL v3 licensed mod by cpw +## Maintainers +Originally by cpw, currently maintained by ProgWML6 -Currently Maintained by ProgWML6 - -See http://files.minecraftforge.net/IronChests2/ for downloads +## Downloads +Head over [here](http://files.minecraftforge.net/IronChests2/) for downloads! \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ee09edf..678d9d8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Wed Sep 10 01:32:34 EDT 2014 +#Wed Jul 02 15:54:47 CDT 2014 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME