Added support for enchanting shields properly
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
group "mod.sin"
|
||||
version "4.1"
|
||||
version "4.2"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven { url "https://dl.bdew.net/agorepo/" }
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url "http://gotti.no-ip.org/maven/repository" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.gotti.wurmunlimited:server-modlauncher:0.40'
|
||||
compile 'com.github.ago1024:WurmServerModLauncher:v0.46'
|
||||
compile 'com.github.Sindusk:sindusklibrary:v2.1'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user