We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0edba9a + 71fa0f1 commit 58c0315Copy full SHA for 58c0315
1 file changed
README.md
@@ -45,6 +45,7 @@ You can find its template under `src/main/java-templates`.
45
1. Rename json config file to include your modid. You will need one json per phase (`PRE_INIT`, `DEFAULT`, `MOD`)
46
2. Add your mixin classes there.
47
3. Use `IMixinConfigPlugin` to control if certain mixin should be enabled. You can call `Loader.isModLoaded()` for `MOD` phase mixins.
48
+4. Don't worry about refmap, Unimined will handle it automatically. You can still `disableRefmap()` manually though
49
50
### Access Transformer
51
You **MUST** write AT file in MCP name. It will be remapped back to SRG name in artifact jar.
0 commit comments