PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Runtime Remapping #234

Closed cittyinthecloud closed 3 years ago

cittyinthecloud commented 3 years ago

Remaps calls to reflection at runtime. Uses redirects in Patcher to hook the Java Reflection API, and implements ObfuscationReflectionHelper.

cittyinthecloud commented 3 years ago

Sister PR: PatchworkMC/patchwork-patcher#94