Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jul 17, 2023
1 parent 5f22ea4 commit da0aabe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "fabric-loom" version "1.2-SNAPSHOT"
id "io.github.juuxel.loom-quiltflower" version "1.10.0"
id "fabric-loom" version "1.3-SNAPSHOT"
id "io.github.juuxel.loom-vineflower" version "1.11.0"
}

version = project.mod_version
Expand All @@ -13,7 +13,7 @@ repositories {
}
maven { url "https://maven.nucleoid.xyz" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://ladysnake.jfrog.io/artifactory/mods" }
maven { url "https://maven.ladysnake.org/releases" }
}

dependencies {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ org.gradle.parallel = true
# Mod Properties
maven_group = ru.pinkgoosik
archives_base_name = skylands
mod_version = 0.3.9+1.20
mod_version = 0.3.10+1.20

# Dependencies | Check these on https://fabricmc.net/develop
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.9
fabric_loader = 0.14.21
fabric_api = 0.83.0+1.20
fabric_api = 0.85.0+1.20.1

# https://github.com/OnyxStudios/Cardinal-Components-API/releases
cca = 5.2.0
cca = 5.2.1
# https://github.com/NucleoidMC/fantasy/releases
fantasy = 0.4.11+1.20-rc1
# https://github.com/Patbox/TextPlaceholderAPI/releases
placeholder_api = 2.1.1+1.20
placeholder_api = 2.1.2+1.20.1
# https://github.com/NucleoidMC/Server-Translations/releases
server_translations_api = 2.0.0-beta.2+1.19.4-pre2
server_translations_api = 2.0.0+1.20

0 comments on commit da0aabe

Please sign in to comment.