Skip to content

Conversation

TechLord22
Copy link
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
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
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