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

Use a significantly simplified internal access widening system #62

Closed coderbot16 closed 4 years ago

coderbot16 commented 4 years ago

The old internal access transformer system was pretty overcomplicated, as it turns out we don't really need all of the flexibility it provided. With the recent refactors, all we need is publicized classes & definalized fields, which is exactly what this new system does.