Skip to content

Commit

Permalink
Merge pull request #683 from Spongecade/patch-1
Browse files Browse the repository at this point in the history
Update Minecraft wiki links to new domain
  • Loading branch information
generalmimon authored Oct 5, 2023
2 parents 0c3a821 + 6decd47 commit d80af01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions game/minecraft_nbt.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
file-extension:
- nbt
- dat
- schematic # https://minecraft.fandom.com/wiki/Schematic_file_format
- schematic # https://minecraft.wiki/w/Schematic_file_format
- schem
xref:
justsolve: Minecraft_NBT_format
Expand All @@ -17,14 +17,14 @@ meta:
doc: |
A structured binary format native to Minecraft for saving game data and transferring
it over the network (in multiplayer), such as player data
([`<player>.dat`](https://minecraft.fandom.com/wiki/Player.dat_format); contains
([`<player>.dat`](https://minecraft.wiki/w/Player.dat_format); contains
e.g. player's inventory and location), saved worlds
([`level.dat`](
https://minecraft.fandom.com/wiki/Java_Edition_level_format#level.dat_format
) and [Chunk format](https://minecraft.fandom.com/wiki/Chunk_format#NBT_structure)),
https://minecraft.wiki/w/Java_Edition_level_format#level.dat_format
) and [Chunk format](https://minecraft.wiki/w/Chunk_format#NBT_structure)),
list of saved multiplayer servers
([`servers.dat`](https://minecraft.fandom.com/wiki/Servers.dat_format)) and so on -
see <https://minecraft.fandom.com/wiki/NBT_format#Uses>.
([`servers.dat`](https://minecraft.wiki/w/Servers.dat_format)) and so on -
see <https://minecraft.wiki/w/NBT_format#Uses>.
The entire file should be _gzip_-compressed (in accordance with the original
specification [NBT.txt](
Expand Down Expand Up @@ -86,7 +86,7 @@ doc: |
doc-ref:
- https://wiki.vg/NBT
- https://web.archive.org/web/20110723210920/https://www.minecraft.net/docs/NBT.txt
- https://minecraft.fandom.com/wiki/NBT_format
- https://minecraft.wiki/w/NBT_format
seq:
- id: root_check
size: 0
Expand Down

0 comments on commit d80af01

Please sign in to comment.