I think this is less confusing

This commit is contained in:
Pyritie 2026-01-10 00:17:58 +00:00
parent d0bc60c3d6
commit 8562c8a195
2 changed files with 10 additions and 10 deletions

View file

@ -409,13 +409,4 @@ const registerGTCEURecipes = (event) => {
.itemOutputs('tfg:paracetamol_pill')
.duration(3 * 20)
.EUt(GTValues.VA[GTValues.LV])
// Volcanic Glass Tube
event.recipes.gtceu.alloy_smelter('tfg:tube_from_volcanic_glass_batch')
.itemInputs('tfc:volcanic_glass_batch')
.notConsumable('gtceu:ball_casting_mold')
.itemOutputs('gtceu:glass_tube')
.duration(8 * 20)
.EUt(GTValues.VA[GTValues.LV])
.category(GTRecipeCategories.INGOT_MOLDING);
}