From fd76389591863c72ba29a97a9e25155b12c12cce Mon Sep 17 00:00:00 2001 From: thederpysockdude123 Date: Wed, 21 Jan 2026 13:16:25 -0800 Subject: [PATCH] re-added glass dust recipe for glass tubes (#2795) Signed-off-by: thederpysockdude123 --- .../tfg/ores_and_materials/recipes.quartzes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/tfg/ores_and_materials/recipes.quartzes.js b/kubejs/server_scripts/tfg/ores_and_materials/recipes.quartzes.js index ea00a8aae..3214c5bed 100644 --- a/kubejs/server_scripts/tfg/ores_and_materials/recipes.quartzes.js +++ b/kubejs/server_scripts/tfg/ores_and_materials/recipes.quartzes.js @@ -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 -} \ No newline at end of file +}