re-added glass dust recipe for glass tubes (#2795)

Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
thederpysockdude123 2026-01-21 13:16:25 -08:00 committed by GitHub
parent 2ef32a6fe0
commit fd76389591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}