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>
This commit is contained in:
TreyR9 2025-09-09 16:58:27 -05:00 committed by GitHub
parent be3669a17d
commit 9bb312679b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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