← Назад к ресурсам

Simple Item Editor

Item Editor based on client-side commands

Modrinth equipment utility

Описание

# Simple Item Editor Simple Item Editor is a minecraft mod for item editing using client-side commands, mostly inspired by similiar editors on creative servers ![demo](https://github.com/White-145/item-editor/blob/main/demo.gif?raw=true) ## Features ### `/edit` command: Command for item editing. See [/edit command](https://github.com/White-145/item-editor#edit-command) for a list of arguments #### Text placeholders In some arguments (like `name` or `lore line`) you can use prefix `&` for various actions, such as: - `&k` for vanilla [formatting codes](https://minecraft.fandom.com/wiki/Formatting_codes) - `&#567FAB` for hex colors - `&` for [keybinds](https://minecraft.fandom.com/wiki/Controls#Configurable_controls) - `&[entity.minecraft.zombie]` for [translated text](https://minecraft.fandom.com/wiki/Raw_JSON_text_format#Translated_Text) - `&_` for space (" ") Also you can use escape `&` with backslash `\`, as well as `\xXX`, `\uXXXX` and `\n` ## Other info - [Issues](https://github.com/White-145/item-editor/issues) Feel free to report bugs, errors, crashes, mistakes in translation, suggestions to mod, advices on coding, etc.