All versions
0.96
Beta
Grace's Will [BUG FIX]2 weeks ago 36
Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Fabric
Forge
NeoForge
Supported environments
Client and server
Changes
Fixes
- Note not teleporting on body.note
- Staruin Slight optimize
- Unifocals Spawning while Reading Notes
Changes
- Spawnrate Reduced and Optimized for long time surviving
- Player Age [incressed age of death] [slowly decresses each tick by 1] {shows a msg when 85% of dying due to old age} [Timeshutter gives 10 incremental Age every tick (while eyes opened)]
- Slight buff on <IM NOT GONNA SUGARCOAT IT>
- Some subtitles on soundtracks
Work In Progress [WIP]
- Unifocal Resantch
- Resantch's Soundtrack split
- Pocket Dimensions
- 5 Traits
- etc, etc see the Plans Section on Discription
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:ZRXEzsPK:LhDSezDy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZRXEzsPK:LhDSezDy"
}

