Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
bb3508cca4
4 changed files with 21 additions and 3 deletions
|
|
@ -2440,4 +2440,14 @@ const registerCreateRecipes = (event) => {
|
|||
event.smelting('#forge:ingots/silver', 'create:crushed_raw_silver')
|
||||
event.smelting('#forge:ingots/tin', 'create:crushed_raw_tin')
|
||||
event.smelting('#forge:ingots/lead', 'create:crushed_raw_lead')
|
||||
|
||||
//Rubber early automation
|
||||
|
||||
event.recipes.create.mixing((Fluid.of('tfg:vulcanized_latex', 1000)), [Fluid.of('tfg:latex', 1000),'tfc:powder/sulfur'])
|
||||
.heated()
|
||||
.id('tfg:create/mixer/vulcanized_latex');
|
||||
|
||||
event.recipes.create.mixing('gtceu:sticky_resin', [Fluid.of('tfg:latex', 1000), 'tfc:powder/wood_ash'])
|
||||
.heated()
|
||||
.id('tfg:create/mixer/sticky_resin');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -532,8 +532,8 @@ function registerVintageImprovementsRecipes(event) {
|
|||
event.recipes.vintageimprovements.vacuumizing(Fluid.of('gtceu:rubber', 144), '#forge:dusts/rubber')
|
||||
.heated()
|
||||
.processingTime(50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.id('tfg:vi/vacuum/rubber')
|
||||
|
||||
.id('tfg:vi/vacuumizing/rubber')
|
||||
|
||||
// Vaccuming rubber wood stuff for latex
|
||||
event.recipes.vintageimprovements.vacuumizing(Fluid.of('tfg:latex', 100), '#tfg:latex_logs')
|
||||
.processingTime(300 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue