re-added glass dust recipe for glass tubes (#2795)
Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
parent
2ef32a6fe0
commit
fd76389591
1 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
// Empty Jar
|
||||
event.recipes.gtceu.alloy_smelter('tfg:jar_alloying')
|
||||
.itemInputs('#tfc:glass_batches_tier_2')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.notConsumable('tfg:lamp_casting_mold')
|
||||
.itemOutputs('tfc:empty_jar')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
|
|
@ -76,7 +76,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.alloy_smelter('tfg:jar_alloying_dust')
|
||||
.itemInputs('#forge:dusts/glass')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.notConsumable('tfg:lamp_casting_mold')
|
||||
.itemOutputs('tfc:empty_jar')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
|
|
@ -153,4 +153,4 @@ function registerTFGQuartzRecipes(event) {
|
|||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING);
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue