TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

modlauncher doesn't look in the LibLib jar for Yoga #160

Closed thecodewarrior closed 3 years ago

thecodewarrior commented 3 years ago

modlauncher bypasses mod classloaders for everything under the org.lwjgl.* package, so it doesn't recognize Yoga so it doesn't find Yoga. Currently this can be mitigated in the development environment by including yoga on the classpath, but that's not a final solution.

This is currently waiting on cpw/modlauncher#27

thecodewarrior commented 3 years ago

f8fcadb removed Yoga, since it wasn't really worth the trouble. A cool experiment, but not very practical.