Added support for enchanting shields properly

This commit is contained in:
gamer147
2025-11-04 12:37:16 -05:00
parent 8f60079e6e
commit 732ee9a953
2 changed files with 83 additions and 60 deletions

View File

@@ -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'
}