From seemingly harmless candies and rainbows, to dark back stories and multiversal aliens, this mod adds a lot of dimensions, boss battles and structures.
You can choose your own adventure. Will it be fighting Princess Bubblegum for her throne or maybe going into a rainbow dimension which hides dark secrets.
Maybe you want something even darker. Maybe you would like to go to a toxic dimension full of suffering mutants, taking the risk of becoming one of them.
Or maybe you would like something more peaceful which can still benefit you a ton. If that's the case then you can explore the endless ScrapLands where people threw away their trash. Maybe you can find something interesting there.
Don't like any of that? Well then you can experience the core of the mod: Skizzik boss battles.
You can fight the distant nethery Wither relative: the original Skizzik.
Or you can fight the new trio, appearing in all Skizzium projects and controlling the multiverse: The Cosmic Council.
They can be found in the (Cosmic) Skizzik's origin dimension which is of course the Cosmium.
What will it be? Chose wisely!
Tired of waiting for the next beta? Want to just experience one of the new features?
Well, you can build the mod yourself then! This is one of the beauties of open source projects.
DISCLAMER: I don't promise stability. I'm taking my time for a reason. A lot of bugs and unbalanced features might be present. If you end up building and testing the mod yourself, feedback would be appreciated in the Discord server, the Guild server or the Issues
Now, onto the steps.
- Download an IDE (the instructions will be for IntelliJ but Eclipse can be used too)
- Clone the desired branch repository or download as zip
- If you're unsure of what branch to chose, use the Development one.
The main branch (Forge-{Latest Version}) is the production branch, containing the same mod you can download from CurseForge.
- If you're unsure of what branch to chose, use the Development one.
- Open the mod's files via the IDE
- Wait for the loading to finish
- Go to
build.gradle
and remove thecurseforge
and thetasks.getByName("curseforge")
code blocks. - Open the terminal (on the bottom bar of IntelliJ) and type
./gradlew genIntellijRuns
- Once it's done, restart IntelliJ (or Eclipse)
- After restarting, on the top right you'll see "runClient". Open the dropdown and select "runData".
- After that, click the little green arrow and wait for the terminal to say "Finished with exit code 0"
- Finally, you can re-open the previous terminal and type './gradlew build'
- After that's done, you'll find the jar under
build/libs
I'm willing to help out anyone trying to follow the steps. Just ask me on one of the previously mentioned places. I'll respond as soon as possible. This way you're helping me out to find bugs and inbalanced features.