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
Copy file name to clipboardExpand all lines: LEGACY.md
+35
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,41 @@ obfuscation {
91
91
}
92
92
```
93
93
94
+
## Mixins
95
+
96
+
You need to create so-called "refmaps" for Mixin, which convert the names you used to declare injection points and reference other parts of Minecraft code to the names used at runtime (SRG).
97
+
98
+
This is usually done by including the Mixin annotation processor in your build:
0 commit comments