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
@@ -0,0 +1,25 @@
modLoader="javafml"
loaderVersion="[4,)"
license="MIT"
issueTrackerURL="https://git.swe.zern.cc/sasheg/justasplash-neo/issues"
[[mods]]
modId="justasplash"
version="${mod_version}"
displayName="Just A Splash"
updateJSONURL="https://git.swe.zern.cc/sasheg/justasplash-neo"
displayURL="https://git.swe.zern.cc/sasheg/justasplash-neo"
logoFile="justasplash.png"
authors="SashegDev"
description="Hotkey Z -> fullscreen png/gif + ogg/mp3 splash, 100% -> 0% fade, client only. Fully configurable."
[[dependencies.justasplash]]
modId="neoforge"
type="required"
versionRange="[21.1.133,21.2)"
ordering="NONE"
side="CLIENT"
[[dependencies.justasplash]]
modId="minecraft"
type="required"
versionRange="[1.21.1,1.22)"
ordering="NONE"
side="CLIENT"
+7
View File
@@ -0,0 +1,7 @@
{
"pack": {
"description": "Just A Splash resources",
"pack_format": 34,
"supported_formats": {"min_inclusive": 34, "max_inclusive": 34}
}
}