initial: JustASplash 1.21.1 NeoForge me.sashegdev - hotkey Z fullscreen png/gif ogg/mp3 fade 3s

This commit is contained in:
SashegDev
2026-08-24 02:54:49 +03:00
commit 6021a7c60b
14 changed files with 495 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Just A Splash - NeoForge 1.21.1
Client-only: hotkey Z -> fullscreen png/gif + ogg/mp3 splash, 100% -> 0% fade (default 3s, -1 = audio duration), non-blocking overlay over HUD, fully configurable.
- `me.sashegdev.justasplash` `1.21.1 NeoForge 21.1.133` `Java 21` `CLIENT` only
- `png,gif` (gif delay from file) + `ogg,mp3` (JLayer + MP3SPI)
- Resource packs: `assets/justasplash/textures/gui/splashes/` + `assets/justasplash/sounds/`
- Config `justasplash-client.toml`: `splashImage`, `splashSound`, `fade`, `volume`
- Hotkey Z rebindable in Controls
## Build
```bash
./gradlew build
```
Jar in `build/libs/justasplash-1.0.0.jar` -> put in `mods/` (client only).
## License
MIT