Merge pull request #702 from 8oyNextDoor/main
Исправил опечатку в температуре кипения морской воды для рецепта маленькой кучки соли с 1000 на 100
This commit is contained in:
commit
acf18b6e22
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue