All versions
v1.1-dp
Release
v1.1-dp2 months ago 5,227
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platform
Data Pack
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
- Removed iron chain as a spawnable block, due to a Forge modloader error
- 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:F5xIekEa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EuPEjBVU:F5xIekEa"
}

