Closed Diversion98 closed 3 years ago
If the stacktrace is correct, it indicates that we could not look up the recipe itself in the context of the current player.
As you mention there are stages involved, the most likely case is that they introduce a discrepancy between the actual recipes and what is shown to the player. Best course of action would probably be to stop showing unknown recipes to players. We really need to be able to access the recipe as otherwise the data provided by JEI can be too much and crash the server with it.
Its allready coded in that if a player doesn't have the stage, the items are hidden in JEI.
Also for testing purposes, i gave all stages in the pack to myself and still had this issue.
I think it was working before, I'll test tomorow with a previous version of the pack and I'll give u feedback
No idea really. All I can say is that we don't get a valid recipes for some reason. The most obvious problem is that some stage mod will break it. Another one could be a invalid recipe id (or custom recipe). While a valid one is a requirement on our side is a requirement to prevent other crashes.
Okay this just got weirder now :/
So I minimized the modlist to test with only stages and ae2. And suddenly it works :/ The stages are the same and I put in the script to hide things in JEI and make them unusable when the stage is not met. I gave myself all the stages and it was working :/ Need to look into it more because this wont help u I think xd
by the way, forge: 36.2.2
modlist:
edit: Just deleted my scripts folder and its working fine now so something is wrong. Gold blocks dont work but a gold chestplate does work (neither of those are staged)
Found the issue.
Because im using item stages now instead of recipe stages, my unstage method from recipe stages was conflicting (weird but ok) Thanks for your replies and sorry for bothering u guys :)
cheers
Describe the bug When looking at a recipe in JEI and try to input it in the crafting terminal with the plus button, the crafting terminal stays empty.
To Reproduce
Expected behavior Crafting recipe should be inputted when u click the plus button when looking at a recipe in JEI
Environment The error when u try to input the recipe: https://pastebin.com/VtCRAbu3 Forced Crash: https://pastebin.com/mxwFKgPk
Modpack + version: The MHG Modpack 0.1.3-Hotfix (I will try to minimize the mods, dont have the time right now, sorry!) AE2 version 8.4.1 Crafttweaker, itemstages, recipestages are involved in the pack
CPU: Ryzen 5600x RAM: 16GB Ram GPU: GTX 1070 Storage: Samsung 980 Pro NVMe OS: Windows 10, 64 Bit
https://github.com/Diversion98/The-MHG-Modpack/issues/3
More details coming soon.