From e5b7cdecf02cfc56536e96f03517aeefdad269bd Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 18 Jan 2024 04:35:53 +0530 Subject: [PATCH] better doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94331fbd4..53bd277da 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Data provided: | Foods | list of foods each with there id, saturation, foodpoints and more | | Commands | a tree structure for vanilla minecraft server commands, and some info needed to implement sub-parsers. | Legacy | mappings between legacy (1.12) and post-flattening (1.13+) blocks and items ids -| Data renames | mappings between old and new block and item names e.g. `tallgrass` -> `grass`, `grass` -> `short_grass` (from oldest to newest) or `yellow_wool` -> `wool` (from 1.13+ to 1.12-) +| Data renames | (for PC 1.8+) mappings between old and new block and item names e.g. `tallgrass` -> `grass`, `grass` -> `short_grass` (from oldest to newest) or `yellow_wool` -> `wool` (from 1.13+ to 1.12-) | Skin data | (bedrock edition) Skin geometry and texture data for steve skin | Features | This can be used to check is a specific feature is available in the current Minecraft version. This is usually only required for handling version-specific functionality.