1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-04 14:49:40 -03:00

Update README.md

This commit is contained in:
Dylan T 2019-04-27 11:54:14 +01:00 committed by GitHub
parent 3715531466
commit 6e2aaa6a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ Blobs of JSON data generated from Minecraft: Bedrock Edition used by PocketMine-
### `required_block_states.json` ### `required_block_states.json`
This file contains data defining all the needed block states in MCPE's StartGamePacket. The format is as follows: This file contains data defining all the needed block states in MCPE's StartGamePacket. The format is as follows:
<details><summary>Show</summary> <details><summary>Show</summary>
``` <pre>
"prefix": { "prefix": {
"block_id": [ "block_id": [
/* all of the needed metadata variants (or states in the future) */ /* all of the needed metadata variants (or states in the future) */
@ -14,7 +14,7 @@ This file contains data defining all the needed block states in MCPE's StartGame
3 3
] ]
} }
``` </pre>
</details> </details>
### `block_id_map.json` ### `block_id_map.json`