All Projects → seppukudevelopment → Seppuku

seppukudevelopment / Seppuku

Licence: gpl-3.0
strong hack

Programming Languages

java
68154 projects - #9 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Seppuku

Spongevanilla
The SpongeAPI implementation for Vanilla Minecraft.
Stars: ✭ 254 (+103.2%)
Mutual labels:  gradle, minecraft
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+142.4%)
Mutual labels:  gradle, minecraft
Client
KAMI Blue: a continuation of 1.12.2 KAMI
Stars: ✭ 257 (+105.6%)
Mutual labels:  gradle, minecraft
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+80.8%)
Mutual labels:  gradle, minecraft
Equivalent Exchange
Stars: ✭ 37 (-70.4%)
Mutual labels:  gradle, minecraft
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (+92.8%)
Mutual labels:  gradle, minecraft
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (+127.2%)
Mutual labels:  gradle, minecraft
Baritone
google maps for block game
Stars: ✭ 3,868 (+2994.4%)
Mutual labels:  gradle, minecraft
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+416%)
Mutual labels:  gradle, minecraft
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (+345.6%)
Mutual labels:  gradle, minecraft
Techreborn
Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod. https://www.curseforge.com/minecraft/mc-mods/techreborn
Stars: ✭ 205 (+64%)
Mutual labels:  gradle, minecraft
Tabbychat 2
Successor to TabbyChat
Stars: ✭ 53 (-57.6%)
Mutual labels:  gradle, minecraft
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+1730.4%)
Mutual labels:  gradle, minecraft
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (-85.6%)
Mutual labels:  minecraft, gradle
Railcraft
The Railcraft Mod for Minecraft, source and development.
Stars: ✭ 446 (+256.8%)
Mutual labels:  gradle, minecraft
Spongeapi
A Minecraft plugin API
Stars: ✭ 1,043 (+734.4%)
Mutual labels:  gradle, minecraft
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+784.8%)
Mutual labels:  gradle, minecraft
Gnag
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
Stars: ✭ 120 (-4%)
Mutual labels:  gradle
Mcscript
A programming language for Minecraft Vanilla
Stars: ✭ 124 (-0.8%)
Mutual labels:  minecraft
Tickprofiler
Profile your minecraft server: Find which entities and tile entities are making your server slow
Stars: ✭ 119 (-4.8%)
Mutual labels:  minecraft

Seppuku

Website Discord License GitHub Version GitHub Lines GitHub Contributors GitHub Language Downloads

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.

Requirements

Building

IntelliJ and Eclipse

Using an IDE like IntelliJ or Eclipse is strongly recommended

  1. Download either IntelliJ or Eclipse
  2. Clone (or download) the repository: git clone https://github.com/seppukudevelopment/seppuku
  3. Import the project (steps for IntelliJ and Eclipse)
  4. Run the Gradle task clean via your IDE
  5. Run the Gradle task setupDecompWorkspace via your IDE
  6. Edit build.gradle and change the field buildmode to RELEASE (e.g. def buildmode = "RELEASE")
  7. Run the Gradle task build via your IDE

The newly built jar file can be found in build/libs/.

Linux, Unix and Mac

  1. Clone (or download) the repository: git clone https://github.com/seppukudevelopment/seppuku
  2. Run ./gradlew clean
  3. Run ./gradlew setupDecompWorkspace
  4. Edit build.gradle and change the field buildmode to RELEASE (e.g. def buildmode = "RELEASE")
  5. Run ./gradlew build

The newly built jar file can be found in build/libs/.

Windows

  1. Clone (or download) the repository: git clone https://github.com/seppukudevelopment/seppuku
  2. Run ./gradlew.bat clean
  3. Run ./gradlew.bat setupDecompWorkspace
  4. Edit build.gradle and change the field buildmode to RELEASE (e.g. def buildmode = "RELEASE")
  5. Run ./gradlew.bat build

The newly built jar file can be found in build/libs/.

Debugging

  • Use the JVM argument -Dfml.coreMods.load=me.rigamortis.seppuku.impl.fml.core.SeppukuLoadingPlugin
  • Ensure the field buildmode in build.gradle is set to IDE (e.g def buildmode = "IDE")
  • If any error occurs try running the Gradle task clean (see steps under aformentioned building section), if the error persists feel free to ask for help in the Discord support channel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].