TwelveIterationMods / ChatTweaks

Minecraft Mod. Emoticons, Image Preview, Tabs and Filters. Client-side only.
https://mods.twelveiterations.com/mc/chat-tweaks/
MIT License
18 stars 10 forks source link

Buttons for custom packs? #69

Open YuRaNnNzZZ opened 5 years ago

YuRaNnNzZZ commented 5 years ago

Currently GuiOverlayEmotes has a hardcoded set of groups, it would be handy to have a proper way to add buttons for custom packs (as well as groups list scrolling).

I got it to work using ActionPerformedEvent.Post and InitGuiEvent.Post with some reflection, but it's way too hacky.