Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
13.3.1
Release
[Fabric 1.20.4] 13.3.12 years ago 356.6K
Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
13.3.1
- fix
- feat: use slf4j instead
- feat: code parity
13.3.0
- fix: wrong implementation of the target picking logic (close #361, close #375)
- feat: HarvestToolProvider handling adventure mode
- feat: split debug package. add special registry id provider
- fix: raytrace range does not respect the radius of the Blindness and Darkness effects (close #365)
- feat: add support for multipart entity (close #364)
- Update ja_jp.json (#371)
- fix: zombie villager conversion time (#368)
- [zh_tw] Update to 1.20.3 (#362)
- fix: inconsistent custom name display behavior with vanilla
- Merge branch '1.20.3-fabric' of https://github.com/Snownee/Jade into 1.20.3-fabric
- }
- Update zh_cn.json (#353)
- improve: always show projectiles when tick frozen
- new publish script
13.2.1
- Merge branch '1.20.3-fabric' of https://github.com/Snownee/Jade into 1.20.3-fabric
- fix: the server data mess
- feat: avoid the overlay flickering while shooting projectiles
- Update config.yml
13.2.0
- refactor: simplify BlockFaceProvider
- fix: ITooltip.append not updating tooltip size correctly
- feat: add config option category override
- fix: cannot see through waterlogged blocks (#342)
- chore: better translations
13.1.0
- feat: indicate if signs have wax applied or not (#336)
- feat: option to disable builtin camouflage (#341)
- fix: random translation patches
- Update zh_cn.json (#339)
- chore: bump gradle version
- feat: ITooltip.replace
- Updating ru_ru.json (#338)
- feat: custom ItemView description
- pre3
- fix: global waystones show as unbreakable (#317)
- refactor: harvest tool provider part 1
- improve: display minutes
- fix: element content overflow
- feat: trial spawner
- 23w45a
12.2.0
- refactor: delete ITextElement.centered
- improve: internal plugin safety check
- fix: inconsistent behavior of HarvestToolProvider between forge and fabric. add support for the
sword_efficienttag - refactor: alignment rework (#327)
- feat: special text element api (#327)
- feat: campfire cooking time (#320)
- fix: bring back the black background to the search box
- fix: the "flip with main hand" option is not respected
- feat: new position adjustment system (#329)
12.1.6
- fix: item count text is black (#324, #326)
- optimize
- fix: check for duplicate uids in HierarchyLookup
- fix: crash with Saturn
12.1.3
- improve: sprite-driven edit boxes and sliders
- 1.20.2-pre3
- fix: status effect display (#303)
- fix: themes related bugs
- 1.20.2-pre2
- fix: mod name showing twice in some cases in JEI (#302)
- 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: make toasts last longer
- feat: option to always show harvest info
- 1.20.2-pre1
- fix: mislocated breaking progress
- improve: do not show energy storage if capacity is 0
- 23w33a
- feat: show fluid tank capacity while holding shift
- feat: collecting items information
- improve: item amount display
- 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)
- fix: cycle option value not being saved correctly
- chore: move release type to gradle.properties
- fix: user name cache lag (#287)
- fix: bugs in the last commit
- feat: item storage caching
- code clean up
- feat: icon slot
- blame some mod recall startup events
- Merge branch '1.20.2-fabric' of https://github.com/Snownee/Jade into 1.20.2-fabric
- endless refactoring
- Update lang/pt_br.json (#286)
- 1.20.2 port, part 3
- fix: gui alignment
- improve: narrate text in a progress
- feat: better text shadow
- fix: some rendering issues
- 1.20.2 port, part 2
- feat: TTS toggle hint (#282)
- feat: disappearing delay
- chore: message format tip
- fix: Crash upon opening Mod Settings (#284)
- 1.20.2 port, part 1
- 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
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:fNHCa6bl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:fNHCa6bl"
}


