Update recipes.js

Исправил опечатку в температуре кипения морской воды для рецепта маленькой кучки соли с 1000 на 100
(Fixed a typo in salt water boiling recipe's temperature for small salt pile - 1000 > 100)

Signed-off-by: BoyNextDoor <130379681+8oyNextDoor@users.noreply.github.com>
This commit is contained in:
BoyNextDoor 2025-01-12 19:47:20 +03:00 committed by GitHub
parent 8741d77147
commit f75ac9e652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3362,7 +3362,7 @@ const registerTFCRecipes = (event) => {
.id('tfg:smelting/fireclay_brick')
// Выпаривание соли
event.recipes.tfc.pot([], Fluid.of('tfc:salt_water', 625), 300, 1000)
event.recipes.tfc.pot([], Fluid.of('tfc:salt_water', 625), 300, 100)
.itemOutput('gtceu:small_salt_dust')
.id('tfg:tfc/pot/salt')