CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.42k stars 460 forks source link

Making inv cleaner be less messier #3764

Open vardenixxxas opened 3 weeks ago

vardenixxxas commented 3 weeks ago

LiquidBounce Branch

Nextgen

Describe your feature request.

Inventory cleaner should have a option to throw out: Throw out snowballs/eggs and a slider to choose how many stacks to leave behind ranging from 0-5

Throw out Buckets of lava/water

These are the most common cause of a cluttered inventory in nextgen and adding this option should atleast make the inventory cleaner

Additional context

No response

1zun4 commented 3 weeks ago

snowballs/eggs is already possible using 'MaxThrowables'.

localpthebest commented 3 weeks ago

should also have an option to not keep an extra set of armor and weapons

1zun4 commented 3 weeks ago

should also have an option to not keep an extra set of armor and weapons

The issue is known and @superblaubeere27 may know more about it. I don't know if he has addressed the issue or not.

superblaubeere27 commented 2 weeks ago

should also have an option to not keep an extra set of armor and weapons

It does not keep an extra set of armor/weapons anymore! This behaviour was fixed in one of the last releases. If it still occurs please report it.

Sometimes it will keep armor because sometimes specific armor pieces are only good when used with other, better armor pieces. Since we don't want to throw away armor that might be useful in the future, we keep it.

superblaubeere27 commented 2 weeks ago

3784 will fix your problem

vardenixxxas commented 2 weeks ago

3784 will fix your problem

Yup, i consider it fixed