promotional bannermobile promotional banner

JEI Trim Hider

A lightweight JEI addon that intelligently hides decorative Armor Trim recipes to reduce clutter and lag, while keeping functional upgrades visible.

File Details

jei_trim_hider-1.0.2-NeoForge-1.21.1.jar

  • R
  • Apr 16, 2026
  • 21.71 KB
  • 339
  • 1.21.1
  • NeoForge

File Name

jei_trim_hider-1.0.2-NeoForge-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:jei-trim-hider-1468185:7933473"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven


📄 JEI Trim Hider Update Changelog

🇬🇧 English

New Features & Content

  • Smart Mono-lingual Config: The configuration file will now automatically detect your game's language environment. Non-Chinese players will solely generate a pure English config file. This completely removes the previous messy bilingual text, making the config file much shorter and cleaner to read.
  • ⚠️ Important Config Note: The configuration logic and keys have been updated. Fortunately, you no longer need to manually delete your old jei_trim_hider-client.toml file; the mod will handle the update and compatibility automatically. Additionally, the explanation texts inside the configuration file have been thoroughly optimized for better clarity.
  • Custom Trims Filter: Added a new CUSTOM_TRIMS configuration option to manually hide trims from third-party mods. If a mod doesn't use standard vanilla tags, you can now add its exact item ID here. You can also input an entire ModID to aggressively treat everything from that mod as a trim template.

Bug Fixes & Optimizations

  • Massive Performance Optimization: Completely overhauled the internal item scanning logic. The mod no longer desperately scans every single item and recipe in the game to find trims. It now relies on a highly optimized tag-based detection system. This will drastically reduce lag and CPU usage when dealing with large modpacks containing thousands of items.

🇨🇳 中文

新功能与机制

  • 智能单语言配置文件: 配置文件现已支持系统语言环境自动识别。中文玩家(系统语言包含 zh)在首次生成配置文件时,将直接获得一份纯中文的配置说明。此举彻底告别了旧版本中英双语混杂的冗长排版,文件更加清爽易读。
  • ⚠️ 重要更新提示: 本次更新重构了配置文件的结构与按键名,现在无需手动删除旧的 jei_trim_hider-client.toml 配置文件,模组会自动完成更新与兼容。同时,我们还全面优化了配置文件中的说明文本,使其更加准确、清晰易懂。
  • 自定义纹饰扩大过滤: 在配置文件中新增了 CUSTOM_TRIMS 选项。由于本模组现已改为自动识别规范的标签,对于某些不守规范的第三方纹饰模板模组,你可以手动将其物品 ID 填入此处强制隐藏。此外还支持直接填入 ModID,来进行简单粗暴的全模组范围覆盖。

修复与优化

  • 史诗级性能提升: 彻底重构了底层的检索逻辑。模组不再通过全盘遍历的方式去扫描游戏里的所有物品和上百个锻造配方,而是改为基于标签的动态匹配机制。在安装了海量物品的大型整合包中,这项改动将大幅减少主线程的计算开销,告别 JEI 同步时的卡顿现象。