All versions
1.0.1-forge
Release
Create JEI Compat 1.0.1last month 198
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client-side
Changes
[1.0.1] - 2026-07-27
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
- 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
- Cyber Goggles scrap/byproduct row under sequenced assembly only when Cyber Goggles is present (WrapMethod skips CCG's
setRecipeTAIL; we re-add scrap solely in that case) - Scrap laid out in rows of up to 9 (fits Create's 180px JEI width), each row centered (y=114); CCG's two-row
+40height pad trimmed to one row when Cyber Goggles is present - Create JEI
emptyBackgroundheight +1 (real drawable) so page controls clear the row above
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.
Optional dependencies
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:cYn76Wg7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1fkSpqmV:cYn76Wg7"
}



