Skip to content

Commit 59e4cef

Browse files
committed
Removed nbt module and updated documentation
The `nbt` module has been moved to its own repository. Updated the README with the new repository link and removed associated entries from the configuration files.
1 parent 0622bf7 commit 59e4cef

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- files
1212
- functions
1313
- i18n
14-
- nbt
1514
- paper
1615
- utils
1716
- version-checker

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ missing and non-existing translations.
7272

7373
## NBT
7474

75+
> [!IMPORTANT]
76+
> This module has been moved to its own repository: [NBT](https://github.com/TheNextLvl-net/nbt)
77+
7578
The **nbt** module introduces a robust and efficient API for working with NBT (Named Binary Tag) data in Java
7679
applications. NBT is a binary serialization format used in Minecraft to store structured data, such as items, entities,
7780
and tile entities. With the core-nbt module, you can seamlessly read and write NBT data, manipulate its contents, and

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ include("adapters")
77
include("files")
88
include("functions")
99
include("i18n")
10-
include("nbt")
1110
include("paper")
1211
include("utils")
1312
include("version-checker")

0 commit comments

Comments
 (0)