All versions
1.0.3
Release
Create JEI Compat 1.0.3last month 8,869
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
[1.0.3] - 2026-07-27
NeoForge port of Forge 1.0.1 feature set.
Added
- Page-turn buttons and Up/Down/Left/Right keys via
handleInput(works in JEI and EMI/JEmi) - Optional EMI soft dependency (JEI remains required; EMI shows the same category via JEmi)
- Page controls work in EMI when JEI+EMI are both installed
- Invisible ingredients for off-page steps so recipe search still finds them
- In-place JEI/EMI layout refresh after page changes
- Client config (
showPageArrows, default off) via Create/PonderBaseConfigScreen; toggles clickable< >only —1/Nalways shows; no game restart needed after toggling
Changed
- Replaced
@Overwriteon sequenced-assembly JEI methods with MixinExtras@WrapMethodso other mods can still targetsetRecipe - Page controls are a horizontal row (
< 1/N >when arrows enabled, else1/N); darker enabled/page text, slightly lighter on hover; disabled translucent - Mouse wheel over any sequenced recipe in EMI blocks EMI recipe-page scroll; multi-page recipes also turn step pages
Fixed
- Create JEI
emptyBackgroundheight +1 (real drawable) so page controls clear the row above - EMI step-page scroll with JEI 19
RecipeHolderrecipes (JEmi); wheel no longer flips EMI recipe pages instead
Notes
- Thanks to 15aigoa for the EMI-oriented fork that explored page controls, invisible off-page ingredients, and JEI/EMI layout refresh while an issue was waiting.
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:1fkSpqmV:H8zVoq1O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1fkSpqmV:H8zVoq1O"
}

