Adding stuff related to tree saps + minor fixes (#1531)
* tree juice changes * fixed texture stretch * glacian wool * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * oops * Update glacian_wool.png --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
b42479cd34
commit
d6b0715c52
9 changed files with 32 additions and 1 deletions
|
|
@ -246,6 +246,21 @@ const registerAFCRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//region gt sap processing
|
||||
event.recipes.gtceu.fluid_heater('maple_sap_condense')
|
||||
.inputFluids(Fluid.of('afc:maple_sap', 4000))
|
||||
.outputFluids(Fluid.of('afc:maple_syrup', 100))
|
||||
.duration(20*25)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
event.recipes.gtceu.fluid_heater('birch_sap_condense')
|
||||
.inputFluids(Fluid.of('afc:birch_sap', 8000))
|
||||
.outputFluids(Fluid.of('afc:birch_syrup', 100))
|
||||
.duration(20*35)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
|
||||
//endregion
|
||||
|
||||
event.recipes.gtceu.fluid_solidifier('maple_syrup')
|
||||
.inputFluids(Fluid.of('afc:maple_syrup', 100))
|
||||
.itemOutputs('afc:maple_sugar')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue