mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-27 04:55:31 +01:00
Update JeffChestSortOrganizer.java
This commit is contained in:
parent
6e3c21760c
commit
c32be7d057
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user