Jump to content

[1.12.2] Recipe advancement for conditional recipe


Daeruin

Recommended Posts

I have a custom recipe that is conditional based on a setting in my mod's config. Depending on how the user sets up the config, the recipe may or may not be available. I also have an advancement for the recipe, so it automatically gets added to the user's recipe book when they get the appropriate items. This causes an error when the recipe is turned off in the config, because the advancement doesn't recognize the recipe.

 

Is there some way to make the advancement conditional, as well? Or another way to deal with the issue?

Link to comment
Share on other sites

  • 1 month later...

There must be I think. I'm just trying to get any advancement to work! -- Where did you find out how to add them?

In terms of your question, perhaps when the advancement condition is met, you could test the configs? Sorry this is so vague, but I'm struggling with the lack of documentation on this subject too!

How to ask a good coding question: https://stackoverflow.com/help/how-to-ask

Give logs, code, desired effects, and actual effects. Be thorough or we can't help you. Don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy.

 

My own mod, Magiks Most Evile: GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki)

Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/

Link to comment
Share on other sites

Couldn't find many but managed to page through the info on the minecraft wiki to find the right JSON format. All done for the moment now!

How to ask a good coding question: https://stackoverflow.com/help/how-to-ask

Give logs, code, desired effects, and actual effects. Be thorough or we can't help you. Don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy.

 

My own mod, Magiks Most Evile: GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki)

Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.