fix: NeoForge 21.1.235 API - ModConfigSpec, EventBusSubscriber, ResourceLocation.fromNamespaceAndPath, DynamicTexture

This commit is contained in:
SashegDev
2026-08-24 03:23:12 +03:00
parent 6021a7c60b
commit 2b4cd71f3f
11 changed files with 177 additions and 160 deletions
@@ -1,25 +1,25 @@
modLoader="javafml"
loaderVersion="[4,)"
loaderVersion="${loader_version_range}"
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)"
versionRange="[21.1.0,)"
ordering="NONE"
side="CLIENT"
[[dependencies.justasplash]]
modId="minecraft"
type="required"
versionRange="[1.21.1,1.22)"
versionRange="${minecraft_version_range}"
ordering="NONE"
side="CLIENT"