1.1.0
Compatibility
Changes
ShadowPrint Update v1.1.0: "Temporal Stability" The Chrono-Anchor is now live and fully stabilized! This update focuses on perfecting the "time-rewind" mechanic and fixing critical backend stability issues.
New Features : The Chrono-Anchor Temporal Snapshot: Right-click to "Anchor" your current position, health, and orientation.
Rewind Mechanic: Right-click again within 15 seconds to instantly snap back to your saved state.
Full Synchronization: The anchor now perfectly restores your exact position, pitch/yaw, and health.
Balance: Each use consumes 1 Durability and triggers a 6-second cooldown to prevent timeline abuse.
Bug Fixes NBT Stability: Fixed internal type mismatches by replacing Optional calls with direct primitive data storage.
Tooltip Resolution: Resolved the TooltipFlag and TooltipContext errors to ensure item descriptions display correctly in-game.
Persistence: Fixed a "Ghost Anchor" bug where temporal data failed to clear correctly after use.
Added durability to every item.
Registration: Corrected the addCooldown item reference to ensure the tactical cooldown functions perfectly.
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:B0BRejS1:izz2O5Uv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B0BRejS1:izz2O5Uv"
}

