Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
11.7.0
Release
11.7.03 years ago 800.1K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
11.7.0
- feat: avoid the overlay flickering while shooting projectiles
- feat: campfire cooking time (#346)
11.6.4
- fix: the server data mess
- fix: random translation patches
- fix: global waystones show as unbreakable (#317)
- fix: the "flip with main hand" option is not respected
- chore: bump gradle version
- fix: cannot see through waterlogged blocks (#342)
- .
11.6.2
- fix: overlay rendering logic is different with Forge edition, causing unable to do pondering with Jade Addons
11.6.1
- fix: Incorrect display of Zombie Villager conversion time (#308)
- fix: status effect display (#303)
- fix: mod name showing twice in some cases in JEI (#302)
11.6.0
- fix: disable server data verification for replaced accessors
- improve: allow using custom container finder
- fix: crash in the last commit
- fix: lingering server data
- fix: bugs related to getting pick result
- improve the latest PR
- Improve painting tooltip (#300)
- improve: do not show energy storage if capacity is 0
- feat: option to always show harvest info
- fix: mislocated breaking progress (workaround) (#295)
- improve: make toasts last longer
- feat: show fluid tank capacity while holding shift
- feat: collecting items information
- improve: item amount display
11.5.1
- fix: bossbar rectangle calculation (#289)
- improve: better mod name for enchanted book and potions
- fix: duplicate mod name in item tooltip in creative inventory (#288)
- feat: better text shadow
- improve: narrate text in a progress
- fix: cycle option value not being saved correctly
11.5.0
- chore: move release type to gradle.properties
- fix: user name cache lag (#287)
- fix: bugs in the last commit
- feat: item storage caching
- Update lang/pt_br.json (#286)
- fix: backport many bug fixes
- feat: TTS toggle hint (#282)
- feat: disappearing delay
- chore: message format tip
11.4.3
- fix: Crash upon opening Mod Settings (#284)
- remove Fabric API dependency
11.4.2
- feat: tweaks to the custom theme
11.4.1
- fix: theme background image
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
11.3.1
- unified publishing
Optional dependencies
Any compatible version
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:QhvPNPdp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:QhvPNPdp"
}

