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.