Hello, i just updated to spongeforge-1.10.2-2079-5.0.0-BETA-1727 and items are sorted on top of the invetory instead of bottom, even on armor slots, items goes to that slot when i buy items on shop, or buy spawning a kit http://prntscr.com/ci3ibh
What’s performing this ‘sorting’ feature? Is it a part of pixelmon?
No i guess this an issue with the lattest sponge version, the versions i was running before this was working fine
I don’t think that they are being sorted, more that when using Inventory#offer(ItemStack)
in Nucleus’ /kit
command, items can end up in the item slots.
Either I’m now using the wrong method, or something has gone awry in Sponge.
Same happens with Servershops plugin
I recently changed the iteration order for player inventories, as part of implementing more of the inventory API. However, I’m probably going to change it back to be easier for plugins to use.