Update readme.md

This commit is contained in:
noil 2019-11-03 13:27:59 -05:00 committed by GitHub
parent fa72ce956a
commit 4f7b0f7dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ Seppuku is a free, lightweight, open-source Minecraft Forge client-side mod for
4. Refresh the project (reload ide / refresh gradle workspace)
5. Edit `src/main/java/me/rigamortis/seppuku/impl/fml/core/SeppukuClassTransformer.java` change `PatchManager.Environment.IDE` to `PatchManager.Environment.RELEASE`
6. Run the gradle command `build` via the IDE or gradlew.bat file (via command prompt: `gradlew.bat build`)
# Debugging
- Use VM arg `-Dfml.coreMods.load=me.rigamortis.seppuku.impl.fml.core.SeppukuLoadingPlugin`
- Ensure field `PATCH_MANAGER` in **SeppukuClassTransformer.java** is set to `PatchManager.Environment.IDE`