McModLauncher / modlauncher

Java 21 mod launcher
Other
171 stars 47 forks source link

INameMappingService isn't exposed in API jar #64

Closed LexManos closed 1 year ago

LexManos commented 3 years ago

It would be nice to pull out INameMappingService, and a way to look one up for a specific naming target (Environment.findNameMapping(target)) into the API jar. So that things like AccessTransformer don't have to have a hard dep on the non-api jar.

cpw commented 1 year ago

This seems like an oversight on my part..