maruohon / malilib

Library mod for masa's client-side Minecraft mods
GNU Lesser General Public License v3.0
294 stars 124 forks source link

[Question]: Prevent action printing to action bar? #145

Open BioTechproject27 opened 6 months ago

BioTechproject27 commented 6 months ago

Hey, so is there a way to stop all these messages from tweakeroo, minihud, litematica, tweakermore, etc from printing info about what was activated into the in-game action bar??

It kind of gets annoying, since I have some features (like preventing log stripping) set to my sneak key.

maruohon commented 6 months ago

In the current 1.13+ releases, no, not without code changes.

The latest development code has had this capability for some time now. Still no real ETAs on when that arrives to the latest MC versions though.

BioTechproject27 commented 6 months ago

Ah damn, thanks for the answer tho!

BioTechproject27 commented 6 months ago

Well, I've found a kinda workaround, I've bound the prevent axe stripping to sneak + use and set to "activate on both". So at least now it won't spam everytime I sneak, just when I sneak and rightclick.