Recipe Stages

Recipe Stages

28M Downloads

[QUESTION] How to only show recipes player can craft?

Raft08 opened this issue ยท 9 comments

commented

Hello I want to show only recipes that you can craft at that stage in JEI how can I do that?

Thanks Raft

commented

I am not following, the recipes say what stage they require (if you have the stage unlocked)

commented

But if i do so i will need to reload the game to show the crafts of that stage

commented

When you unlock a stage, the recipes are automatically added to JEI, you don't need to reload anything.

commented

Sorry i don't realy understand when i add a recipes to a stage and i don't have that stage there still showed in JEI

commented

If you are talking about during modpack development, like you editing scripts making your modpack, then depending on your game version:
1.12: Required to restart the game for scripts to rerun, no way around this.
1.16+: a simple /reload will reload scripts and the recipes will show as staged in JEI.

What mc version are you using and what are you trying to do?

commented

1.18.2
I'm trying to hide items in JEI that you can't craft

commented

RecipeStages only deals with hiding recipes, which it does automatically.

If you want to hide items from the item list, then you need ItemStages which does that.

If that is what you want, then I'm going to be closing this issue as it doesn't relate to this mod.

commented

I'm gonna check ItemStage thanks

commented

I see, thanks for the support