All versions
1.2.0
Release
Curses Revamped 1.2.02 weeks ago 20
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Curses Revamped 1.2.0 Changelog
Changed
- Important packaging change: Additional now requires Curses Revamped Base 1.2.0+.
- Reworked the 1.2 package layout so Additional is now a real addon for Base.
- Base remains the vanilla-plus foundation for Vanishing/Binding reworks, hidden config, and optional client tooltip support.
- Fabric Additional now requires
cursesrevampedinfabric.mod.json. - NeoForge Additional now requires
cursesrevampedinneoforge.mods.toml. - Additional Java classes moved into addon-only packages to avoid class/package conflicts when Base and Additional are installed together.
- Additional no longer runs the duplicated vanilla Vanishing/Binding durability hooks; Base owns that behavior when both jars are installed.
Fixed
- Fixed a Fabric Additional startup crash caused by client mixins using the wrong refmap.
- Thanks to Melmi for reporting this one.
- The crash affected the enchanting table research UI mixin and Crossed Wires mouse-input mixin.
- Fabric client mixins are now loaded from their own client mixin config, which points at the correct client refmap.
- Fixed Curse of Vulnerability damage scaling.
- Protection-style curse damage is now applied at the main
hurthook instead of relying on the deeper damage hook. - This makes Vulnerability increase incoming damage consistently while avoiding double-scaling with Fire, Projectiles, and Explosions.
- Protection-style curse damage is now applied at the main
- Made Curse of Magnetism more dangerous.
- Magnetism now drags nearby entities toward the cursed player instead of only pulling dropped items.
- Arrows now home much harder toward the cursed player from farther away.
- Added creative/admin discovery commands for the Additional jars.
/cursesrevamped discovery research allresearches every curse for yourself./cursesrevamped discovery research all <targets>researches every curse for other players./cursesrevamped discovery reveal all [targets]reveals curse names without unlocking detailed tooltips./cursesrevamped discovery unlearn all [targets]resets curse discovery and reveal progress./cursesrevamped discovery status [targets]shows researched/revealed counts.
- Creative mode now bypasses hidden curse discovery for tooltips.
- Creative players see real curse names and full curse details immediately.
- This is display-only and does not change saved research progress.
Planned / In Progress
- Improve cursed boons and make boon behavior clearer.
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:YYTT1zLX:u9gPr1P3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YYTT1zLX:u9gPr1P3"
}

