fix: NeoForge 21.1.235 API - ModConfigSpec, EventBusSubscriber, ResourceLocation.fromNamespaceAndPath, DynamicTexture
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user