CleanroomMC / HadEnoughItems

Forked JustEnoughItems
MIT License
25 stars 12 forks source link

Order by metadata when orderIndex is the same #27

Closed Caedis closed 2 years ago

Caedis commented 2 years ago

Closes #26

Fixes an issue where items that have the same orderIndex (like vanilla stone and wool for example) are shown in a random order.

Before image
image image image

After image image image image image

Rongmario commented 2 years ago

Looks good to me, will likely change it up a bit when I'm changing up IngredientOrderTracker but this is a good foundation.