This commit is contained in:
Pyritie 2026-01-21 21:26:51 +00:00
commit a1c0270267

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