BlazingTwist / ItemCounts

Adds the total amount of items in your inventory to the hotbar.
Apache License 2.0
2 stars 1 forks source link

Option to disable new "+" option #24

Closed lerokko closed 2 weeks ago

lerokko commented 2 months ago

I really love the new + thing that excludes items currently in the hotbar.

However I also use this mod a lot to count items quickly for builds (and people "orderings" stuff from on on my server"). So this mod plus itemscroller made it very easy to just grab "518 red wool".

With the new change I would constantly have to add 64 in my head, so a config option to toggle it on or off would be greatly appreciated :D

BlazingTwist commented 2 months ago

the new + thing that excludes items currently in the hotbar.

I'm not entirely sure what you mean by that. Maybe MORE_THAN_HOTBAR? https://github.com/BlazingTwist/ItemCounts/wiki/Configuring-an-Overlay#show-item-count

In general, I'm pretty sure that if a count is shown, then it's always the total* you have in your inventory.

* the total according to your counting rules, that is https://github.com/BlazingTwist/ItemCounts/wiki/Counting-Rules
lerokko commented 2 months ago

Itemcounts used to show the inventory total in older versions. This was useful cause I could see ad a glance how many items are in my inventory. Now the sum excludes the times shown in the hotbar. If I want to know the total I have to add the counts in my hotbar in my head.

image image

In older version the number displayed by item counts for golden carrots would be 89 (64+25=89) and now it is +25. This is regardless of the option I select in Show item-count

(I am using version 1.4.1+mc1.21)

lerokko commented 2 weeks ago

Excuse my mistake. This was another mod. I did not find the config option that mentioned this feature but I now confirmed your mod works correctly.