From 005db336a24102fe35cfa405d74353fe0f32a9f8 Mon Sep 17 00:00:00 2001 From: Dexrn ZacAttack Date: Sun, 3 Nov 2024 01:35:11 -0700 Subject: [PATCH] github actions counts this as an error --- LCE/File Types/NBT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LCE/File Types/NBT.md b/LCE/File Types/NBT.md index 48c3cbf..5511513 100644 --- a/LCE/File Types/NBT.md +++ b/LCE/File Types/NBT.md @@ -54,7 +54,7 @@ Minecraft Legacy Console Edition uses the following NBT data types: ### Player Data Player data on Legacy Console Edition is stored in NBT structures with information such as health, inventory, position, and more. -```nbt +``` TAG_Compound { "id": TAG_String("Player"), @@ -66,7 +66,7 @@ TAG_Compound ## Inventory Data Inventory data is stored within player NBT structures and represents the items a player carries. -```nbt +``` TAG_List [ TAG_Compound {...}, # Item 1 @@ -77,7 +77,7 @@ TAG_List ## World Data World data includes information about the game world, blocks, entities, and more. This data is saved in region files. -```nbt +``` TAG_Compound { "Level": TAG_Compound