some cleanup with the alloy smelter category, removed vanilla glass bottles
This commit is contained in:
parent
d7518d98c6
commit
d2c4e4b0af
4 changed files with 26 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue