Update to WU 1.8.

Removal of all Armour-related options.
Removed options for fixArmourLimitSpellEffect and fixArmourLimitBuffBug. These were fixed in vanilla WU 1.8.
This commit is contained in:
Sindusk
2018-09-20 04:46:44 -04:00
parent b657797f1b
commit 82056ece66
5 changed files with 10 additions and 931 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'java'
group "mod.sin"
version "2.4"
version "3.0"
repositories {
mavenCentral()
@@ -10,7 +10,8 @@ repositories {
}
dependencies {
compile 'com.github.Sindusk:sindusklibrary:v1.6'
compile 'org.gotti.wurmunlimited:server-modlauncher:0.39-beta1'
compile 'com.github.Sindusk:sindusklibrary:v1.7'
}
jar {