File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ import ItemCommandConverter from "@site/src/components/ItemCommandConverter";
6
6
7
7
# Item Command Converter
8
8
9
- In 1.20.5, Mojang has changed the way items work. When before they stored all their metadata in
10
- unstructured NBT, they now utilize so-called item components.
9
+ In 1.20.5, Mojang has moved from unstructured NBT to the so-called item components. While Minecraft
10
+ will automatically update all existing items for you, only Paper will update commands and text
11
+ components containing items where possible. This tool helps you convert old item commands to the
12
+ new format externally.
11
13
12
14
13
- While Minecraft will automatically update all existing items for you, they don't update commands.
14
- This tool helps you convert old item commands to the new format .
15
+ Note that you need to select the * Entity Argument * mode if you want to convert entity data outside of
16
+ the summon command, as we require the entity type to convert data correctly .
15
17
16
18
<ItemCommandConverter />
You can’t perform that action at this time.
0 commit comments