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
OptiRefine is a mod that utilizes Mixin to patch Optifine, keeping optifine compatible with cleanroom and reducing its destructiveness.
@@ -25,7 +23,7 @@ The project targets **Java 25**
25
23
```
26
24
27
25
Note: mixins are written against the vanilla MCP classes on the compile classpath;
28
-
OptiFine-only members are accessed via `@AccessibleOperation` / `@Shadow` (see FOR_AGENT.md).
26
+
OptiFine-only members are accessed via `@AccessibleOperation`
29
27
30
28
## Test Environment
31
29
@@ -36,15 +34,14 @@ OptiFine-only members are accessed via `@AccessibleOperation` / `@Shadow` (see F
36
34
## Feats
37
35
38
36
### Cleanroom removed Realms
39
-
OptiRefine does not perform any special repairs, which may prove to be universal.
40
37
41
-
with Fugue
38
+
| Configuration | Image | Note |
39
+
| --- | --- | --- |
40
+
| with Fugue || — |
41
+
| with OptiRefine || OptiRefine does not perform any special repairs, which may prove to be universal. |
0 commit comments