[Bug] Recipes not show up in JEI. MC 1.21 Fabric Server
Knito58 opened this issue ยท 12 comments
Version Info
- Minecraft, 1.21 Fabric loader 0.15.11
- Core Lib, 1.1.17
Description of the Bug
The blocks and items of mod "moving elevater" and "packed up" show up in JEI.
When clicking for the recipes there's nothing.
The recipes do NOT show up.
Steps to Reproduce
Playing on Fabric server. Having Super mods installed.
I don't know as I don't see them. I just looked in some other 1.21 single player worlds but the super mods were not there. Can you screenshot me a recipe to test it - packed up or moving elevators?
The recipes are shown on the mod page. I am currently on my phone so a bit hard to get it for you ๐
If the recipes do work but JEI doesn't show them, then it is likely a bug with JEI.
Then it'd be just the recipes not working rather than something to do with JEI.
Did you install the mods on the server? You can check by using the /give @p packedup:basicbackpack
command to see if the item exists.
I'm very certain that JEI still needs some honing as it tooltips every item as made of 6 components. But it works with very many recipes, even with other modded recipes.
Result: Unknown Item "packedup:basicbackpack"
That'd mean the mod is not loaded on the server.
as it tooltips every item as made of 6 components.
I believe that's a vanilla thing if you press F3+H, not JEI.
Ok if the mod was not loaded then I should not see the mod's items in JEI, am I right?
You will still see the mod's items in JEI as item registration is done client-side. Recipes are synced from the server to the client hence those won't show up.