readme

Seppuku is a free, lightweight, open-source Minecraft Forge mod for Minecraft 1.12.2. Oriented towards the 9B9T anarchy server, this is a fully featured client-side mod with an external plugin API, unique exploits, and a solid Discord community.
Requirements
- (optional) Git 
Building
Linux / Mac
- Clone the repository: - git clone [email protected]:seppukudevelopment/seppuku.git
- Run - ./gradlew setupDecompWorkspace
- Edit - build.gradleand change field- buildmodeto- RELEASE. (e.g. `def- buildmode = "RELEASE"`) 
- Run - ./gradlew build.
Your .jar file is in build/libs/.
Windows
Using a git shell for Windows and using the linux guide above is highly recommended. (https://git-scm.com/downloads) 1. Clone the repository. 2. Import the project through Gradle via
build.gradle(simple tutorials online for intellij, eclipse, etc.) 3. Run the gradle commandsetupDecompWorkspacevia the IDE or gradlew.bat file (via command prompt:gradlew.bat setupDecompWorkspace) 4. Refresh the project (reload ide / refresh gradle workspace) 5. Editbuild.gradleand change fieldbuildmodetoRELEASEex:def buildmode = "RELEASE"6. Run the gradle commandbuildvia the IDE or gradlew.bat file (via command prompt:gradlew.bat build)
Your .jar file is in build/libs/.
Debugging
- Use VM arg - -Dfml.coreMods.load=me.rigamortis.seppuku.impl.fml.core.SeppukuLoadingPlugin
- Ensure field - buildmodein build.gradle is set to- IDEex:- def buildmode = "IDE"
Last updated
Was this helpful?