Updated main project files
This commit is contained in:
parent
62abf62ee5
commit
b7d6edb3f8
|
|
@ -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/
|
||||
|
|
|
|||
15
README.md
15
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!
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue