Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
CITX (CIT Extension)
A smart mod that makes renaming CIT items quick and easy with one command.
Made for builders, creators, and anyone tired of the anvil clanking.
๐ Features
- Rename items with simple commands
- Swap CIT extensions instead of stacking them
- Full rename support for display names
- One-command reset to default
- Smart logics, clean-ups, and naming conditions
- Client-side only, nothing to install server-side
๐ Quick Reference
| Command | Alias | What it does |
|---|---|---|
/citx <input> |
Shortcut. Skips "extend" entirely, just adds/swaps the extension | |
/citx extend <extension> |
/citx e <extension> |
Adds or swaps a CIT extension, keeps the base name |
/citx rename <name> |
/citx r <name> |
Replaces the entire display name |
/citx reset |
/citx x |
Clears the custom name |
โ ๏ธ Important: After using any command, open and close your inventory to refresh the renamed item so it displays correctly in the world.
Unfortunately, this cannot be fixed, as it is a limitation of how Minecraft handles item renames and client-side item updates.
#๏ธโฃ Commands
/citx extend
Adds or swaps an extension
Keeps the item's base name and only touches the extension.
/citx extend <extension>
/citx e <extension> # alias
/citx <input> # shortcut, no subcommand needed
For quick extension changes you don't even need to type "extend" or "e". Just /citx <input> on its own works the same way:
/citx red
Grass Block โ Grass Block_red
Example (full form)
/citx extend red
Grass Block โ Grass Block_red
Run it again with a new extension and it replaces the old one, it doesn't stack:
Grass Block_old
/citx e new
โ Grass Block_new โ
โ Grass Block_old_new โ (never happens)
/citx rename
Replaces the whole name
/citx rename <name>
/citx r <name> # alias
Example
/citx rename Mystic Sword
โ Mystic Sword
/citx reset
Resets item name back to default
/citx reset
/citx x # alias
๐งน Automatic Cleanup
You don't have to think about formatting. CITX handles it in the background:
- Collapses duplicate underscores
- Keeps only one extension at a time
- Adds a missing leading underscore
- Blocks malformed names before they happen
Stone__red โ Stone_red
๐ Example Workflow
Hold: Grass Block
/citx blue โ Grass Block_blue (shortcut for extend)
/citx green โ Grass Block_green (swapped, not stacked)
/citx r Emerald Trophy โ Emerald Trophy
/citx x โ Grass Block (back to default)
โจ See Also...
CITL (CIT Ledger) - A mod that provides an in-game menu for browsing installed OptiFine/CIT Resewn CIT packs.
โ๏ธ License & Support
Issues and feature requests can be submitted via the GitHub Issue Tracker.
Feel free to include into your modpacks with credits.
Distributed under the Apache-2.0 License.


