Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 days ago
All versions
26.0.4+fabric
Beta
[Fabric 26.1] 26.0.44 months ago 13.4K
Compatibility
Minecraft: Java Edition
26.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
26.0.4
- port
- fix: fluid rendering
- Fix #704, #734 (#736)
- port
- fix: resolve player name lookup issue (#704 (#728)
- Update uk_ua.json (#722)
- improve: hide the arrow if furnace inventory is empty (close #720)
- fix: Undecapsulated Optional Type in RedstoneProvider (close #718)
- chore: add the old modName method back
- Update fr_fr.json (#710)
- Merge branch '26.1-fabric' of https://github.com/Snownee/Jade into 26.1-fabric
- chore: code cleanup
- Update uk_ua.json (#707)
- Add fr_fr.json (#706)
- port
- feat: now you can see the accurate block after getting stuck in powder snow (close #700)
- feat: add max_position_deviation game rule
- Merge branch '26.1-fabric' of https://github.com/Snownee/Jade into 26.1-fabric
- fix: remove destroySpeed check (close #689)
- fix: request data for owner if no player info (#699)
- fix: freeze when fetch game profile (#696) (close #693)
- fix: do not show "empty" on jukebox if there is no server data (close #695)
- fix: update horse speed factor
- chore: update Energy API
- chore: update Fabric
- fix: cannot scroll list when an entry is focused. also make scrolling faster
- fix: gui focus path
- feat: re-add list selection highlight
- Double negative (#691)
- Fixed Horse Jump height (#690)
- feat: now you can use arrow keys to adjust position in the settings screen
- fix: horse inventory
- port
- feat: specify speed for progress
- feat: add mod metadata
- feat: add support for smooth scrolling mods (close #678)
21.0.1
- fix
- chore: mega code cleanup. null-safety
- Update uk_ua.json (#681)
- feat: show untranslated mod names
- improve: unify FluidTextHelper
- improve: remove text hover highlight
- fix: options screen
- port: 1.21.11
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
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Jade-mc26.1-Fabric-26.0.4-sources.jar | Unknown | 451.66 KiB |
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:vdJBOoMU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:vdJBOoMU"
}


