Skip to content

Commit

Permalink
Sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Sep 5, 2024
1 parent b9b82de commit 8e79315
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public static void extractItemData(MinecraftServer serverObj) {
String itemID = itemKey.location().getPath();
if (!CREATIVE_MODE_TABS.hasKey(itemID))
CREATIVE_MODE_TABS.put(itemID, List.of());
CREATIVE_MODE_TABS.sort(itemID);
else
CREATIVE_MODE_TABS.sort(itemID);
}

WikiData.write(MAX_STACK_SIZE, "item_max_stack_size.txt");
Expand Down

0 comments on commit 8e79315

Please sign in to comment.