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
That's because ReplayMod (1.7.10-2.5.2) uses methods that were removed in Mixin 0.8 in its bootstrap code. If you make these changes in ReplayModTweaker, it will work again (but not with Mixin 0.7)
- if (GlobalProperties.get("mixin.initialised") == null) {+ if (GlobalProperties.get(Keys.INIT) == null) {
Everything's in the title.
The text was updated successfully, but these errors were encountered: