Update JeffChestSortOrganizer.java

This commit is contained in:
JEFF 2018-11-10 21:09:54 +01:00 committed by GitHub
parent 6e3c21760c
commit c32be7d057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
}
}
}
}