We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core.nbt
1 parent 1be6bde commit 0622bf7Copy full SHA for 0622bf7
nbt/src/main/java/core/nbt/package-info.java
@@ -0,0 +1,12 @@
1
+/**
2
+ * This library will be moved to a separate repository.
3
+ * <p>
4
+ * The package will be moved from {@code core.nbt} to {@code net.thenextlvl.nbt}<br/>
5
+ * The project group will be changed from {@code net.thenextlvl.core} to {@code net.thenextlvl}<br/>
6
+ * The project name will remain the same.
7
+ *
8
+ * @deprecated Move to the new artifact id {@code net.thenextlvl:nbt:VERSION}.
9
+ */
10
+@Deprecated(since = "2.4.0")
11
+package core.nbt;
12
+
0 commit comments