Skip to content

Commit

Permalink
[Fabric] Update to 25w09b
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Feb 28, 2025
1 parent a73446a commit 115883f
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:25w09a")
minecraft("com.mojang:minecraft:25w09b")
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", "1.21.5-alpha.25.2.a", "1.21.5-alpha.25.3.a", "1.21.5-alpha.25.4.a", "1.21.5-alpha.25.5.a", "1.21.5-alpha.25.6.a", "1.21.5-alpha.25.7.a", "1.21.5-alpha.25.8.a", "1.21.5-alpha.25.9.a"
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5-alpha.25.2.a", "1.21.5-alpha.25.3.a", "1.21.5-alpha.25.4.a", "1.21.5-alpha.25.5.a", "1.21.5-alpha.25.6.a", "1.21.5-alpha.25.7.a", "1.21.5-alpha.25.8.a", "1.21.5-alpha.25.9.a", "1.21.5-alpha.25.9.b"
]
},
"recommends": {
Expand Down

0 comments on commit 115883f

Please sign in to comment.