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 support #205

Closed cittyinthecloud closed 3 years ago

cittyinthecloud commented 3 years ago

This PR is a draft for remapping reflection accesses to MC classes from SRG to whatever mappings are used at runtime. My goals are

cittyinthecloud commented 3 years ago

It's been a while since I used Forge, ReflectionHelper is no longer a thing