Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 hours ago
All versions
29.12.0.39
Beta
29.12.0.39 for Fabric 26.1.22 months ago 2,095
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- [1.21.1] Update zh_cn.json (#4200) - ZetaY
- Fix Indonesian translations for JEI (#4285) - NizarGhGProgrammer
- Fix #4227 ensure the recipe gui doesn't crash when the screen is too small - mezz
- Add fil_ph.json (#4279) - Wacky Wars
- Improve Brazilian Portuguese localization for JEI (#4263) - Sr.Xlr11
- Update uk_ua.json (#4243) - Starman
- Update Indonesian Language (#4282) - NizarGhGProgrammer
- Fix #4225 Error message when deleting items while in creative - mezz
- Fix #4275 incorrect burn time for blast furnace and smoker (#4281) - Aadhav Manimurugan
- Remove Fabric Client GameTests from Jenkins stages - mezz
- Provide a ContextMap for IRecipeCategory#setRecipe, via IIngredientAcceptor#getContextMap() - mezz
- Support bookmarking items with different components - mezz
- Add platform world helper for local paths - mezz
- Fix #4194 Ingredient List resets to first page after clicking for a recipe - mezz
- Fix #3925 #4273 Use more stable server config paths for known hosts and lan saves - mezz
- Fix #4326 Leave Fabric keys unbound if they need modifiers and AMECS is missing - mezz
- add GitHubActionsStepSummaryDumper to tests - mezz
- Add tests to make sure all the generated synthetic recipes work - mezz
- Fix #4245 Improve mod-name formatting detection - mezz
- Add tests for generated grindstone and anvil recipes - mezz
- #4348 add tests to verify that recipe sync works on fabric on singleplayer and multiplayer - mezz
- Add methods to IGuiHelper for creating drawables from sprites - mezz
- Fix up gradle warnings and deprecations - mezz
- Try exporting game test results in a way Jenkins can read - mezz
- Close #3146 Add support for transferring recipes that require >1 ingredient in one slot - mezz
- Add Neoforge in-game tests - mezz
- Add support for NeoForge's Item#supportsEnchantment overrides - mezz
- Update mod-publish-plugin - mezz
- Add support for NeoForge's key mapping category event registration - mezz
- Rename mixin parameters to match real parameter names - mezz
- Merge the Core package into Common to simplify - mezz
- Use vanilla front and back slot highlight sprites - mezz
- Fix support for items that can be self-repaired on the anvil but don't have a repair item - mezz
- Move the generalized suffix tree to be an embedded library - mezz
- Remove leftover SubString code that was moved to suffixtree library - mezz
- Query vanilla's repairable component for calculating builtin anvil repair recipes (#4347) - Sara Freimer
- Allow changing recipe category with shift + scroll (#4315) - Colter
- Save bookmark list file less frequently when in active use - mezz
- Fix #4338 Game process freezes after exiting - 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:I8lA8Uso"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:I8lA8Uso"
}

