Inventory Profiles Next

Inventory Profiles Next

23M Downloads

Item Categories for Profiles

Azarattum opened this issue ยท 1 comments

commented

It would be really nice to have item categories while configuring profiles. So the configs would be more generic, flexible and compatible with future versions.

profile Example activate HOT1
    HOT1
     @melee_weapon
    HOT2
     @pickaxe
     @axe
     @shovel
    HOT3
     @solid_blocks
    HOT6
     @ranged_weapon
    HOT9
     @food

I understand that it could be implemented with the current version, but that would require a tedious work to specify every item. Especially something like blocks or food. Moreover you'll have to update such config for every upcoming Minecraft version that adds new blocks, food or weapons.

commented

Unfortunately implementing this is not really possible. Especially if we include modded in the picture.

Also I would advice against having too many alternatives for a single slot, because in the worst case scenario we would have exponential growth in time needed to find the item.