tierrif / chat-utils

Minecraft Fabric client-side mod to ease chat message copying.
https://modrinth.com/mod/chatutils/
GNU Lesser General Public License v3.0
17 stars 9 forks source link

reflection't #9

Closed retrixe closed 2 years ago

retrixe commented 2 years ago

This is much cleaner and will avoid issues like with Quilt switching to Hashed Mojang Mappings from Intermediary in the future (since they plan on remapping Intermediary mods to Hashed MojMap at runtime, which reflection will misbehave with unless you use the appropriate loader APIs to get, field names, which wasn't the case here anyway: https://fabricmc.net/wiki/tutorial:reflection).