Skip to content

Commit

Permalink
[Fabric] Update to 24w36a
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Sep 4, 2024
1 parent 6485356 commit 33cc4b2
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 @@ -12,7 +12,7 @@ repositories {

dependencies {
api(projects.shared)
minecraft("com.mojang:minecraft:24w35a")
minecraft("com.mojang:minecraft:24w36a")
mappings(loom.officialMojangMappings())
modImplementation("me.lucko:fabric-permissions-api:0.2-SNAPSHOT")
modImplementation("net.fabricmc:fabric-loader:0.15.9")
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-alpha.24.33.a", "1.21.2-alpha.24.34.a", "1.21.2-alpha.24.35.a"
"1.21", "1.21.1", "1.21.2-alpha.24.33.a", "1.21.2-alpha.24.34.a", "1.21.2-alpha.24.35.a", "1.21.2-alpha.24.36.a"
]
},
"recommends": {
Expand Down

0 comments on commit 33cc4b2

Please sign in to comment.