27.35.0.90 for Fabric 1.21.11
Curse Maven Snippet
What's new
Current release 27.35.0
-
Publish only shaded loader artifacts - mezz
- Attach the final shaded binary and sources jars directly to each Maven publication. This keeps Gradle module metadata and unshaded intermediate jars out of the repository, so ordinary mod dependencies always resolve a self-contained JEI jar.
- (cherry picked from commit f8e667b221491bb2d7f9515ea3786d04e4a8134e)
-
fix tests - mezz
- (cherry picked from commit 2fdbd4a4cb6e10c54d9f49745952c052238cd8a9)
- (cherry picked from commit 9bc0e49af9100028c4cf80da7890c2cb1eded066)
-
Add more convenient widgets for drawing recipes - mezz
- (cherry picked from commit 86c342dc5a0935a6d1c126a89ae0d60fd8cbabb7)
- (cherry picked from commit 7414cc0910bba04e5d5625253f27f568ddfc2acc)
-
Remove 1.21 from supported versions list - mezz
- (cherry picked from commit 208859dfc4d53c83ebb03ac848e8423012713db3)
- (cherry picked from commit 6a855bcba995aed796309a1183c93c8389322a64)
-
Fix #4457 Protect grindstone recipes from mod crashes - mezz
- (cherry picked from commit f159d762e4955c97c189cfa87d1e5dc2c3ed7e04)
- (cherry picked from commit 603d856a8a274b56b8150b986deca88fc7d7f8b0)
-
Implement UidContext.Recipe focus filtering in recipes - mezz
- (cherry picked from commit a5059b22f6f7b284c1a1ea57f4900512f86c22fe)
- (cherry picked from commit d4342de5abdbc1a7842b63dbe600265d3add8366)
-
Clean up recipe ingredient helpers - mezz
- (cherry picked from commit b324043c2628993d3ebe574047e2c4c58787fd68)
- (cherry picked from commit 11fc21176f6fd18c64b47bdb71f81241c59f4998)
-
Support #4442 Make recipe slot display overrides authoritative - mezz
- treat display overrides as the slot’s current contents for rendering, tooltips, lookup, bookmarks, focus, highlights, tag navigation, and ingredient-counts
- refresh dynamic recipe layouts after overrides change
- use ISlottedRecipeWidget hit testing for clicks and interactive tooltips.
- (cherry picked from commit c512ed2dced0911edc5a983fa3e5fa0e0415fee7)
- (cherry picked from commit 983514673b3a4fcd59d04a975f2841c69cd5e9e5)
-
Close #4238 Add context-aware ingredient visibility - mezz
- (cherry picked from commit dcaa9d2220f94bf5af5351499489f78f4b78bf00)
- (cherry picked from commit 27cd0840c79e1c01e424767c742642a0cf08607b)
-
Fix localization key issue - mezz
- (cherry picked from commit 590069b289f12740332d9e60aab263dea135562b)
- (cherry picked from commit 1abcae545a307a86f401ed00cceadb7d88368e0a)
-
Close #4439 Provide ContextMap during ingredient registration - mezz
- (cherry picked from commit 34c677eb1498147ad04671e7c19f42b34dc6afbf)
- (cherry picked from commit a01f5b6ea76af16568388d352ac8f6a908437a81)
-
Fix tooltip search in headless environments - mezz
- (cherry picked from commit d74f80ed8881c420ca2d4b91dced44bf3bc7bc34)
- (cherry picked from commit e186653290486aed78b7741acb9cc69a43306ffd)
-
Close #4440 Pass TooltipContext and Player to IIngredientRenderer#getTooltip - mezz
- (cherry picked from commit 03e689804cfd0ae166ec63e3177c0582cf3fa9a7)
- (cherry picked from commit bab652174b4d409c35040c5ab338d17066c080f2)
-
Move recipe slot badges above stack counts - mezz
- (cherry picked from commit a71ae7cffd8d2bba0cc12aaa3c3ce36d08aa9b23)
- (cherry picked from commit 655d11194ad35d65aa30aa619f3d4cfe971f0f2e)
-
Keep recipe slot candidates across display groups - mezz
- (cherry picked from commit bdc2a398f4abc29e685d71515efd3d2a708674f6)
- (cherry picked from commit 4ed52204aedcab359c12ecf517f0ce7f2ded0f1c)
-
Improve recipe slot ingredient tooltips - mezz
- (cherry picked from commit 99418d63a5e29cd062bb8e680c2a643f850b983f)
- (cherry picked from commit 065442b7f40e2cf9fa28f9ae5f66478f18323122)
-
Reject unobtainable flowing fluid ingredients - mezz
- (cherry picked from commit 104ddfdc11a152fcb87d8f5ffa14572f4e26c972)
- (cherry picked from commit 23d270f2311b4b7f19a6756327da4a3ad15b4716)
-
Support transforming slot display children - mezz
- (cherry picked from commit d04c0b36e1c5c47d1aa5e5c6a3b8d38510889d7c)
- (cherry picked from commit 658eda3fc6a1f23464ed4e490e4686807b8d232d)
-
Use shared Jenkins release notifier - mezz
- (cherry picked from commit a2bc2ceecd1c0ca45a55e3a754d9c2be3e9bcc76)
- (cherry picked from commit 5674f9ecda3439c2da53f3dc7a890359456dae6e)
-
use jenkins-release-notifier for discord notifications - mezz
- (cherry picked from commit c9587b07fc0b3f3bc4f6499e36447dde46a08c96)
- (cherry picked from commit 5e7bbe3634bc4d94984da1ccb1eec98d00b025b9)
-
Add config toggle to disable recipe sync warning messages (#4428) - MakerYuichi
- (cherry picked from commit 7c80a2f028910f62622580a50a9951ff3e4ac111)
- (cherry picked from commit 848c81c7d72d03e44159aaa180b056be2b5d4ebd)
-
Update jarcompatibilitychecker to 0.1.19 - mezz
- (cherry picked from commit 886b3644c62f4c18ffa22a23a0de0e1130e2f507)
- (cherry picked from commit adb5a91386d94e20bc555c42140159e4d94758e1)
-
Fix #4431 Empty fluid ingredient summary crash - mezz
- (cherry picked from commit c95c1e98a2e9cbcd234bb0ec5e1050a0884f2419)
- (cherry picked from commit e2ded2d68aef751cfe98be90c576fa3f91f812cd)
- (cherry picked from commit 564f27660698bdfc1b1acc17e57ea34204d003db)
-
Fix #4427 Maximize rectangular ingredient grid area around exclusions - mezz
- (cherry picked from commit 1fb4e4ef85356534d52bf9e0bf37896d78539887)
- (cherry picked from commit d7f5717ff265d9043bd532521f135d120ab54c7f)
-
Close #4436 Bring back 'button_disabled', 'button_highlight', and 'button_enabled' gui textures - mezz
- (cherry picked from commit 7bb05f9c004963266a1fda1c15cb9cc83fdc15a3)
- (cherry picked from commit 83e7cc44940be2b0c57ad747fcc25cf158e189cc)
-
Restore NeoForge client test compile classpath - mezz
-
Simplify Fabric API publication - mezz
-
Keep bundled modules out of published metadata - mezz
-
Align the Fabric API dependency with 26.2 - mezz
- Use the normal implementation project dependency and select Loom named elements only where pre-26.1 remapping requires it.
- Keep the existing remapped Fabric API artifacts and POM, while attaching its Java component so Gradle can map the loader dependency to the correct publication.
-
keep optional mods out of published metadata - mezz
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

