Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A NBT and SNBT library for Java (17)

## Overview

This is an implementation for serializing, deserializing, parsing, and stringifying NBTs (Named Binary Tags) by [Mojang Studios](https://mojang.com), according to this [specification](https://wiki.vg/NBT).
This is an implementation for serializing, deserializing, parsing, and stringifying NBTs (Named Binary Tags) by [Mojang Studios](https://mojang.com), according to this [specification](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/NBT).

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/syntaxerror/syntaxnbt/tag/TagType.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* This enum contains all valid types of NBT tags.<br>
* Information according to <a href="https://wiki.vg/NBT#Specification">wiki.vg</a>
* Information according to <a href="https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/NBT#Specification">wiki.vg (minecraft.wiki)</a>
*
* @author SyntaxError404
*/
Expand Down