10.81.0.1029 for Fabric 1.18.2
Curse Maven Snippet
What's new
Current release 10.81.0
-
Move debug texture into Debug subproject - mezz
- Adapted for 1.18.2 with the target JUnit dependency layout and Forge split-root resource copying. Includes the unused-import cleanup from 57ccf101f.
- (cherry picked from commit 45b85ff75aca48836bc6400aa282479054cd3f31)
-
Fix backported interactive tooltip rendering - mezz
- (cherry picked from commit 484e0ad6d26ad04c6b2467f82c81622c8fcbecdc)
-
Fix #4468 Double clicking issue on Fabric with Kilt - mezz
- (cherry picked from commit c009212ba8c079d6e4f85e106e67778a42a93f89)
-
fixup grindstone recipe slot backgrounds - mezz
-
Allow bookmarking recipes with hotkey (#4382) - vfyjxf
- Adapt recipe-layout discovery to the 1.18 internal layout interface while preserving pinned-tooltip modifier handling.
- Co-authored-by: mezz
- (cherry picked from commit a75b2a08c0fcb67ca3643556c091df21178be458)
-
Fix fluid candidate tooltip rendering - mezz
- Normalize displayed ingredients before creating the interactive ingredient grid. The source GuiGraphics flush is not applicable to the 1.18 immediate PoseStack renderer.
- (cherry picked from commit 68d5adf8ca740c778711ff30d0c0a6ea91bdfa23)
-
Fix deserialization of recipe bookmarks - mezz
- Adapted to the 1.18 serializer constructors by threading the ingredient manager through both bookmark config formats and normalizing deserialized typed ingredients before recipe lookup.
- (cherry picked from commit 31fe2bbb5f88fae6144c814d979124f4b7179847)
-
Fix #4255 Fix restoring unfocused edit boxes - mezz
- Adapted to the 1.18 platform focus helper and Forge test bootstrap while preserving the original focused-state contract.
- (cherry picked from commit 33ea0770a30776ba912ecbed1c3da0adad5671d0)
-
Fix bookmarking repair recipes - mezz
- Use the stable item resource location when building generated anvil repair recipe IDs, avoiding subtype-derived IDs that break recipe bookmarks.
- Target adaptation: 1.18 uses manual anvil repair data, so the stable item-id fix is applied directly to that path.
- (cherry picked from commit 962c26f1580519062be5992ed284c6354d0237c6)
-
Fix feature to allow mods to disable the JEI GUI entirely - mezz
- Adapt the early feature-configuration lifecycle to the 1.18 plugin startup path and map the new API to 10.8.0.
- (cherry picked from commit 1fb3f9c257b5df49fb38e01bf8fce0ec80a00b30)
-
Fix #4252 Lookup History does not draw a background - mezz
- Carry the source display-height and background-area layout into the 1.18 PoseStack overlay pipeline, with focused layout tests.
- (cherry picked from commit 14d4f7b0c74b4a0f5fe514e4d10ed703d6509936)
-
Avoid damaging shared grindstone ingredients - mezz
- (cherry picked from commit 9a69e1a1d80fbe2876ca3806518d64394f128964)
-
Fix held JEI keybinding polling - mezz
- Adapt the source fix to the 1.18 Fabric input layer, whose key mappings expose their real platform binding directly.
- (cherry picked from commit d08503d009d076116ba7e253d92102bb4994a2b2)
-
Fix lookup history overlay spacing - mezz
- Apply the source layout correction to the 1.18 inline ingredient-list and bookmark overlay calculations.
- (cherry picked from commit ce49c24326c0bcae3e2a70f44eabdf261de66b29)
-
Show transfer controls in pinned bookmark previews - mezz
- Integrate pinned transfers with 1.18.2's recipe-transfer lifecycle service and PoseStack rendering.
- (cherry picked from commit e1834b8d65efe26c6cf12485416f31556ff5e476)
-
Disable unbound bookmark preview pinning - mezz
- (cherry picked from commit c6c3d52f67227a0ac6b9bfbca30d7251a56519ea)
-
Clean up bookmark preview tooltip text - mezz
- Adapt ingredient footers to 1.18's parallel legacy-component and rich-tooltip element lists; omit the absent interactive-candidate hint.
- (cherry picked from commit fa955d16ae57fc500f3f3961bbc9793cf6bd1578)
-
Use the pin key for bookmark preview details - mezz
- (cherry picked from commit 79df0c45513b689c53778c898537688f961b8109)
-
Render Forge overlays with an identity pose - mezz
- (cherry picked from commit c84b8f5c9f94447e7457e8d503b9624fc37550b8)
-
Suppress tooltips behind pinned previews - mezz
- Adapt tooltip suppression to 1.18.2's PoseStack rendering hooks and retained Forge loader.
- (cherry picked from commit b031f30527b21a6a5e6e39fc7a02859aff99df93)
-
Track pinned bookmark preview sources - mezz
- Adapt source tracking to 1.18's PoseStack bookmark overlay.
- (cherry picked from commit e6e1a3d515d322140156c387dfc4fd346732c253)
-
Add pinnable interactive tooltip for bookmark recipe previews (#4462) - vfyjxf
- Adapt preview rendering and hit-testing to 1.18's PoseStack tooltip pipeline, existing recipe-slot APIs, and shared IGuiInputLayer foreground pipeline.
- (cherry picked from commit 3a621d7276e7d7098be98650516db5b4a3f2b6a2)
-
Expose bookmark previews as recipe focus sources - mezz
- Adapt foreground blocking and clickable-slot extraction to 1.18's focus-source and PoseStack input architecture.
- (cherry picked from commit 43696d526fae4bf3650135f915f971f89b3e55b2)
-
Allow focus hotkeys while pinned tooltips are open - mezz
- Adapt bookmark handling to 1.18's unified bookmark input path while retaining Forge modifier relaxation.
- (cherry picked from commit d1e71d84f1dffa7af00e3ce4a884c744454afcbf)
-
Raise nested pinned bookmark tooltips above item decorations - mezz
- The interactive ingredient-candidate renderer is not present on 1.18, so apply the shared depth fix to bookmark previews directly.
- (cherry picked from commit 9b31c8b832f7507e55b8f6f4335d7030d42aaaea)
-
Fix Fabric Maven publication - mezz
- (cherry picked from commit 7b64308fc0e38e9accafbd19725d44219e6d6068)
-
Stop logging errors for empty creative-menu stacks - mezz
- Adapt the guard to 1.18's simpler creative-tab collection loop.
- (cherry picked from commit 853a029533a5ebaf21341d11fdc3552bff8db296)
-
Add recipe transfer lifecycle API - mezz
- Adapt bookmark creation and category sorting to 1.18's IGuiHelper-based recipe icons, runtime-managed sorting, and JSON/legacy bookmark loaders. Version the new API as 10.8.0.
- (cherry picked from commit 46717d79569a917c1f3c22d85a76dbf248a459bd)
-
Detect mod names added by tooltip events - mezz
- Restore platform tooltip probing for 1.18's String-based format detector and post Forge's older GatherComponents event directly so added text remains observable.
- (cherry picked from commit 8fe759e83e61420748238dbdbaa7835ec5288b42)
-
Fix ingredient list cheat regressions - mezz
- Adapt the global input ordering to 1.18's world-config handlers.
- (cherry picked from commit 6668812695b3e38ba502311621fe7521e0037a98)
This mod has no additional files