Skip to content

Commit acf18b6

Browse files
authored
Merge pull request #702 from 8oyNextDoor/main
Исправил опечатку в температуре кипения морской воды для рецепта маленькой кучки соли с 1000 на 100
2 parents ee4e1a8 + 0beb99d commit acf18b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubejs/server_scripts/tfc/recipes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3343,7 +3343,7 @@ const registerTFCRecipes = (event) => {
33433343
.id('tfg:smelting/fireclay_brick')
33443344

33453345
// Выпаривание соли
3346-
event.recipes.tfc.pot([], Fluid.of('tfc:salt_water', 625), 300, 1000)
3346+
event.recipes.tfc.pot([], Fluid.of('tfc:salt_water', 625), 300, 100)
33473347
.itemOutput('gtceu:small_salt_dust')
33483348
.id('tfg:tfc/pot/salt')
33493349

0 commit comments

Comments
 (0)