Skip to content

Commit 58c0315

Browse files
Merge branch 'main' into mixin
2 parents 0edba9a + 71fa0f1 commit 58c0315

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ You can find its template under `src/main/java-templates`.
4545
1. Rename json config file to include your modid. You will need one json per phase (`PRE_INIT`, `DEFAULT`, `MOD`)
4646
2. Add your mixin classes there.
4747
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
4849

4950
### Access Transformer
5051
You **MUST** write AT file in MCP name. It will be remapped back to SRG name in artifact jar.

0 commit comments

Comments
 (0)