PatchworkMC / patchwork-patcher

Patches Forge mod jars, allowing them to be loaded by Fabric
GNU Lesser General Public License v3.0
316 stars 33 forks source link

Added KeyBinding replacement #67

Closed snakefangox closed 3 years ago

snakefangox commented 4 years ago

Replaces all instances of KeyBinding initialization with a PatchworkKeyBinding initialization to support the extra constructors forge adds to the class and allow registration with Fabric API. Fair warning, this is my first time using ASM and while I've checked and it works I have no idea if this is considered good form.

This requires an API PR, namely https://github.com/PatchworkMC/patchwork-api/pull/154.