glass vials (#2999)
This commit is contained in:
parent
2efa0180a8
commit
2a4dfabed0
1 changed files with 8 additions and 0 deletions
|
|
@ -178,5 +178,13 @@ function registerTFGQuartzRecipes(event) {
|
|||
.duration(16 * 20)
|
||||
.EUt(16)
|
||||
.category(GTRecipeCategories.INGOT_MOLDING);
|
||||
|
||||
// Glass vials
|
||||
event.recipes.gtceu.extruder('tfg:glass_vial_from_batch')
|
||||
.itemInputs('#tfc:glass_batches_tier_3')
|
||||
.notConsumable('gtceu:cell_extruder_mold')
|
||||
.itemOutputs("4x gtceu:glass_vial")
|
||||
.duration(6.4 * 20)
|
||||
.EUt(30)
|
||||
//#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue