Update to Wurm Unlimited 1.9 and latest code

This commit is contained in:
Sindusk
2019-03-22 11:56:31 -04:00
parent 23fac18308
commit 550ef20925
27 changed files with 397 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'java'
group "mod.sin"
version "1.2"
version "1.3"
repositories {
mavenCentral()
@@ -11,8 +11,8 @@ repositories {
}
dependencies {
compile 'org.gotti.wurmunlimited:server-modlauncher:0.39-beta1'
compile 'com.github.Sindusk:sindusklibrary:v1.7'
compile 'org.gotti.wurmunlimited:server-modlauncher:0.43-beta1'
compile 'com.github.Sindusk:sindusklibrary:v2.2'
compile 'com.github.Sindusk:DiscordRelay:v1.2'
compile 'com.github.Sindusk:DUSKombat:v1.0'
compile 'com.github.Sindusk:TreasureHunting:1.1.4'