Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
a1c0270267
1 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
// Empty Jar
|
||||
event.recipes.gtceu.alloy_smelter('tfg:jar_alloying')
|
||||
.itemInputs('#tfc:glass_batches_tier_2')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.notConsumable('tfg:lamp_casting_mold')
|
||||
.itemOutputs('tfc:empty_jar')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
|
|
@ -76,7 +76,7 @@ function registerTFGQuartzRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.alloy_smelter('tfg:jar_alloying_dust')
|
||||
.itemInputs('#forge:dusts/glass')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.notConsumable('tfg:lamp_casting_mold')
|
||||
.itemOutputs('tfc:empty_jar')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
|
|
@ -153,4 +153,4 @@ function registerTFGQuartzRecipes(event) {
|
|||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING);
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue