You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Small fixes to mod loader
- Load classpath mods first, use LinkedHashMap to preserve order
- Use MethodHandles rather than sun.reflect.ConstructorAccessor in ReflectionUtils (Java 9 compatibility)
- Move Side class out of ModInfo
- Change RiftLoader.isClient to RiftLoader.getSide()