JEI-MINI

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

File Details

jei_mini-1.6.0.jar

  • R
  • Apr 29, 2026
  • 140.45 KB
  • 504
  • 1.21.11
  • Forge

File Name

jei_mini-1.6.0.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

# JEI MINI v1.6.0 Update Notes

## Highlights

- Rebuilt the JEI MINI interface with a new dark bronze themed UI.
- Added a second official Minecraft-style theme with vanilla gray GUI visuals.
- Added themed support for Inventory, Crafting Table, Furnace, and Recipe Book screens.
- Added Quick Access and Actions panels outside the main JEI MINI item browser.
- Improved recipe display, recipe selection, item tooltips, and drag/give behavior.

## Visual Theme Update

- Updated the full JEI MINI overlay style:
  - main panel background
  - panel borders
  - title bar
  - search bar
  - mod list rows
  - item grid slots
  - recipe panel
  - action buttons
  - quick access slots
- Added bronze/dark 9-slice style borders based on the provided reference design.
- Added custom slot textures for JEI MINI item slots and container slots.
- Added custom recipe tab styling with `Recipe` label and icon.
- Added `No recipe` placeholder visuals for empty recipe states.
- Improved panel spacing, alignment, and border consistency.

## Theme System

- Added theme switching between:
  - `JEI Mini` dark bronze theme
  - `Minecraft` official vanilla-style gray theme
- Recipe Book tabs, arrows, search bar, slots, and page text now follow the active theme.
- Inventory, Crafting Table, and Furnace screens now use the selected theme visuals.
- Fixed several theme switching issues where Recipe Book textures or tabs could remain in the wrong style.

## Inventory, Crafting, and Furnace Screens

- Added JEI MINI themed Inventory screen rendering.
- Added JEI MINI themed Crafting Table screen rendering.
- Added JEI MINI themed Furnace/Smelter screen rendering.
- Reworked container slot borders so item icons fit correctly.
- Added JEI MINI styled recipe book button support on supported container screens.
- Improved custom container background and slot frame consistency.

## Recipe Book Improvements

- Reworked Recipe Book UI to match the active JEI MINI theme.
- Added themed Recipe Book background.
- Added search bar border styling.
- Added custom search icon positioning.
- Added themed side tab buttons and restored category icons.
- Added themed page arrows.
- Added themed craftable/all filter icons.
- Added themed slot backgrounds for craftable and uncraftable recipes.
- Fixed missing or incorrectly rendered Recipe Book icons.
- Fixed texture fallback issues that caused magenta/black missing-texture blocks.

## Search Improvements

- Fixed an issue where pressing `E` while typing in the search field could close/open the inventory.
- `E` now behaves only as text input when the search box is focused.
- Search now resets when the JEI MINI GUI is disabled.
- Search now resets when supported screens are closed normally.
- Added an `X` clear button to quickly clear the search bar.
- Added `Clear search` hover tooltip.
- Search text is clipped so it does not overlap the clear button.

## Recipe Display And Fill Logic

- Improved recipe selection to prefer exact and near-exact recipe ID matches.
- Improved recipe selection priority for vanilla namespace recipes.
- Fixed Blast Furnace recipe display to use the exact vanilla crafting pattern.
- Added a dedicated Blast Furnace fill override for the correct 3x3 layout.
- Crafting grid fill now clears the grid before inserting new ingredients.
- Kept recipe tooltip rendering inside the JEI MINI overlay pipeline.

## Tooltips

- Fixed duplicate tooltip rendering on JEI MINI-supported screens.
- Fixed tooltip layering so item tooltips render above the overlay.
- Added configurable inventory tooltip rendering.
- Added Tooltip Settings GUI with grouped options.
- Tooltip categories include:
  - `General`
  - `Details`
  - `Advanced`
- Tooltip options can control:
  - item name
  - stack count
  - mod name
  - vanilla detail lines
  - enchantments
  - attributes
  - can place/break lines
  - durability
  - advanced data
- Tooltip preferences are saved in `jei_mini-client.properties`.

## Enchantments Screen

- Added a new Enchantments screen.
- Added searchable enchantment table view.
- Added quick action button for opening enchantment information.
- Enchantment table shows:
  - name
  - summary
  - incompatible enchantments
  - max level
  - primary items
  - secondary items
- Enchantment data is read from the active world registry.

## Quick Access And Actions

- Added Quick Access panel with item shortcut slots.
- Left-click on a Quick Access item opens its recipe.
- Right-click on an item in the JEI MINI item grid adds it to Quick Access.
- Right-click on Quick Access no longer duplicates or incorrectly adds items.
- Added Actions panel with weather, time, villager trades, enchantments, settings, and theme controls.
- Action buttons use custom framed icon textures matching the JEI MINI theme.
- Moved Actions panel under the Quick Access panel for cleaner layout.
- Actions panel now supports 7 buttons per row.

## Item Interaction

- Restored drag-and-drop give behavior from JEI MINI item list into player inventory slots.
- Dropping an item into the inventory gives one item by default.
- Holding `Shift` gives a full stack.
- Improved carried item visibility while dragging.
- Fixed mouse release handling so dragged items do not disappear or trigger unwanted outside-click behavior.