Skip to content

Commit

Permalink
Fix #5164 - cloud fixed this by making the fabric permission api mod …
Browse files Browse the repository at this point in the history
…optional in Incendo/cloud-minecraft-modded@6143fd3. Hence, this commit updates cloud-minecraft-modded, and includes the fabric permissions api to ensure permissions checking works properly.
  • Loading branch information
onebeastchris committed Nov 27, 2024
1 parent 0750990 commit 4807e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap/mod/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {

modImplementation(libs.cloud.fabric)
include(libs.cloud.fabric)
include(libs.fabric.permissions.api)
}

tasks.withType<Jar> {
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ viaversion = "4.9.2"
adapters = "1.15-SNAPSHOT"
cloud = "2.0.0-rc.2"
cloud-minecraft = "2.0.0-beta.9"
cloud-minecraft-modded = "2.0.0-beta.7"
cloud-minecraft-modded = "2.0.0-beta.9"
commodore = "2.2"
bungeecord = "a7c6ede"
velocity = "3.3.0-SNAPSHOT"
viaproxy = "3.3.2-SNAPSHOT"
fabric-loader = "0.16.7"
fabric-api = "0.106.1+1.21.3"
fabric-permissions-api = "0.3.3"
neoforge-minecraft = "21.3.0-beta"
mixin = "0.8.5"
mixinextras = "0.3.5"
Expand Down Expand Up @@ -109,6 +110,7 @@ minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft
# Check these on https://fabricmc.net/develop/
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabric-loader" }
fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabric-api" }
fabric-permissions-api = { group = "me.lucko", name = "fabric-permissions-api", version.ref = "fabric-permissions-api" }

neoforge-minecraft = { group = "net.neoforged", name = "neoforge", version.ref = "neoforge-minecraft" }

Expand Down

0 comments on commit 4807e46

Please sign in to comment.