Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated 2 months ago
All versions
v8.0.2-1.20.1-Fabric
Release
[FABRIC] [1.20.1] SneakyCurses-v8.0.23 years ago 7,610
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v8.0.2-1.20.1] - 2023-11-16
Fixed
- Fixed start-up crash on Forge
[v8.0.1-1.20.1] - 2023-11-12
Fixed
- Fixed enchanted books holding curses being hidden from the creative mode search
[v8.0.0-1.20.1] - 2023-10-04
- Rewritten for Minecraft 1.20.1
Changed
- Curses are no longer hidden from tooltips, instead they are obfuscated in enchantment runes
- Obfuscated curses can bei revealed by combining the item with an amethyst shard in an anvil
- Alternatively equipping and using an item will reveal curses on it after some time
- Cursed item names are no longer colored red, instead the enchantment glint of the item itself shows with a red tint
Optional dependencies
Any compatible version
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:TivKCwTx:MuAWBqPq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TivKCwTx:MuAWBqPq"
}

