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
|
|
@ -132,6 +132,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.itemOutputs('firmalife:empty_olivine_wine_bottle')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.alloy_smelter('firmalife:empty_volcanic_wine_bottle')
|
||||
.itemInputs('tfc:volcanic_glass_batch')
|
||||
|
|
@ -139,6 +140,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.itemOutputs('firmalife:empty_volcanic_wine_bottle')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.alloy_smelter('firmalife:empty_hematitic_wine_bottle')
|
||||
.itemInputs('tfc:hematitic_glass_batch')
|
||||
|
|
@ -146,6 +148,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.itemOutputs('firmalife:empty_hematitic_wine_bottle')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.alloy_smelter('firmalife:wine_glass')
|
||||
.itemInputs('tfc:silica_glass_batch')
|
||||
|
|
@ -153,6 +156,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.itemOutputs('2x firmalife:wine_glass')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.assembler('firmalife:cork')
|
||||
.itemInputs('firmalife:treated_lumber')
|
||||
|
|
@ -173,6 +177,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.itemOutputs('6x firmalife:pie_pan')
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.duration(100)
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.replaceInput({ id: 'firmalife:crafting/bottle_label' }, 'firmalife:beeswax', '#forge:wax')
|
||||
|
||||
|
|
@ -568,12 +573,19 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
// Dough
|
||||
|
||||
global.TFC_GRAINS.forEach(grain => {
|
||||
event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood(), [
|
||||
'firmalife:spoon',
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
'firmalife:tirage_mixture',
|
||||
'#tfc:bowls'
|
||||
]).keepIngredient('#tfc:bowls').id(`tfg:shapeless/${grain}_dough`)
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood(), [
|
||||
'firmalife:spoon',
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
'firmalife:tirage_mixture',
|
||||
'firmalife:mixing_bowl'
|
||||
]).id(`tfg:shapeless/${grain}_dough`)
|
||||
]).id(`tfg:shapeless/${grain}_dough_mixing`)
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`8x firmalife:food/${grain}_dough`).copyFood(), [
|
||||
'firmalife:spoon',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue