Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
11.4.3
Release
11.4.33 years ago 39.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
11.4.3
- fix: Crash upon opening Mod Settings (#284)
- remove Fabric API dependency
11.4.2
- feat: tweaks to the custom theme
- No changelog provided
11.4.1
- fix: theme background image
- No changelog provided
11.4.0
- improve: tweaks to HorseStatsProvider
- Update Horse Speed to correct value (#283)
- mark as quilt-compatible
- improve: make text in progress element easier to see in light color scheme
- improve: trim the value saved by slider option
- feat: calibrated sculk sensor block input
- improve: do not display pitch if the noteblock is not tunable
- custom theme v2
- update issue template
- fix: mob spawner provider order
- refactor: tooltip positioning
- fix: NPE looking at fluid with no sprites (#281)
- fix: oversights in health displaying
- feat: built-in tech reborn energy support
- feat: Do not display Jade when there is a boss bar. (#276)
- improve: change option entry order
- No changelog provided
11.3.1
- unified publishing
Optional dependencies
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:nvQzSEkH:P36LnXE0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:P36LnXE0"
}


