Updated main project files

This commit is contained in:
T145 2014-09-22 16:46:23 -04:00
parent 62abf62ee5
commit b7d6edb3f8
3 changed files with 23 additions and 20 deletions

26
.gitignore vendored
View File

@ -1,14 +1,16 @@
build/ # See https://help.github.com/articles/ignoring-files for more about ignoring files.
.classpath #
.project # If you find yourself ignoring temporary files generated by your text editor
.gradle/ # or operating system, you probably want to add a global ignore instead:
eclipse/ # git config --global core.excludesfile '~/.gitignore_global'
# Ignore files that are not wanted in general.
.*
_MACOSX
Thumbs.db
# Project-specific dependencies
bin/ bin/
build/
repo/ repo/
/run/ run/
.settings/
#IDEA files from Gradle
.idea/
/*.iml
/*.ipr
/*.iws

View File

@ -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 ## Downloads
Head over [here](http://files.minecraftforge.net/IronChests2/) for downloads!
See http://files.minecraftforge.net/IronChests2/ for downloads

View File

@ -1,4 +1,4 @@
#Wed Sep 10 01:32:34 EDT 2014 #Wed Jul 02 15:54:47 CDT 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME