Repair armour modification systems and update to version 4.0.

This commit is contained in:
Sindusk
2019-02-03 19:14:48 -05:00
parent 3091da69f3
commit 08ea7c61fc
8 changed files with 465 additions and 167 deletions

View File

@@ -1,17 +1,18 @@
apply plugin: 'java'
group "mod.sin"
version "3.0"
version "4.0"
repositories {
mavenCentral()
maven { url "http://gotti.no-ip.org/maven/repository" }
mavenLocal()
maven { url "https://dl.bdew.net/agorepo/" }
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'org.gotti.wurmunlimited:server-modlauncher:0.39-beta1'
compile 'com.github.Sindusk:sindusklibrary:v1.7'
compile 'org.gotti.wurmunlimited:server-modlauncher:0.40'
compile 'com.github.Sindusk:sindusklibrary:v2.1'
}
jar {