All versions
1.0.0
Beta
Experiment: Determination 1.0.0last month 100
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Singleplayer only
Required content
Any compatible version
Changes
- Save Points: These now generate naturally across various structures in the world (Villages, Outposts, Mansions, Strongholds, etc.). Interacting with them fully heals you and opens the save menu.
- True Time Rollbacks: Dying doesn't just respawn you. The entire world, your inventory, broken blocks, and killed mobs roll back to the exact state they were in when you saved.
- Genocide System: Your kills have consequences. If you purposefully exterminate a specific type of creature, their population will eventually run dry, and they will stop spawning in the world ("But nobody came...").
- Unique Atmosphere: Added a custom save UI, original Undertale sounds, and fonts.
- Flavor Texts: Unique, lore-friendly texts are written for every biome and structure to fill you with Determination.
- Full support for English, Russian, and Ukrainian languages.
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:odEo85Wk:8qmbGOuF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:odEo85Wk:8qmbGOuF"
}

