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

@ -156,6 +156,7 @@ function registerTFCMachineRecipes(event) {
.itemOutputs(element.output)
.duration(100)
.EUt(2)
.category(GTRecipeCategories.INGOT_MOLDING)
})
//#endregion
@ -210,6 +211,7 @@ function registerTFCMachineRecipes(event) {
.itemOutputs('tfc:empty_jar')
.duration(100)
.EUt(2)
.category(GTRecipeCategories.INGOT_MOLDING)
event.recipes.gtceu.fluid_solidifier('tfc:jar_solidification')
.inputFluids(Fluid.of('gtceu:glass', 144))