All versions
4.0
Release
NotEnoughTrials-1.21-v4.0last year 10.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
The "Final" Major Update
This update adds the last of what I have planned for this project so this most likely will be the final major update.
Not Enough Trials is now considered complete.
Small adjustments and ports will still be released.
-added new speed themed chamber "streak" (1.21.4+)
-use speed potions and soul speed to avoid mobs
-features melee skeletons that will chase you down and even take advantage of soul speed when ominous
-tough spawners spawn a swarm of creakings that will lock you in place and be careful of where you're facing
-creakings are killable and have low health
-added proper secret chambers, all themed around non-combat challenges
-3 chambers are added, they are in the same locations as the secret areas from before
-rewards are the same as before, but ominous difficulty gives double rewards
-added 5 new original advancements
-added variations to the atrium
-added an anticheat to the "icon" boss that prevents players from climbing up to the goat and killing it easily
-the ominous vault location has been moved since now players are not meant to climb up there
-added a variation to the straight hallway
-added melee skeletons and creakings to medley (1.21.4+)
-added creaking relief to the atrium (1.21.4+)
-FINALLY fixed lush caves or deep dark terrain generating inside the structure
-this was done by moving trial chambers to the last step of the world generation, this may mess with other datapacks or mods that depend on it generating in an earlier step
-don't expect this to be perfectly consistent
-rebalanced standard chamber and boss chamber chances
-changed the height range the trial chambers generate to prevent downwards elevators from hitting bedrock and not generating
-fixed husks dropping their armor and weapons
-fixed some spots of the interior poking out on the outside of the structure
-changed outside covers to prevent them from being blocked from generating a little better
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:1W5PhsYU:vSV7h2qP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1W5PhsYU:vSV7h2qP"
}

