All versions
1.4.3+mod
Release
[v1.4.3] Tricky Transition - MOD2 years ago 205
Compatibility
Minecraft: Java Edition
24w33a
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Injured Effects v1.4.3
Version Support
- This version supports 1.21 & 1.21.1
- This version has experimental support for 24w33a
Experimental Features
Experimental Features DO NOT:
- Receive support.
- Guarantee support for Integrations.
- Guarantee proper function.
Fixes
- Fix "load" & "loop" functions being broken since v1.4.2
- I made the same mistake in Horde Nights, whoops.
- Fix startup messages being invisible to the loading player.
Datapack Conventions Compliance
This pack complies with the following Datapack Conventions:
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qmzLjXzU:ciNAsbtv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qmzLjXzU:ciNAsbtv"
}

