Tags
Creators
Details
2.0.0-beta.1
Compatibility
Changes
What's New
Reworked the Easy-round block pool to make target discovery more meaningful and less trivial. Surface and height-related survival blocks are now favored in early rounds (terrain and feature-style targets instead of only immediate, nearby blocks). Removed overly easy targets from the early pool that could be found in a few steps (for example: slabs, simple trapdoors, and other too-fast pickups). Expanded block choices with better progression so rounds feel more natural:Early rounds focus on terrain base/feature blocks. Later rounds move toward crafted and technical blocks. Later rounds remain a tougher challenge with rare / useful blocks.
Improved target pool quality and consistency so the game flow better matches “discoverable in 180–300s” gameplay goals. Fixed duplicate target entries in catalog generation to prevent repeated rounds and selection edge cases. Removed non-survival/persistent targets that cannot be properly collected or stood on.
Notes
This is a gameplay-balance focused update. If you are tuning for your server, you can still adjust round pacing via existing command settings and match flow.
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:TpZtOXtX:xbRaSLGW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TpZtOXtX:xbRaSLGW"
}

