MinecraftForge / Documentation

Read the docs MinecraftForge documentation
MIT License
463 stars 193 forks source link

[1.19.x] Fix KeyMapping registration code #470

Closed Maaxed closed 1 year ago

Maaxed commented 1 year ago

This PR fixes the code example for registering a KeyMapping, by replacing RegisterKeyBindingsEvent with RegisterKeyMappingsEvent and adds the @SubscribeEvent annotation