From 9bb312679bae4795aeee0f1b8fecf40ac726d2d5 Mon Sep 17 00:00:00 2001 From: TreyR9 <106098556+TreyR9@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:58:27 -0500 Subject: [PATCH] Bulk Boiling (#1784) Added Vat recipe for boiling salt water into salt, if any of the salt water-related recipes break in the future then this is the likely culprit Signed-off-by: TreyR9 <106098556+TreyR9@users.noreply.github.com> --- kubejs/server_scripts/firmalife/recipes.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index d76fab95d..b66e8e3e9 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -513,6 +513,16 @@ const registerFirmaLifeRecipes = (event) => { .id('tfg:vat/sugar_water') //#endregion + + //#region Salt by Vat + + event.recipes.firmalife.vat() + //.inputs('minecraft:stick', Fluid.of('tfc:salt_water', 625)) + .inputFluid(Fluid.of('tfc:salt_water', 625)) + .outputItem('gtceu:small_salt_dust') + .id('tfg:vat/sea_water_to_salt'); + + //#endregion //#region Replace existing dyes