fix: Cinnabar crash due to tinyfd module encapsulation conflict

We get a `InvalidModuleDescriptorException` due to our fat glfw jar
providing tinyfd classes despite not being declared properly in
module-info.class, this then confuses the loader as it tries to load
another different tinyfd jar file with a proper module-info.class.

To avoid this, let's just remove tinyfd. Any mod using it would likely
just ship with it.
This commit is contained in:
alexytomi
2026-03-14 01:14:07 +08:00
parent 09c2a50356
commit 710dabf17c

View File

Binary file not shown.