Skip to content

Commit

Permalink
Removed Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 22, 2024
1 parent 71dad66 commit 694a54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dev/xdpxi/xdlib/XDsLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public static void registerItems() {

List<Item> items = List.of(xdlibItem);
custom.ItemGroup("xdlib_group", MOD_ID, xdlibItem, items);
LOGGER.info("[XDLib] Successfully registered items and item group");
} catch (Exception e) {
LOGGER.error("[XDLib] Failed to register items: {}", e.getMessage());
e.printStackTrace();
Expand Down

0 comments on commit 694a54a

Please sign in to comment.