All versions
v1.1-mod
Release
v1.1-mod2 months ago 12.8K
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Additions
- Updated for Minecraft 26.1 - 26.2
- Added a blacklist feature, allowing players to select blocks they don't want chunks to generate as
- Added new /trigger cheats
- /trigger ac.random_chunk.blacklist (opens a blacklist menu, to toggle which blocks are allowed to spawn as chunks)
- /trigger ac.random_chunk.blacklist.clear (clears the blacklist)
- /trigger ac.random_chunk.blacklist.presets (opens a menu to blacklist large groups of blocks all at once)
- /trigger ac.random_chunk.reroll (rerolls the chunk you are standing in to use a new random block)
- Added 2 blacklist presets (more to come as I think of them / they are suggested)
- Leaves, which can generate a lot of lag as they decay
- Partial Blocks, which can be easy to fall through and die to fall damage
Changes
- Nether portal blocks now won't get destroyed when a chunk changes its block
- Light optimizations
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:EuPEjBVU:iJ2I0l3x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EuPEjBVU:iJ2I0l3x"
}

