From 6e2aaa6a169e3398c338d5bcc197137c2e159d88 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Sat, 27 Apr 2019 11:54:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7990fa..8897556 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Blobs of JSON data generated from Minecraft: Bedrock Edition used by PocketMine- ### `required_block_states.json` This file contains data defining all the needed block states in MCPE's StartGamePacket. The format is as follows:
Show -``` +
 "prefix": {
    "block_id": [
        /* 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
    ]
 }
-```
+
### `block_id_map.json`