Skip to content

Commit

Permalink
github actions counts this as an error
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack committed Nov 3, 2024
1 parent 165b9c7 commit 005db33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LCE/File Types/NBT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 005db33

Please sign in to comment.