All versions
2.3.0
Release
6T4 Challenges 2.3.04 hours ago 4
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New Challenges
- Block Rain
- Random blocks fall from the sky on a timer and place themselves wherever they land, slowly burying the world
- Options for intensity (more blocks and faster), fall height, radius, and which block falls
- Leave the block id as 'random' to rain anything in the game, or set a block id such as 'sand' to rain only that block.
Changes, Adjustments, and Fixes
- Invisible Mobs
- Mobs are no longer given an invisibility potion effect, they are now fully unrendered
- This makes the challenge tougher since effects like particles, held items, and armor no longer give mobs away
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:H3CoMToa:9e8IbMnt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H3CoMToa:9e8IbMnt"
}

