Skip to content

Commit

Permalink
Bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed May 15, 2024
1 parent 0d1214f commit a91a9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ public void onEnable() {
getLogger().info(diamond.serialize().toString());
data.set(diamond);
getLogger().info(diamond.serialize().toString());

getLogger().info(DataComponentAPI.api().adapter(new ItemStack(Material.NETHERITE_CHESTPLATE)).serialize().toString());
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ public void onEnable() {
getLogger().info(diamond.serialize().toString());
data.set(diamond);
getLogger().info(diamond.serialize().toString());

getLogger().info(DataComponentAPI.api().adapter(new ItemStack(Material.NETHERITE_CHESTPLATE)).serialize().toString());
}
}

0 comments on commit a91a9e0

Please sign in to comment.