2.0.0
Compatibility
Changes
Time Warp: The Temporal Enchantment — v2.0.0 Changelog Aura with Full Armor Set + Enchant When wearing a full armor set (any armor type) with all armor pieces enchanted with Time Warp, a visual aura appears around the player when the ability is ready, indicating the “ready” state.
The aura uses ENCHANT / PORTAL / SOUL_FIRE_FLAME particles.
Aura is generated server-side (no desync).
The aura does not appear while the ability is on cooldown.
Visible Cooldown (Boss Bar + Messages) After using rewind, a boss bar appears at the top of the screen showing a progressive countdown (mm:ss), updated regularly.
When the cooldown starts:
A message is sent in action bar + chat.
Sound and particles are played for feedback.
When the cooldown ends:
The player receives a system message.
The boss bar is automatically removed.
Added: Scarlet Blade Scarlet Blade is a new sword.
Deals 13 damage.
Has 1.0 attack speed.
Added: Scarlet Armor Set Z Key Ability — Area Slow Effect Pressing Z while:
Wearing the full Scarlet armor set.
Having Time Warp enchant on all armor pieces.
Effects:
Applies Slowness to nearby mobs (radius ~5 blocks) for 30 seconds.
A visible ground ring is drawn using blue particles (SOUL / SOUL_FIRE_FLAME) to indicate the area of effect.
An AMETHYST chime sound is played for feedback.
The ability has a per-player cooldown of 30 seconds, fully enforced server-side to prevent spam or abuse.
Full Scarlet Set Bonus on Rewind If rewind is activated while wearing the full Scarlet armor set with Time Warp enchant:
Rewind gains enhanced effects (e.g. longer regeneration, resistance, absorption, night vision).
Rewind duration may be increased, implemented directly in the rewind logic. Happy Rewind
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:NwBM8beD:nGJIciiM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NwBM8beD:nGJIciiM"
}

