File Details
30.12.0.69 for NeoForge 26.2
- B
- Jul 16, 2026
- 1.51 MB
- 694
- 26.2
- NeoForge
File Name
jei-26.2-neoforge-30.12.0.69.jar
Supported Versions
- 26.2
Curse Maven Snippet
Current release 30.12.0
-
Allow setting fluid tiling direction - mezz
-
Use Fabric's new FabricTooltipFlag#shouldDisplayAllInformation for indexing tooltips - mezz
-
Use NeoForge's new TooltipFlag#shouldDisplayAllInformation for indexing tooltips - mezz
-
Temporarily disable NeoFormRuntime cache - mezz
-
Use vanilla tooltip lines for mod name format detection - mezz
-
Handle unbound banner tags in shield recipes - mezz
-
Update NeoForge to 26.2.0.11-beta - mezz
-
Fix #4364 texture packs with large textures aren't scaled correctly - mezz
- Adapted for 26.2 by using Identifier mappings, the target branch sprite names, and API version 30.11.0.
- (cherry picked from commit e7cb8a2362a90e9ef7d8fcbe22cc43c93e8ac6d8)
-
Stop JEI when Fabric clears the client level - mezz
- Adapted for 26.2 by hooking updateLevelInEngines(ClientLevel, boolean).
- (cherry picked from commit f1381f158ea8747fdceaef6305aed4a0b98a9cff)
-
Fix #4320 shield decoration recipe replacements - mezz
-
only include the debug mod in dev runs, not in gametests - mezz
-
Split the debug plugin into its own subproject that doesn't get published - mezz
-
Test negative GUI exclusions - mezz
-
Fix full carried stack give command - mezz
-
Fix catalyst layout with small areas - mezz
-
Test catalyst recipe lookup deduplication - mezz
-
Test ingredient grid page navigation - mezz
-
Test invalid brewing recipes - mezz
-
Test oversized recipe transfer packets - mezz
-
Test ElementSearch ingredients - mezz
-
Test recipe button input priority - mezz
-
Fix transfer error pose stack cleanup - mezz
-
Test recipe transfer handler errors - mezz
-
Harden NeoForge plugin discovery - mezz
-
Skip blank search strings - mezz
-
Close #3110 Add advanced search storage API (#4362) - mezz
-
Feature: Share JEI items to chat (#4359) - Oleksii-Melashchenko
- Co-authored-by: mezz
-
Fix and add tests for ScreenHelper - mezz
-
retry gametest external server ping until compatible - mezz
- The status ping callback can complete with an INCOMPATIBLE state while a local Jenkins test server is still starting.
- Treat only a compatible completed ping as ready and keep retrying so Linux Jenkins runs do not fail on transient startup status responses.
- Each retry uses a fresh ServerData object so rapid in-flight pings cannot race over the same mutable status fields.
- Unknown-host failures still fail fast.
-
fix nullability of ClientTestUtil#computeOnClient - mezz