Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
All versions
20.1.0+fabric
Beta
[Fabric 1.21.9] 20.1.08 months ago 812.6K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
20.1.0
- fix: replaced target persists the previous server data
- improve: progress smoothing part 1
- improve: progress bar texture
- improve: health display. health now show frozen status and absorption
- fix: when disabling Mod Name, block name is not centerd (close #668)
20.0.5
- fix: cannot scroll options when mouse is on certain areas
20.0.4
- Merge branch '1.21.9-fabric' of https://github.com/Snownee/Jade into 1.21.9-fabric
20.0.3
- Update uk_ua.json (#665)
- fix: mod hides all blocks deriving from the BrushableBlock type without option to not have it do that (close #656)
- feat: copy FluidStackElement
- feat: copy things from pinned tooltip
- feat: add a way for user to prevent a plugin from loading
- Merge branch '1.21.9-fabric' of https://github.com/Snownee/Jade into 1.21.9-fabric
- port: 1.21.9-pre1
- feat: allow removing elements from server side content
- feat: RecipeLookupResult context
- refactor: recipe lookup feature. add REI and polydex support (close #117)
- refactor: DatapackBlockManager. improve polymer support
- Update uk_ua.json (#661)
- improve: getEffectName level
- feat: let default ignore lists empty on server side
- refactor: ignore lists are now also server-side. add mob effect ignore list.
- fix: config tooltip position
- fix: mannequin showing an empty icon
- port: 25w37a
- fix: HarvestToolProvider cache not being invalidated after tags loaded
- fix: enchant power providers do not respect #enchantment_power_provider tag
- fix: data not updating correctly when tick frozen (close #654)
- fix: cannot view inventory of blocked chests
- refactor: mod name item tooltip
- fix: KeyMappingMixin conflict with other mods
- feat: option to sort items in chests by amount (close #488)
- feat: request with data
- feat: finish copper golem features
- feat(access): 1.21.9 features
- refactor: nonnull accessor
- fix: random theme issues
- port: 25w32a
19.2.0
- improve: allow enabling mod name tooltip when EMI is installed (close #614)
- fix: bossbar offset (close #645)
- feat(debug): draw bossbar rect
- improve: StatusEffectsProvider
- improve: ThemeHelper converting to hours (close 612)
- improve: suppress getDestroyProgress errors (close #637)
- feat: use
FabricItem#getCreatorNamespace
19.1.1
- improve: home screen
- fix: sprite has no fading
- Merge branch '1.21.6-fabric' of https://github.com/Snownee/Jade into 1.21.6-fabric
- fix: player inventory is observable
- Update uk_ua.json (#648)
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:nCbsPtPw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:nCbsPtPw"
}

