From 77d16926131ccae299fb6982802b8ed1e7664008 Mon Sep 17 00:00:00 2001 From: Johanniklas <57828910+JohanniklasLp@users.noreply.github.com> Date: Sun, 4 Jan 2026 03:03:22 +0100 Subject: [PATCH] Fix Archaic Glass not being consumed --- scripts/crafttweaker/mid/additions/tconstruct/Casting.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/crafttweaker/mid/additions/tconstruct/Casting.zs b/scripts/crafttweaker/mid/additions/tconstruct/Casting.zs index 6f6f79f0..e4d1d09f 100644 --- a/scripts/crafttweaker/mid/additions/tconstruct/Casting.zs +++ b/scripts/crafttweaker/mid/additions/tconstruct/Casting.zs @@ -7,7 +7,7 @@ function run() { Casting.addTableRecipe(, , , 1000, true); //ch2 moon glass - Casting.addBasinRecipe(, , , 16000); + Casting.addBasinRecipe(, , , 16000, true); //zinc Casting.addTableRecipe(, , , 144, false);