parent
aa32e816f9
commit
3a590aca60
44 changed files with 1142 additions and 215 deletions
|
|
@ -29,6 +29,21 @@ function registerTFGChipboardRecipes(event) {
|
|||
.EUt(5)
|
||||
|
||||
// Chipboard
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', 'tfc:glue'])
|
||||
.outputItem('2x tfg:chipboard_composite')
|
||||
.id('tfg:mixing_bowl/chipboard_composite_glue')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', 'gtceu:sticky_resin'])
|
||||
.outputItem('4x tfg:chipboard_composite')
|
||||
.id('tfg:mixing_bowl/chipboard_composite_resin')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#forge:wax'])
|
||||
.outputItem('2x tfg:chipboard_composite')
|
||||
.id('tfg:mixing_bowl/chipboard_composite_wax')
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:chipboard_composite_wax')
|
||||
.itemInputs('2x #tfg:wood_dusts',
|
||||
'1x #forge:wax')
|
||||
|
|
@ -50,7 +65,6 @@ function registerTFGChipboardRecipes(event) {
|
|||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:chipboard_composite_fluid_glue')
|
||||
.itemInputs('1x #tfg:wood_dusts')
|
||||
.inputFluids(Fluid.of('gtceu:glue', 25))
|
||||
|
|
@ -58,6 +72,49 @@ function registerTFGChipboardRecipes(event) {
|
|||
.duration(10)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
// Pre-treated chipboard
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['gtceu:treated_wood_dust', 'gtceu:treated_wood_dust', 'tfc:glue'])
|
||||
.outputItem('2x tfg:treated_chipboard_composite')
|
||||
.id('tfg:mixing_bowl/treated_chipboard_composite_glue')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['gtceu:treated_wood_dust', 'gtceu:treated_wood_dust', 'gtceu:treated_wood_dust', 'gtceu:treated_wood_dust', 'gtceu:sticky_resin'])
|
||||
.outputItem('4x tfg:treated_chipboard_composite')
|
||||
.id('tfg:mixing_bowl/treated_chipboard_composite_resin')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['gtceu:treated_wood_dust', 'gtceu:treated_wood_dust', '#forge:wax'])
|
||||
.outputItem('2x tfg:treated_chipboard_composite')
|
||||
.id('tfg:mixing_bowl/treated_chipboard_composite_wax')
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:treated_chipboard_composite_wax')
|
||||
.itemInputs('2x gtceu:treated_wood_dust', '1x #forge:wax')
|
||||
.itemOutputs('2x tfg:treated_chipboard_composite')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:treated_chipboard_composite_resin')
|
||||
.itemInputs('4x gtceu:treated_wood_dust', '1x gtceu:sticky_resin')
|
||||
.itemOutputs('4x tfg:treated_chipboard_composite')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:treated_chipboard_composite_glue')
|
||||
.itemInputs('2x gtceu:treated_wood_dust', '1x tfc:glue')
|
||||
.itemOutputs('2x tfg:treated_chipboard_composite')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:treated_chipboard_composite_fluid_glue')
|
||||
.itemInputs('1x gtceu:treated_wood_dust')
|
||||
.inputFluids(Fluid.of('gtceu:glue', 25))
|
||||
.itemOutputs('1x tfg:treated_chipboard_composite')
|
||||
.duration(10)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
|
||||
//
|
||||
event.recipes.gtceu.compressor('gtceu:wood_mdf')
|
||||
.itemInputs('1x tfg:chipboard_composite')
|
||||
.itemOutputs('gtceu:wood_plate')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue