added vacuumizer recipe for dandelions/goldenrod
This commit is contained in:
parent
c6d30fb0f8
commit
0cd0489998
3 changed files with 17 additions and 6 deletions
|
|
@ -170,20 +170,20 @@ const registerAFCRecipes = (event) => {
|
|||
|
||||
|
||||
event.recipes.gtceu.extractor('latex_from_log')
|
||||
.itemInputs('4x #tfg:latex_logs')
|
||||
.outputFluids(Fluid.of('tfg:latex', 1000))
|
||||
.itemInputs('#tfg:latex_logs')
|
||||
.outputFluids(Fluid.of('tfg:latex', 250))
|
||||
.duration(600)
|
||||
.EUt(20)
|
||||
|
||||
event.recipes.gtceu.extractor('latex_from_sapling')
|
||||
.itemInputs('10x #tfg:rubber_saplings')
|
||||
.outputFluids(Fluid.of('tfg:latex', 1000))
|
||||
.itemInputs('#tfg:rubber_saplings')
|
||||
.outputFluids(Fluid.of('tfg:latex', 100))
|
||||
.duration(750)
|
||||
.EUt(20)
|
||||
|
||||
event.recipes.gtceu.extractor('latex_from_leaves')
|
||||
.itemInputs('20x #tfg:rubber_leaves')
|
||||
.outputFluids(Fluid.of('tfg:latex', 1000))
|
||||
.itemInputs('#tfg:rubber_leaves')
|
||||
.outputFluids(Fluid.of('tfg:latex', 50))
|
||||
.duration(750)
|
||||
.EUt(20)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue