We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1214f commit a91a9e0Copy full SHA for a91a9e0
test-plugin/library/src/main/java/kr/toxicity/test/TestPlugin.java
@@ -24,5 +24,7 @@ public void onEnable() {
24
getLogger().info(diamond.serialize().toString());
25
data.set(diamond);
26
27
+
28
+ getLogger().info(DataComponentAPI.api().adapter(new ItemStack(Material.NETHERITE_CHESTPLATE)).serialize().toString());
29
}
30
test-plugin/shade/src/main/java/kr/toxicity/test/TestPlugin.java
@@ -27,5 +27,7 @@ public void onEnable() {
31
32
33
0 commit comments