mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-02-22 15:23:06 +01:00
Update JeffChestSortOrganizer.java
This commit is contained in:
parent
7b6b024d4f
commit
fc458bec27
@ -18,14 +18,11 @@ public class JeffChestSortOrganizer {
|
||||
// All of the sorting stuff happens here.
|
||||
|
||||
/*
|
||||
* DEPRECATED: THE FOLLOWING INFOS ARE OUTDATED
|
||||
* I HAVE REPLACED THE UUID CONNECTION WITH AN ARRAY THAT REFERS TO THE ACTUAL ITEMSTACK
|
||||
* Thoughts before implementing:
|
||||
* We create a string from each item that can be sorted.
|
||||
* 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 hashcode, which is appended to the sorting string.
|
||||
*/
|
||||
|
||||
JeffChestSortPlugin plugin;
|
||||
|
Loading…
Reference in New Issue
Block a user