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
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()