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:
parent
8741d77147
commit
f75ac9e652
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue