more glue for the glue gods
This commit is contained in:
@@ -961,6 +961,13 @@ const registerGTCEURecipes = (event) => {
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.centrifuge('tfg:centrifuge_rosin')
|
||||
.itemInputs('tfg:conifer_rosin')
|
||||
.outputFluids(Fluid.of('gtceu:glue', 50))
|
||||
.itemOutputs('2x #forge:dusts/carbon')
|
||||
.chancedOutput('gtceu:plant_ball', 1000, 850)
|
||||
.duration(400)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.createSequencedAssembly([
|
||||
'gtceu:ulv_voltage_coil',
|
||||
|
||||
@@ -539,6 +539,14 @@ function registerVintageImprovementsRecipes(event) {
|
||||
processingTime: 200
|
||||
}).id('tfg:vi/vacuumizing/glue_from_resin')
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:vacuumizing',
|
||||
ingredients: [{ item: 'tfg:conifer_rosin' }],
|
||||
results: [{ fluid: 'gtceu:glue', amount: 50 }],
|
||||
heatRequirement: "heated",
|
||||
processingTime: 200
|
||||
}).id('tfg:vi/vacuumizing/glue_from_rosin')
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:vacuumizing',
|
||||
ingredients: [{ item: 'minecraft:bone_meal' }, { fluid: 'tfc:limewater', amount: 500 }],
|
||||
|
||||
Reference in New Issue
Block a user