Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Satxm committed Jul 16, 2024
1 parent af4245e commit 8bcd5ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ neo_version = 20.4.234

# Quilt Properties on https://lambdaurora.dev/tools/import_quilt.html
quilt_loader_version = 0.26.0-beta.1
# qsl_version = 8.0.0-alpha.12
qfapi_version = 9.0.0-alpha.8+0.97.0-1.20.4

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

# 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 8bcd5ff

Please sign in to comment.