QuiltMC / quilt-standard-libraries

A set of libraries to assist in making Quilt mods.
Apache License 2.0
152 stars 85 forks source link

Initializers don't use EntrypointUtils #249

Closed Gaming32 closed 1 year ago

Gaming32 commented 1 year ago

client_init and such, implemented by QSL, reimplement the code from EntrypointUtils instead of just using EntrypointUtils.

Gaming32 commented 1 year ago

When you update to 0.18.1, there's an API for this at org.quiltmc.loader.api.entrypoint.EntrypointUtils.