Skip to content

Generate recycling recipes using machine input fluids#2810

Open
TechLord22 wants to merge 3 commits into
masterfrom
tc/fluid-recycling
Open

Generate recycling recipes using machine input fluids#2810
TechLord22 wants to merge 3 commits into
masterfrom
tc/fluid-recycling

Conversation

@TechLord22

Copy link
Copy Markdown
Member

Generates recycling recipes from both item and fluid inputs in machines with a new flag: RecipeBuilder.withFullRecycling().

@TechLord22 TechLord22 requested a review from a team as a code owner May 19, 2025 19:30
@TechLord22 TechLord22 added the type: feature New feature or request label May 19, 2025
.circuitMeta(2)
.output(outputBus)
.withRecycling()
.withItemRecycling()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these two not using withFullRecycling? Since there is the items and the fluids

}
}

private static void addFluidStackToMaterialStacks(@NotNull FluidStack fluidStack,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to check that the fluid stack is also a Fluid GT Material, and not a Gas or a plasma GT Fluid Material?

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