some cleanup with the alloy smelter category, removed vanilla glass bottles

This commit is contained in:
Pyritie 2025-10-18 13:41:28 +01:00
parent d7518d98c6
commit d2c4e4b0af
4 changed files with 26 additions and 1 deletions

View file

@ -355,6 +355,7 @@ const registerGTCEURecipes = (event) => {
.itemOutputs('1x gtceu:light_concrete')
.duration(98)
.EUt(7)
.category(GTRecipeCategories.INGOT_MOLDING)
event.recipes.gtceu.chemical_bath('gtceu:chemical_bath/dark_concrete')
.inputFluids(Fluid.of('tfc:black_dye', 18))
@ -1022,6 +1023,7 @@ const registerGTCEURecipes = (event) => {
.itemOutputs('gtceu:rubber_gloves')
.duration(200)
.EUt(GTValues.VA[GTValues.ULV])
.category(GTRecipeCategories.INGOT_MOLDING)
event.recipes.tfc.damage_inputs_shaped_crafting(
@ -1735,6 +1737,14 @@ const registerGTCEURecipes = (event) => {
.outputItem('tfg:reinforced_dark_concrete_support')
.id('tfg:barrel/reinforced_dark_concrete_support')
event.recipes.gtceu.alloy_smelter('glass_bottle')
.itemInputs('#forge:dusts/glass')
.itemOutputs('tfc:silica_glass_bottle')
.notConsumable('gtceu:bottle_casting_mold')
.EUt(2)
.duration(20 * 5)
.category(GTRecipeCategories.INGOT_MOLDING)
// Change
// The 9x buff for large boiler recipes above does not apply to this for some reason, so it gets 3x duration for an effective 1/3 reduction instead