Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vague InductionSmelter recipe removal issues. #686

Merged
merged 2 commits into from
Oct 19, 2018

Conversation

noobanidus
Copy link
Contributor

According to King Lemming on the COFH Discord, the correct way to handle recipes for the induction smelter that use multiple of a single item is to swap the order of ingredients.

Not swapping the order will simply result in the recipe not being removed, but no error being raised. I first though to generate an error saying to swap the order of inputs in ZenScript, but then it seemed obvious just to try calling removeRecipe a second time.

Even using getPrimaryInput() and getSecondaryInput() on a recipe is not
enough, as this order will sometimes fail to remove recipes, especially
those that use multiple items for input.

According to King Lemming, the correct way to remove these recipes is to
swap the order of the items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants