Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 15 minutes ago
All versions
19.32.0.358
Beta
19.32.0.358 for Fabric 1.21.1last month 29.5K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix Jenkins changelog task name - mezz
- Disable concurrent Jenkins builds - mezz
- Fix delayed executor shutdown handling - mezz
- Avoid partial writes from delayed JSON config saves - mezz
- Fix #4194 Ingredient List resets to first page after clicking for a recipe - mezz
- Fix #4245 Improve mod-name formatting detection - mezz
- Fix #3925 #4273 Use stable server config paths for known hosts and LAN saves - mezz
- Add tests for bookmarking items with different components - mezz
- Fix #4227 ensure the recipe gui doesn't crash when the screen is too small - mezz
- Add support for NeoForge's Item#supportsEnchantment overrides - mezz
- Close #3146 Add support for transferring recipes that require >1 ingredient in one slot - mezz
- Merge the Core package into Common to simplify - mezz
- Add NeoForge in-game tests and result reporting - mezz
- Add game tests for generated synthetic recipes - mezz
- Update ja_jp.json (#4300) - mezz
- Save bookmark list file less frequently when in active use - mezz
- Move the generalized suffix tree to an embedded library - mezz
- Allow changing recipe category with shift + scroll (#4315) - Colter
- Fix #4338 Game process freezes after exiting - mezz
- Speed up batches of ingredients added and removed at runtime when GUI is open - mezz
- Fix Fabric key mappings with optional AMECS - mezz
- Adapt NeoForge tag update startup gating - mezz
- Add quick move (shift-click) support to IGhostIngredientHandler (#4278) - Mithi83
- Adapt item stack acceptor handling - mezz
- Add fil_ph.json (#4279) - Wacky Wars
- Fix #4275 incorrect burn time for blast furnace and smoker (#4281) - Aadhav Manimurugan
- Fix localization for identifier search mode - mezz
- Update Indonesian translations (#4282, #4285) - NizarGhGProgrammer
- Improve Brazilian Portuguese localization for JEI (#4263) - Sr.Xlr11
- Update es_ar.json (#4168) - Texaliuz
- Disable page navigation buttons when there is only 1 page - mezz
- Update kk_kz translation (#4133) - Nursultan Akim
- Fix #4188 Protect against broken Fabric mod plugin entry points - mezz
- Add Fabric recipe sync fallback startup message - mezz
- Update Polish translation - Greg-21
- Clear listener lists on runtime stopped instead of using weak references - mezz
- Add Classical Chinese translation (#4104) - Bei Dou
- Clean up Gradle warnings - mezz
- Fix ChatUtil color formatting - mezz
- Update uk_ua.json - StarmanMine142(or just Starman)
- Fix JEI overlay when the recipe book is open - mezz
- Fix CurseForge links and download badge in README - HydrolienF
- Update sv_se.json - A. Regnander
- Fix deprecation warnings - mezz
- Update JUnit - mezz
- Remove uid (and bookmarking) from enchantment recipes to save memory - mezz
- Update Spotless plugin and configuration - mezz
- Fix ghost ingredient targets persisting when opening recipes gui - mezz
- fix return type and warnings - mezz
- Update changelog code for configuration cache - 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:sK2dqqaT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:sK2dqqaT"
}

