Перейти к содержимому
Mineforgian

Client Recipe Fix (JEI / REI)

Grants JEI / REI access to vanilla recipes on server.

Загрузки
11K
Подписчики
13
Обновлён
10 апреля 2026 г.
Лицензия
MIT

Опубликован 8 апреля 2026 г.

Исходный кодСообщить об ошибке

Client Recipe Fix Banner

SeparateAbout

Since Minecraft 1.21.2, recipes are stored on the server, and only unlocked recipes are sent to the client.
As a result, JEI / REI can only show the recipes you have unlocked 😔

This mod fixes that entirely on the client side.

Client Recipe Fix restores access to all vanilla crafting recipes in your client, allowing mods like JEI and REI to display them properly again, even on servers where recipes are not fully synced.

⚠️ This mod can only restore vanilla recipes.
Custom datapack or server-side recipes cannot be accessed, because they are never sent to the client.

⚠️ JEI support requires Minecraft 1.21.10 or newer.
On Minecraft 1.21.9 and earlier, this is limited by the Fabric API.
For full support on older versions, consider using REI instead.

SeparateFeatures
  • Restores all vanilla recipes for display in JEI / REI
  • No OP required, works on any server
  • Multiplayer-safe, no server interaction needed
  • Non-invasive, it does NOT override server data
  • Lightweight & fast, loads instantly with the game
Separate

Media

Media 1
No more REI warnings

Media 2
No more JEI warnings

SeparateFAQ

Does this mod unlock the recipes in the recipe book?

No. This is only for JEI / REI. You still need to unlock recipes in the recipe book yourself.

Can it show modded or datapack recipes?

No. Those are controlled by the server and cannot be accessed client-side.

Is this cheating?

No. It only restores vanilla knowledge, similar to using a wiki.

SeparateBuilding
  1. Clone the repository:

    $ git clone https://github.com/voximir-p/client-recipe-fix.git
    
  2. cd into the project directory:

    $ cd client-recipe-fix
    
  3. Build the mod using Gradle:

    $ ./gradlew build
    

The output JAR file can be found in build/libs/.

SeparateLicense

This project is licensed under the MIT license. See LICENSE for more details.

Ченджлог

2.0.0-beta.3+mc26.1-26.1.2Бета26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.

Added

  • Add config menu for changing the injection delay.

Changed

  • Cloth Config API is now required for the mod's configuration menu. But it is not required for the mod to work, as the config file can be edited manually.
  • Refactored the codebase.
1.2.1+mc21.2-21.11Релиз1.21.9, 1.21.10, 1.21.11 · 10 апреля 2026 г.

Added

  • Add config menu for changing the injection delay.

Changed

  • Cloth Config API is now required for the mod's configuration menu. But it is not required for the mod to work, as the config file can be edited manually.
  • Refactored the codebase.
2.0.0-beta.2+mc26.1-26.1.2Бета26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.

Changed

  • Refactored the codebase to synchronize with the latest changes in the mc21.11 branch.
2.0.0-beta.1+mc26.1-26.1.2Бета26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.

Changed

  • Ported the project to Minecraft 26.1.2, but it should work on Minecraft 26.1 and 26.1.1 as well.
1.2.0+mc21.2-21.11Релиз1.21.9, 1.21.10, 1.21.11 · 10 апреля 2026 г.

Added

  • Full support from Minecraft 1.21.2 to 1.21.11 in one branch. Note that JEI is still unsupported in Minecraft 1.21.2 and below.

Changed

  • mc21.9 branch will no longer be updated as it is now supported in the mc21.11 branch.
1.1.2+mc21.10-21.11Релиз1.21.10, 1.21.11 · 9 апреля 2026 г.

Fixed

  • Added tag support. All recipes should now show correctly in JEI and REI.
1.1.2+mc21.2-21.9Релиз1.21.7, 1.21.8, 1.21.9 · 9 апреля 2026 г.

Fixed

  • Added tag support. All recipes should now show correctly in JEI and REI.
1.1.0+mc21.10-21.11Релиз1.21.10, 1.21.11 · 9 апреля 2026 г.

Fixed

  • Fixed a bug where REI and JEI warnings are not suppressed.

Комментарии

Загружаем…