Links
Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
Updated 5 years ago
All versions
0.1.3
Release
0.1.35 years ago 3,158
Compatibility
Minecraft: Java Edition
1.17.x
Platform
Fabric
Supported environments
Client and server
Changes
Bugs, bugs, and more bugs.
CHANGELOG:
- Changed stereo sound effects to mono since y'all are so opinionated™ on that one
- Sound effects now can only be heard from the user. This is not final and I'm looking into a way of creating a positioned sound source on the user but GeckoLib just has to make this annoying for me. (see bernie-g/geckolib#171)
- Removed LDL integration for thrown entities. Unfortunately there's just no way to deduce how thrown multiblock entities should glow or not with LDL's infrastructure. (JMX/FREX support would solve that perhaps?)
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:WEhHerUD:MLnxPQP8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WEhHerUD:MLnxPQP8"
}

