Update itemMatcher
This commit is contained in:
+3
-3
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user