Skip to content

Commit d37aab8

Browse files
committed
Update notes on converter page
1 parent 6c06440 commit d37aab8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/misc/tools/item-command-converter.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ import ItemCommandConverter from "@site/src/components/ItemCommandConverter";
66

77
# Item Command Converter
88

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.
1113

1214

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.
1517

1618
<ItemCommandConverter />

0 commit comments

Comments
 (0)