added circuit to the two different salt waters in the mixer
This commit is contained in:
parent
0cd0489998
commit
7cd9cde0b7
3 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
- Added chisel recipes for stone walls. @Pyritie
|
||||
- Reduced electricity cost of electric greenhouse. @Pyritie
|
||||
- Added vacuumizer recipe for dandelions and goldenrod to latex. @Pyritie
|
||||
- Added circuit numbers for the different mixer salt water recipes. @Pyritie
|
||||
- More quest tweaks and fixes.
|
||||
|
||||
## [0.9.7] - 17.05.2025
|
||||
|
|
|
|||
|
|
@ -99,6 +99,10 @@ const registerGTCEURecipes = (event) => {
|
|||
.duration(720)
|
||||
.EUt(30)
|
||||
|
||||
// Add circuit to gregtech salt water mixer recipe
|
||||
event.remove({ id: 'gtceu:mixer/salt_water' })
|
||||
generateMixerRecipe(event, ['2x #forge:dusts/salt'], Fluid.of('minecraft:water', 1000), [], 1, Fluid.of('gtceu:salt_water', 1000), 40, 7, 64, 'tfg:gtceu/salt_water')
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Каменный стержень
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ const registerTFCRecipes = (event) => {
|
|||
.id('tfg:tfc/pot/salt')
|
||||
|
||||
// Salt Water
|
||||
generateMixerRecipe(event, ['#forge:dusts/salt'], Fluid.of('minecraft:water', 1000), [], null, Fluid.of('tfc:salt_water', 1000), 40, 7, 64, 'tfg:tfc/salt_water')
|
||||
generateMixerRecipe(event, ['#forge:dusts/salt'], Fluid.of('minecraft:water', 1000), [], 2, Fluid.of('tfc:salt_water', 1000), 40, 7, 64, 'tfg:tfc/salt_water')
|
||||
|
||||
|
||||
// Seaweed and kelp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue