Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
After 17 beta releases, Cloud’s modded Minecraft integrations are now stable.
Cloud Minecraft Modded 2.0 provides Fabric and NeoForge integrations for Minecraft 26.2, with support for client and server commands and shared utilities for Minecraft-native argument types.
Highlights
- Fabric and NeoForge command managers for client and server commands
- Cloud-friendly parsers for Minecraft-native argument types
- Native Brigadier mappings and suggestions
- Minecraft selectors, coordinates, registry entries, and other shared data types
- Permission integration for modded platforms
- Signed command argument support
- Optional Adventure Platform integration for audiences and signed-message handling
Upgrading
If you are already using 2.0.0-beta.17, update your Cloud Minecraft Modded dependencies to 2.0.0.
Cloud Minecraft Modded 2.0 uses Cloud Core 2.1.0 and Cloud Minecraft 2.0.0.
Users migrating from Cloud 1.x should read the Cloud 2 migration guide. Cloud 2 uses the org.incendo group and package names, and platform integrations are versioned separately from Cloud Core.
Changes since beta.17
- Update Cloud Core to 2.1.0
- Update Cloud Minecraft to 2.0.0
- Expose required Immutables annotations to consumers (#142)
- Update Adventure Platform Mod to 7.1.1
See the modded Minecraft documentation for installation and usage.
Full Changelog: https://github.com/Incendo/cloud-minecraft-modded/compare/2.0.0-beta.17...2.0.0
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:dGpAFG2X:EWJ2giQ9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dGpAFG2X:EWJ2giQ9"
}

