Just Enough Serverless Recipes
Just Enough Serverless Recipes restores JEI recipe browsing on vanilla or lightly modded servers that do not have JEI installed server-side.
It injects a synced fallback recipe map on the client so JEI can still display the full vanilla recipe set, including smithing recipes and armor trims.
It also lets JEI's existing recipe transfer button fill supported vanilla menus even when the server does not have JEI.
Spamming crafting recipes to craft multiple packs will send too many packets and may get you kicked from the server. !!!
Description
- This mod is for the common case where:
- the player has JEI installed on the client
- the server does not have JEI installed
- JEI normally opens with missing recipe categories or no usable recipe view
Just Enough Serverless Recipes fixes that by supplying JEI with a client-side fallback recipe map.
- restores vanilla recipe viewing on servers without server-side JEI
- restores JEI recipe transfer on supported vanilla menus without server-side JEI
- injects the fallback early enough to avoid JEI starting with an empty recipe sync
- supports the full bundled vanilla
26.1recipe set - includes smithing recipes and armor trim recipes
- uses the integrated server recipe manager automatically in singleplayer
How It Works
- In singleplayer, the mod reads recipes from the integrated server directly.
- In multiplayer, it injects a bundled vanilla fallback recipe dataset before JEI finishes starting.
- For recipe transfer, it keeps JEI's existing button and swaps the backend to vanilla container clicks when JEI is missing server-side.
- If a server already provides a proper synced recipe map, the mod stays out of the way.
This keeps JEI usable without requiring JEI on the server.
Requirements
- JEI is required on the client.
Compatibility
- Fabric: Minecraft
26.1through26.1.2 - NeoForge: Minecraft
26.1through26.1.2 - Fabric Loader
>=0.17.0 - Fabric API
>=0.140.3+26.1 - NeoForge
>=26.1.0.8-beta <26.2 - JEI
>=29.2.0.20
Installation
- Choose the matching
FabricorNeoForgebuild. - Install the required loader for that build.
- For Fabric, also install Fabric API.
- Install the matching JEI build on the client.
- Install Just Enough Serverless Recipes on the client.
- Launch the game and join a server without JEI installed server-side.
Notes
- This is a client-side mod.
- The server does not need to install this mod.
- The server does not need to install JEI.
- The player still needs JEI installed locally, because this mod extends JEI rather than replacing it.
License
Licensed under GPLv3.0.