ebranson1969 / SimpleSponge

A 1.10+ port of OpenBlocks Sponge, with some extra sprinkles!

Home Page:https://minecraft.curseforge.com/projects/simple-sponge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSponge

Downloads MCVersion

GitHub issues GitHub pull requests license

Logo


About

This is the GitHub repo for the Simple Sponge Minecraft mod, where the source code and issue tracker are in here.

Submit any bug reports / suggestions via issue tracker.

Pull requests are welcome if you would like to add features / help with bug fixes or translations.


Contact Me


Setting up workspace / compile the mod yourself

If you would like to set up the workspace yourself to submit PRs of features additions or bug fixes, or compile the mod, here's how you do it.

  1. Clone the mod.

    • HTTPS: git clone https://github.com/JackyyTV/SimpleSponge.git
    • SSH: git clone git@github.com:JackyyTV/SimpleSponge.git
    • Or, use the GitHub desktop app to clone the repo via GUI interface.
  2. Setting up the workspace, depending on what you need.

    • Decompiled source: gradlew setupDecompWorkspace
    • Obfuscated source: gradlew setupDevWorkspace
    • CI server: gradlew setupCIWorkspace
  3. Either use gradlew build to build the jar file (Output is in build/libs), or setup the IDE if you are going to modify any codes. Both IntelliJ IDEA and Eclipse are included below since they're more popular IDEs.

    • IntelliJ IDEA: Do gradlew idea, open the .ipr file and import the gradle file, then execute the genIntellijRuns task in the "Gradle" tab.
    • Eclipse: Do gradlew eclipse and open the directory as project.

About

A 1.10+ port of OpenBlocks Sponge, with some extra sprinkles!

https://minecraft.curseforge.com/projects/simple-sponge

License:MIT License


Languages

Language:Java 100.0%