version Up, edit readme
This commit is contained in:
parent
1d69f7d2a4
commit
8e829e3a01
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,4 +1,12 @@
|
|||
EAA_MOD
|
||||
===============
|
||||
|
||||
EAA
|
||||
## Settings
|
||||
Mod needs a file in modfolder called settings.properties containing following values:
|
||||
|
||||
```
|
||||
url=mysql://<DATABASE_URL>/
|
||||
user=<DATABASE USER>
|
||||
password=<DATABASE USER PASSWORD>
|
||||
db_name=<DATABASE NAME>
|
||||
```
|
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||
loader_version=0.11.3
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.2
|
||||
mod_version = 1.1.0
|
||||
maven_group = net.saltymc.eaa
|
||||
archives_base_name = EAA_MOD
|
||||
|
||||
|
|
Loading…
Reference in a new issue