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

[Bug] FatChain recipe conflicts with the calcination process of plain GTCEu #58

Closed
s-ylide opened this issue Oct 7, 2023 · 0 comments
Closed

Comments

@s-ylide
Copy link

s-ylide commented Oct 7, 2023

recipe 1:

//TODO: make it refine to Fertilizer Later! & Biosolids
LARGE_CHEMICAL_RECIPES.recipeBuilder().EUt(30).duration(800)
.fluidInputs(Sludge.getFluid(24000))
.fluidInputs(Bacteria.getFluid(1000))
.fluidOutputs(Biomass.getFluid(10000))
.fluidOutputs(Water.getFluid(14000))
.fluidOutputs(SulfurDioxide.getFluid(8000))
.fluidOutputs(Methane.getFluid(8000))
.input(dust, Calcite, 3)
.notConsumable(CARBON_MESH)
.notConsumable(new IntCircuitIngredient(1))
.buildAndRegister();

recipe 2:
https://github.com/GregTechCEu/GregTech/blob/84b0dc0d80eb8125ca16e66490417b1c886430a1/src/main/java/gregtech/loaders/recipe/chemistry/ReactorRecipes.java#L537-L542

recipe 1 is not indeed triggered in my environment (gte2; gregtech-1.12.2-2.7.3-beta-patched, gregtechfoodoption-1.9.4.1), even if output buses are omitted.

@bruberu bruberu closed this as completed in 38e0bfd Oct 7, 2023
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

No branches or pull requests

1 participant