ViaVersion / ViaForge

Client-side Implementation of the Via* projects for Minecraft Forge
GNU General Public License v3.0
120 stars 33 forks source link

Fix some incompatibility issues and a crash by using standardized FML loading #49

Closed TudbuT closed 1 year ago

TudbuT commented 1 year ago

The crash was caused by MixinMinecraft#<init> not being inserted when some other mods mixin in a similar place, but I am not entirely sure why the Mixin system wasn't inserting it. Whatever it may be, it works now and has the added benefit of showing ViaForge in the mods list.