I think this is less confusing
This commit is contained in:
parent
d0bc60c3d6
commit
8562c8a195
2 changed files with 10 additions and 10 deletions
|
|
@ -409,13 +409,4 @@ const registerGTCEURecipes = (event) => {
|
|||
.itemOutputs('tfg:paracetamol_pill')
|
||||
.duration(3 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
// Volcanic Glass Tube
|
||||
event.recipes.gtceu.alloy_smelter('tfg:tube_from_volcanic_glass_batch')
|
||||
.itemInputs('tfc:volcanic_glass_batch')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.itemOutputs('gtceu:glass_tube')
|
||||
.duration(8 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
.itemOutputs('tfc:lamp_glass')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.alloy_smelter(`tfg:tfc/lamp_glass_from_dust`)
|
||||
.itemInputs('#forge:dusts/glass')
|
||||
|
|
@ -62,6 +63,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
.itemOutputs('tfc:lamp_glass')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
// Empty Jar
|
||||
event.recipes.gtceu.alloy_smelter('tfc:jar_alloying')
|
||||
|
|
@ -134,6 +136,13 @@ function registerTFGQuartzRecipes(event) {
|
|||
// Glass Tube
|
||||
event.recipes.tfc.glassworking('gtceu:glass_tube', '#tfc:glass_batches_tier_3', ['blow', 'stretch', 'stretch'])
|
||||
.id('tfg:gtceu/glassworking/glass_tube')
|
||||
|
||||
|
||||
event.recipes.gtceu.alloy_smelter('tfg:glass_tube_from_batch')
|
||||
.itemInputs('#tfc:glass_batches')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.itemOutputs('gtceu:glass_tube')
|
||||
.duration(8 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING);
|
||||
//#endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue