No description
Find a file
2025-09-25 14:22:24 +07:00
.vscode h264 splash 2025-09-25 10:07:03 +07:00
docs Initial Release 2025-06-19 23:14:30 -04:00
gradle/wrapper Initial Release 2025-06-19 23:14:30 -04:00
src/main/java/pl/asie/splashanimation preloading h264 2025-09-25 14:22:24 +07:00
.gitignore h264 splash 2025-09-25 10:07:03 +07:00
build.gradle change dep name 2025-09-25 10:23:06 +07:00
gradle.properties Initial Release 2025-06-19 23:14:30 -04:00
gradlew h264 splash 2025-09-25 10:07:03 +07:00
gradlew.bat Initial Release 2025-06-19 23:14:30 -04:00
LICENSE Initial commit 2025-06-19 23:11:41 -04:00
README.md Create README.md 2025-07-21 10:05:01 -04:00

This is a fork, original mod can be found here: Click

When i was developing my modpack I needed an intro in the beginning, so I found this mod. After some testing and messing around I couldn't get it to show more than ~180 frames, it would just fade out no matter what I tweaked. So, I came up with this thing, that fixes the thing, at the expense of another thing 0_0. What changed?

Pros: Animation time increased(tested up to 600 frames).

Cons: Frame time can no longer be adjusted, the framerate is fixed

SplashAnimation is a lightweight utility mod that lets you play a custom animation right at the start of the game, smoothly transitioning into the loading screen.

Features:

  1. Displays an animation as the game begins to load

  2. Doesnt impact loading speed — and can even make it feel faster by keeping users entertained

  3. Offers config options to fit your modpack

Usage : It's recommended to follow the tutorial to get started

Add your animation frames as images: animation/000.png, animation/001.png, and so on, depending on how many frames you need

Customize the behavior by editing config/splashanimation.cfg

Thats it — launch the game and enjoy!

The fork was originally designed for use with the NewDawn modpack.