Skip to content

Commit

Permalink
fix mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 11, 2023
1 parent 5c04a30 commit 30cc469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ tasks {
processResources {
val properties = HashMap<String, Any>()
properties["version"] = project.version
properties["minecraft_version"] = "~1.20.3-"
properties["minecraft_version"] = minecraft_version

properties["fabric_loader_version"] = ">=0.14.22"
properties["fabric_api_version"] = ">=$fabric_api_version"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

# Fabric Properties
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
minecraft_version=1.20.3
quilt_mappings=1.20.3+build.2
minecraft_version=1.20.4
quilt_mappings=1.20.4+build.2
parchment_mappings=1.20.2:2023.10.22
loader_version=0.15.1

Expand Down

0 comments on commit 30cc469

Please sign in to comment.