New armour stat controls

New material modifications
Control material statistics
Improved configuration
Fix for dual wield change error
This commit is contained in:
Sindusk
2018-05-29 07:06:12 -04:00
parent d46b52b101
commit 1ce8da9c65
9 changed files with 1767 additions and 372 deletions

View File

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