promotional bannermobile promotional banner

JEI Groups

Add ways to group certain items in JEI to help prevent clutter in JEI

File Details

JEI Groups - 26.1.2-1.0.3

  • R
  • Apr 28, 2026
  • 23.69 KB
  • 11
  • 26.1.2
  • NeoForge

File Name

jeigroups-26.1.2-1.0.3.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:jei-groups-1525986:8005304"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.0.3

  • Changed literal components to translatable ones
  • Icon is now an item stack not an identifier
  • Tooltips no longer replace all instances of that item in game
  • Searching for an item that is inside a group will now show the group in the search
  • Added logo
  • Removed testing jsons added painting group
  • Now supports tags, example below
    {
      "name": "Planks",
      "icon":  {
        "id": "minecraft:oak_planks"
      },
      "items": [
        "minecraft:oak_planks",
        "minecraft:spruce_planks",
        "minecraft:birch_planks",
        "#minecraft:doors"
      ]
    }