js6pak / mojangfix

Minecraft b1.7.3 mod that fixes skins, authentication and more
https://modrinth.com/mod/mojangfix
GNU Lesser General Public License v3.0
17 stars 7 forks source link

Move Variables out of Mixin #12

Closed matthewperiut closed 1 month ago

matthewperiut commented 11 months ago

Made onKeyPressed into two functions before and after the main function body. This doesn't negatively impact features while allowing SPC to be able to mixin to read current text and also mixin into onKeyPressed as well.

Let me know if there should be changes