Перейти к содержимому
Mineforgian

Create JEI Compat

A compatibility mod for Create and JEI that enhances the display of sequenced assembly recipes in JEI for 7+ steps.

Загрузки
55K
Подписчики
25
Обновлён
1 августа 2026 г.
Лицензия
MIT

Опубликован 10 января 2026 г.

A compatibility mod for Create and JEI that enhances the display of sequenced assembly recipes in JEI for 7+ steps.

At the moment, Create and JEI display step numbers from 1 to 6 due to a limitation in Create; without this mod, 7+ steps are shown as “-”. The recipe is centered, and steps that do not fit within the JEI UI extend beyond its boundaries.

Features

  • Pagination Support: Displays sequenced assembly recipes with pagination (6 steps per page)
  • Scroll Navigation: Use mouse scroll wheel to navigate between pages
  • Page Indicator: Shows current page number (e.g., "1/2") in the bottom-right corner
  • Supports up to 3999 steps: Uses Roman numerals (I-MMMCMXCIX) to label recipe steps

Ченджлог

1.0.2-forgeРелиз1.20.4, 1.20.5, 1.20.6 · 1 августа 2026 г.

[1.0.2] - 2026-08-01

Fixed

  • Removed the mixinextras entry from mods.toml.
1.0.3Релиз1.21.1 · 29 июля 2026 г.

[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/Ponder BaseConfigScreen; toggles clickable < > only — 1/N always shows; no game restart needed after toggling

Changed

  • Replaced @Overwrite on sequenced-assembly JEI methods with MixinExtras @WrapMethod so other mods can still target setRecipe
  • Page controls are a horizontal row (< 1/N > when arrows enabled, else 1/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 emptyBackground height +1 (real drawable) so page controls clear the row above
  • EMI step-page scroll with JEI 19 RecipeHolder recipes (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.
1.0.1-forgeРелиз1.20.4, 1.20.5, 1.20.6 · 27 июля 2026 г.

[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/Ponder BaseConfigScreen; toggles clickable < > only — 1/N always shows; no game restart needed after toggling

Changed

  • Page controls are a horizontal row (< 1/N > when arrows enabled, else 1/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 setRecipe TAIL; 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 +40 height pad trimmed to one row when Cyber Goggles is present
  • Create JEI emptyBackground height +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.
1.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 28 февраля 2026 г.

[1.0.0] - 2025-02-28

Added

  • Pagination support for Sequenced Assembly recipes (6 steps per page)
  • Mouse scroll wheel navigation between pages
  • Page indicator in bottom-right corner showing current page (e.g., "1/2")
  • Automatic recipe slot updates when scrolling between pages
  • Roman numerals to label recipe steps (supports up to 3999 steps)
  • Prevents JEI page scrolling when cursor is over recipe at page boundaries
1.0.2Релиз1.21.1 · 10 января 2026 г.

[1.0.2]

Fixed

  • Fixed version not being updated

[1.0.1]

Changed

  • Replaced static Roman numeral array with dynamic calculation function (supports up to 3999 steps)
  • Prevents JEI page scrolling when cursor is over recipe at page boundaries

Комментарии

Загружаем…