Описание
# ItemEdit Fabric
A Fabric mod for Minecraft 1.20.5-26.1.2 that provides powerful item editing capabilities through client-side commands.
## Features
### Main Command: `/ie`
Comprehensive item editing with commands for:
* **Basic Properties**
* `/ie rename ` - Rename items
* `/ie lore ` - Add custom lore (supports comma-separated lines)
* `/ie amount ` - Change stack size
* `/ie unbreakable ` - Make items unbreakable
* `/ie repaircost ` - Set repair cost
* `/ie durability ` - Modify item durability
* `/ie hidetooltip ` - Hide or show item tooltips
* `/ie glow ` - Toggle enchantment glint effect
* `/ie rarity ` - Change item rarity (COMMON/UNCOMMON/RARE/EPIC)
* **Advanced Customization**
* `/ie enchant ` - Add enchantments
* `/ie bookenchant ` - Add stored enchantments to enchanted books
* `/ie attribute ` - Add attribute modifiers
* `/ie equippable [sound] [armortype] [damage_on_hurt] [dispenseable] [swappable] [overlay]` - Make items equippable with custom equipment properties
* `/ie itemdisguise ` - Change an item's appearance to another item
* **Special Items**
* `/ie leathercolor ` - Customize leather armor colors
* `/ie potioncolor ` - Set potion colors
* `/ie fireworkpower ` - Adjust firework rocket power
* `/ie bookstuff ` - Edit written books
* `/ie trim ` - Apply armor trims
* `/ie foodify ` - Turn any item into food
* `/ie glider ` - Give items Elytra-style gliding functionality
* **Mob & Entity Item Variants**
* `/ie axolotlvariant ` - Set axolotl bucket variants (blue/pink/yellow/brown/cyan)
* `/ie tropicalfish ` - Customize tropical fish bucket appearance
## Usage Notes
* All commands require Creative Mode
* RGB color values support up to 16.7 million colors
* Tab completion available for all commands
* Changes are made client-side and sent to server so creative is required
## Requirements
* Fabric 1.21 or above
* Fabric Loader
* Fabric API
## Installation
1. Install Fabric Loader and Fabric API
2. Place the mod JAR in your `mods` folder
3. Launch Minecraft
---