All versions
2.0.0-beta.17
Beta
cloud-neoforge 2.0.0-beta.17last month 8
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes
What's Changed
- chore(deps): Update adventureMod to v6.9.0 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/126
- chore(deps): Update dependency net.fabricmc:fabric-loader to v0.19.2 - autoclosed by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/127
- chore(deps): Update mod.publish.plugin to v2 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/132
- chore(deps): Update fabricLoader to v0.19.3 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/131
- chore(deps): Update dependency org.ow2.asm:asm to v9.10.1 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/129
- chore(deps): Update immutables to v2.12.2 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/130
- chore(deps): Update adventureMod to v7.0.0 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/135
- chore(deps): Update gradle and github actions to v7 by @renovate[bot] in https://github.com/Incendo/cloud-minecraft-modded/pull/136
Full Changelog: https://github.com/Incendo/cloud-minecraft-modded/compare/2.0.0-beta.16...2.0.0-beta.17
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:E9lQrDic"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dGpAFG2X:E9lQrDic"
}

