Ingame Armor Editor
Armor editor that works ingame to preview faster the items that you create
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Ingame Armor Editor
Ingame Armor Editor V2
The old editor from the MCC comands discord is still there, but it has new stuff added to it so some functionality may be lost if you don't use the full sized one
Commands are now easier to know
Now you just need to use the autocompletions of ``` place template custom_armor: ```
``` function custom_armor:user/ ```
Removing the entities stays the same
``` kill @e[tag=custom_armor] ```
You may want to check out how to change the trim loops! for that, you can modify both functions:
``` function custom_armor:set_trim_loop function custom_armor:set_trim_mat_loop
```
There is a small tutorial text inside a function, but for easy knowledge:
ALLOWED INTERACTIONS
minecraft:dyed_color - adding or substracting dyes: `+` `-` - cycling through trim loops: `<` `>` - remove minecraft:dyed_color >>> bucket - change armor base materials // "enchant" with books, >>> anvil remove all enchantment data >>> grindstone (works with custom enchantments as well)
ITEMS THAT YOU SHOULD MIND
+ // -
- red, green and blue dyes
anvil
- leather, iron_ingot, gold_ingot, chain, diamond, netherite_ingot - enchanted books (or anything with minecraft:stored_enchantments data on it)