Update itemMatcher

This commit is contained in:
Len
2024-04-20 21:44:42 +02:00
parent 55c92d6f20
commit da2bee447d
3 changed files with 37 additions and 21 deletions
+3 -3
View File
@@ -41,10 +41,10 @@ tasks {
file.parentFile.mkdirs()
}
if (!file.exists()) {
download("https://repo.destro.xyz/private/com/alttd/Galaxy-Server/Galaxy-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar", fileName)
download("https://repo.destro.xyz/private/com/alttd/Galaxy-Server/Galaxy-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar", fileName)
}
serverJar(file)
minecraftVersion("1.20.2")
minecraftVersion("1.20.4")
}
jar {
@@ -71,7 +71,7 @@ publishing {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.20.2-R0.1-SNAPSHOT") {
compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("com.github.milkbowl:VaultAPI:1.7") {