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
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"
]
}

