Skip to content

Commit

Permalink
[Fabric] Update to 1.21.4-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Nov 29, 2024
1 parent bcd293a commit 88ab129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
api(projects.shared)
minecraft("com.mojang:minecraft:1.21.4-rc1")
minecraft("com.mojang:minecraft:1.21.4-rc2")
mappings(loom.officialMojangMappings())
modImplementation("me.lucko:fabric-permissions-api:0.2-SNAPSHOT")
modImplementation("eu.pb4:placeholder-api:2.5.0+1.21.2")
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"1.18", "1.18.1", "1.18.2",
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4-alpha.24.44.a", "1.21.4-alpha.24.45.a", "1.21.4-alpha.24.46.a", "1.21.4-beta.1", "1.21.4-beta.2", "1.21.4-beta.3", "1.21.4-rc.1"
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4-alpha.24.44.a", "1.21.4-alpha.24.45.a", "1.21.4-alpha.24.46.a", "1.21.4-beta.1", "1.21.4-beta.2", "1.21.4-beta.3", "1.21.4-rc.1", "1.21.4-rc.2"
]
},
"recommends": {
Expand Down

0 comments on commit 88ab129

Please sign in to comment.