Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated yesterday
All versions
19.42.0.379
Beta
19.42.0.379 for NeoForge 1.21.13 weeks ago 23.9K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix Fabric screen mixins on 1.21.1 - mezz
- Utilize
getCreatorNamespaceon Fabric (#4391) - Cassian Godsted - Use NeoForge's new TooltipFlag#shouldDisplayAllInformation for indexing tooltips - mezz
- Fix server loading of mod name format config - mezz
- Fix #4306 Fix item bookmark NBT component serialization - mezz
- Fix #4374 tooltip crash when tooltip is empty with an image - mezz
- Fix ingredient grid anchor reset on overlay close (#4385) - vfyjxf
- Allow bookmarking recipes with hotkey (#4382) - vfyjxf
- Update ModDevGradle to 2.0.142 - mezz
- Fix feature to allow mods to disable the JEI GUI entirely - mezz
- Update/Correction es_ar.json (#4379) - Texaliuz
- Enable color search tests - mezz
- minor optimization - mezz
- Add search field narration - mezz
- Fix missing count for tooltips on items with many tags - mezz
- Fix #4252 Lookup History does not draw a background - mezz
- Clean up ingredient grid navigation layout - mezz
- Add ignored tags for sorting - mezz
- Use baked substring index for ingredient search - mezz
- Add Fabric server config - mezz
- Add ingredient list scrollbar navigation - mezz
- improve exclude area calculate (#4370) - vfyjxf
- use includeGroupAndSubgroups for gradle resolution - mezz
- Allow setting fluid tiling direction - mezz
- Move ingredient grid overlay classes - mezz
- Use vanilla tooltip lines for mod name format detection - mezz
- Fix #4320 shield decoration recipe replacements - mezz
- Validate NeoForge access transformers - mezz
- Improve show recipes wording - mezz
- Fix color palette extraction edge cases - mezz
- Add keybinds for recipe cycling and bookmark details - mezz
- Fix support for the debug plugin's rendering on RecipesGui - mezz
- minor cleanup - mezz
- Mark IGuiHelper as non-extendable - mezz
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:u6dRKJwZ:UgN66fIv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:UgN66fIv"
}

