MINIMOD-JEI

MOD Inspired By JEI, some new features but idea is same to show crafting table

File Details

jei_mini-1.7.jar

  • R
  • May 13, 2026
  • 147.64 KB
  • 43
  • 1.21.11
  • Forge

File Name

jei_mini-1.7.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Forge

implementation "curse.maven:minimod-jei-1464352:8084097"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

JEI MINI v1.7.0 Update Notes

## Tooltip Custom Data

- Added `Custom Data` line to item tooltips (reads `minecraft:custom_data` component).
- Added new setting toggle: `Show custom data` in Tooltip Settings.
- Toggle state is saved in config and restored on next launch.
## Mod Custom Component Tooltip

- Expanded `Custom Data` tooltip support to read mod-provided item components (non-`minecraft` DataComponents).
- Added explicit `group_id` detection and display in tooltip when present.
- `Show custom data` setting now controls both `minecraft:custom_data` and mod component output.
## JEI MINI Group Tooltip

- Added explicit tooltip detection for `jei_mini_group`.
- If an item contains `jei_mini_group` in `minecraft:custom_data` or in a mod data component path, tooltip now shows `JEI MINI Group: `.
## JEI MINI Group Method Tooltip

- Added tooltip support for item classes exposing a public `jei_mini_group()` method.
- LEP MINI styled lamp items now show values such as `jei_mini_group: metal` even when the item stack has no `minecraft:custom_data` component.


## Group Filter Dropdown

- Added a group dropdown under the search bar.
- `None` shows all items.
- Selecting a group filters the item grid to items with the same `jei_mini_group` value.
- Group options are collected dynamically from item `jei_mini_group()` data and supported custom data/component values.
## Overlay Layout Alignment

- Moved the overlay toggle button to the bottom-right corner of the JEI MINI panel.
- Updated the overlay toggle hitbox to match the new bottom-right button position.
- Aligned the search box width with the group dropdown width.
## Overlay Toggle Render Fix

- Fixed the active overlay toggle rendering so the button is drawn in the bottom-right corner instead of the top bar.
## Overlay Pixel Alignment

- Removed the remaining top-bar overlay toggle border/guide section.
- Moved the bottom-right overlay toggle 1 px up and 1 px left.
- Increased the overlay toggle button size by 2 px.
- Increased the group dropdown button height by 1 px.
- Moved the search bar 1 px to the right.
## Calendar Info Panel

- Added a new Calendar panel below the Actions panel.
- The panel shows local date, local time, and player XYZ coordinates.
- Added a new Settings toggle: `Calendar`, which shows or hides the panel.
## Panel Settings And Game Time

- Added a new Settings toggle: `Quick Access`, which shows or hides the Quick Access panel.
- When Quick Access is hidden, the Actions panel moves up into the freed space.
- Added Minecraft game day and game time display.
- Added a new Settings toggle: `Game time`, which shows or hides Minecraft day/time.
## Separate Time Panels

- Split real-world time and Minecraft game time into two separate panels.
- `Calendar` now shows real date, real time, and player coordinates only.
- `Game Time` now shows Minecraft day and Minecraft clock time in its own panel.
- If `Calendar` is disabled, the `Game Time` panel moves up below the Actions panel.
## Recipe Corrections

- Added a JEI MINI recipe override for `tepmini:casting_table`.
- The Casting Table recipe now shows one iron ingot in the top-middle slot and three smooth stone blocks across the middle row.
- The crafting `Fill` action now uses the same corrected Casting Table pattern.
## In-Game Game Time HUD

- Added an in-game HUD panel that shows Minecraft game day and time during normal gameplay.
- The existing `Game time` Settings toggle now controls both the JEI MINI Game Time panel and the in-game HUD.
- The HUD is hidden while another GUI screen is open to avoid overlapping inventory overlays.