Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated last month
All versions
1.0-mc1.21.x
Release
1.0-mc1.21.xlast month 81
Compatibility
Minecraft: Java Edition
1.21.1โ1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
v1.0 - Official Public Release
After a year of being busy, here's the official full release!
โจ Added
- Added
/citx extend <extension>command. - Added
/citx rename <name>command. - Added
/citx resetcommand. - Added shorthand aliases:
/citx e/citx r/citx x
- Added automatic detection of the held item's current name.
- Added action bar notifications for successful operations.
- Added success and error sound feedback.
- Added command suggestions for extensions and item names.
- Added automatic item render refresh after renaming.
- Added support for full item renaming while preserving the original name
๐ Changed
- Updated pack icon.
- Renamed the project from CITR to CITX.
- Updated the mod ID from
citrtocitx. - Simplified command structure into a single
/citxcommand with subcommands. - Improved command parsing for cleaner tab completion.
- Improved rename logic to correctly detect and replace existing extensions.
- Improved handling of malformed names with multiple underscores.
- Improved feedback messages throughout the mod.
- Refactored command execution into reusable helper methods.
- Improved code organization and readability.
๐ Fixed
- Fixed item frame model refresh issues after renaming.
- Fixed package and mod ID inconsistencies after the CITX rename.
๐ Removed
- Removed the standalone
/citxresetcommand in favor of/citx reset. - Removed legacy CITR identifiers.
โ Compatibility
- Minecraft ~1.21.1
- Fabric Loader (1.21.1) 0.19.3+
- Fabric API 0.116.13+1.21.1+
Thank you for using CITX! โค๏ธ
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CITX-1.0-mc1.21.1-sources.jar | Source jar | 8.11 KiB |
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:zvXp50Nd:N7TdTJZz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zvXp50Nd:N7TdTJZz"
}

