Seppuku is a free, open-source and lightweight Minecraft 1.12.2 Forge mod, and soon to be for more recent versions.
Originally oriented towards the 9B9T and 2B2T anarchy servers; it is a fully featured client-side mod with an external plugin system, unique exploits, and a solid Discord community.
Checkout the guide for help.
Using an IDE like IntelliJ or Eclipse is strongly recommended
git clone https://github.com/seppukudevelopment/seppuku
clean
via your IDEsetupDecompWorkspace
via your IDEbuild.gradle
and change the field buildmode
to RELEASE
(e.g. def buildmode = "RELEASE"
)build
via your IDEThe newly built jar file can be found in build/libs/
.
git clone https://github.com/seppukudevelopment/seppuku
./gradlew clean
./gradlew setupDecompWorkspace
build.gradle
and change the field buildmode
to RELEASE
(e.g. def buildmode = "RELEASE"
)./gradlew build
The newly built jar file can be found in build/libs/
.
git clone https://github.com/seppukudevelopment/seppuku
./gradlew.bat clean
./gradlew.bat setupDecompWorkspace
build.gradle
and change the field buildmode
to RELEASE
(e.g. def buildmode = "RELEASE"
)./gradlew.bat build
The newly built jar file can be found in build/libs/
.
-Dfml.coreMods.load=me.rigamortis.seppuku.impl.fml.core.SeppukuLoadingPlugin
buildmode
in build.gradle
is set to IDE
(e.g def buildmode = "IDE"
)clean
(see steps under aformentioned building section), if the error persists feel free to ask for help in the Discord support channel