readme
Last updated
Was this helpful?
Last updated
Was this helpful?
Seppuku is a free, lightweight, open-source 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 .
JDK 8 (, )
(optional) Git
Clone the repository: git clone git@github.com:seppukudevelopment/seppuku.git
Run ./gradlew setupDecompWorkspace
Edit build.gradle
and change field buildmode
to RELEASE
. (e.g. `def
buildmode = "RELEASE"`)
Run ./gradlew build
.
Your .jar file is in build/libs/
.
Your .jar file is in build/libs/
.
Use VM arg -Dfml.coreMods.load=me.rigamortis.seppuku.impl.fml.core.SeppukuLoadingPlugin
Ensure field buildmode
in build.gradle is set to IDE
ex: def buildmode = "IDE"
Using a git shell for Windows and using the linux guide above is highly recommended. () 1. Clone the repository. 2. Import the project through Gradle via build.gradle
(simple tutorials online for , , etc.) 3. Run the gradle command setupDecompWorkspace
via the IDE or gradlew.bat file (via command prompt: gradlew.bat setupDecompWorkspace
) 4. Refresh the project (reload ide / refresh gradle workspace) 5. Edit build.gradle
and change field buildmode
to RELEASE
ex: def buildmode = "RELEASE"
6. Run the gradle command build
via the IDE or gradlew.bat file (via command prompt: gradlew.bat build
)