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:
parent
be3669a17d
commit
9bb312679b
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue