Skip to content

Commit

Permalink
update to 1.21-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 7, 2024
1 parent 5a4e6d1 commit 38a7586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
minecraft = "1.21-pre3"
minecraft = "1.21-pre4"

# The latest versions are available at https://parchmentmc.org/docs/getting-started
parchment = "2024.06.02"
Expand Down
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

project.configurations.runtimeClasspath {
exclude(group: "loom_mappings_1_21_pre3_layered_hash_1765695326_v2.net.fabricmc", module: "fabric-loader")
exclude(group: "loom_mappings_1_21_pre4_layered_hash_1765695326_v2.net.fabricmc", module: "fabric-loader")
}

dependencies {
Expand Down

0 comments on commit 38a7586

Please sign in to comment.