QuiltMC / quilt-mappings

Quilt's Mappings for Minecraft
Creative Commons Zero v1.0 Universal
96 stars 76 forks source link

Create a way to update mappings automatically #48

Open OroArmor opened 2 years ago

OroArmor commented 2 years ago

Will likely use a java version of https://gist.github.com/LambdAurora/b987fbb580827566ef1bf52bdde441de

LambdAurora commented 2 years ago

My only worry with a Java version of this is stuff like the ASM lib, and stuff to parse tiny/Enigma mappings.

When I looked at those it looked way over-complicated, and possibly-breaking with time (looks at ASM lib being very strict on bytecode version).