Merge pull request #702 from 8oyNextDoor/main

Исправил опечатку в температуре кипения морской воды для рецепта маленькой кучки соли с 1000 на 100
This commit is contained in:
Dmitry 2025-01-18 12:53:19 +07:00 committed by GitHub
commit acf18b6e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3343,7 +3343,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')