Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 30, 2024
1 parent cdd7362 commit 02391a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/pl/xyundy/squaredadditions/item/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ private static Item registerItem(String name, Item item) {
public static void itemGroupCombat(FabricItemGroupEntries entries) {
entries.add(COPPER_SWORD);
entries.add(COPPER_PICKAXE);

entries.add(EMERALD_SWORD);
entries.add(EMERALD_PICKAXE);
}
Expand All @@ -51,6 +52,7 @@ public static void itemGroupTools(FabricItemGroupEntries entries) {
entries.add(COPPER_SHOVEL);
entries.add(COPPER_AXE);
entries.add(COPPER_HOE);

entries.add(EMERALD_PICKAXE);
entries.add(EMERALD_SHOVEL);
entries.add(EMERALD_AXE);
Expand Down

0 comments on commit 02391a6

Please sign in to comment.