added sugar water recipe
This commit is contained in:
parent
242c91a5fe
commit
689e4e870a
1 changed files with 8 additions and 0 deletions
|
|
@ -797,4 +797,12 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/winged_kelp' }).id('tfg:shaped/drying_mat_winged_kelp')
|
||||
|
||||
// #endregion
|
||||
|
||||
event.recipes.gtceu.mixer('sugar_water')
|
||||
.itemInputs('#tfc:sweetener')
|
||||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||||
.outputFluids(Fluid.of('firmalife:sugar_water', 500))
|
||||
.circuit(5)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.duration(200)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue