From c32be7d057c0bddf91818c44cc630074ced420d8 Mon Sep 17 00:00:00 2001 From: JEFF <1122571+mfnalex@users.noreply.github.com> Date: Sat, 10 Nov 2018 21:09:54 +0100 Subject: [PATCH] Update JeffChestSortOrganizer.java --- src/de/jeffclan/JeffChestSort/JeffChestSortOrganizer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/de/jeffclan/JeffChestSort/JeffChestSortOrganizer.java b/src/de/jeffclan/JeffChestSort/JeffChestSortOrganizer.java index 398209b..3731bbe 100644 --- a/src/de/jeffclan/JeffChestSort/JeffChestSortOrganizer.java +++ b/src/de/jeffclan/JeffChestSort/JeffChestSortOrganizer.java @@ -18,6 +18,7 @@ public class JeffChestSortOrganizer { * We will omit certain parts of the name and put them behind the main name for sorting reasons. * E.g. ACACIA_LOG -> LOG_ACACIA (so all LOGs are grouped) * Diamond, Gold, Iron, Stone, Wood does NOT have to be sorted, because they are already alphabetically in the right order + * We identify the ItemStack by its uuid, which is appended to the sorting string. */ JeffChestSortPlugin plugin; @@ -259,4 +260,4 @@ public class JeffChestSortOrganizer { } } -} \ No newline at end of file +}