Skip to content

Commit

Permalink
1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Satxm committed Jul 16, 2024
1 parent 40ef967 commit 40c516d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ neo_version = 20.2.88
quilt_loader_version = 0.26.0-beta.1
qfapi_version = 8.0.0-alpha.6+0.91.6-1.20.2

# QSL on https://maven.quiltmc.org/repository/release/org/quiltmc/qsl/maven-metadata.xml
qsl_version = 7.0.0-alpha.13+1.20.2

# Mod Config
# Fabric
fabric_version_range = >=0.90.0
Expand Down
1 change: 1 addition & 0 deletions quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
officialMojangMappings()
}
modImplementation "org.quiltmc:quilt-loader:${project.quilt_loader_version}"
modImplementation "org.quiltmc:qsl:${project.qsl_version}"
modImplementation "org.quiltmc.quilted-fabric-api:quilted-fabric-api:${project.qfapi_version}"
}

Expand Down

0 comments on commit 40c516d

Please sign in to comment.