Skip to content

Commit

Permalink
Update cloud-modded to beta 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 30, 2024
1 parent 79abc80 commit 61898fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ dependencies {
modImplementation(libs.cloudFabric)
include(libs.cloudFabric)

modImplementation(libs.fabricPermissionsApi)
include(libs.fabricPermissionsApi)

implementation(libs.cloudMinecraftExtras) {
isTransitive = false // we depend on adventure separately
}
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ checkerQual = "3.48.0"
cloud = "2.0.0"
cloudMinecraft = "2.0.0-beta.10"
cloudProcessors = "1.0.0-beta.3"
cloudModded = "2.0.0-beta.9"
cloudModded = "2.0.0-beta.10"
cloudSponge = "2.0.0-SNAPSHOT"
configurate = "4.1.2"
adventure = "4.17.0"
Expand Down Expand Up @@ -86,6 +86,7 @@ mixin = { group = "org.spongepowered", name = "mixin", version = "0.8.5" }

fabricApi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabricApi" }
fabricLoader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabricLoader" }
fabricPermissionsApi = "me.lucko:fabric-permissions-api:0.3.3"

minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }

Expand Down

0 comments on commit 61898fc

Please sign in to comment.