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

Let recipe builders skip map build actions #2650

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Zorbatron
Copy link
Member

What

Allow a recipe builder to ignore a recipe map's build actions.

Outcome

You can make assembler recipes that use soldering alloy that don't have tin recipes generated, or make arc furnace recipes that don't use a fluid without oxygen being assigned automatically.

Potential Compatibility Issues

Shouldn't be any.

@Zorbatron Zorbatron requested a review from a team as a code owner October 26, 2024 02:11
@Zorbatron Zorbatron added the type: feature New feature or request label Oct 26, 2024
@kumquat-ir
Copy link
Contributor

Recipe build actions are associated with a ResourceLocation in the recipe map - probably a good idea to have a way to only ignore a specific build action, in case some addon adds a second, important build action to some common recipe map. Might not actually be a good idea to have a way to ignore all build actions because of that case, honestly.

@Zorbatron
Copy link
Member Author

That's a good idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants