Move boiled eggs to food processor to deconflict with cooked egg, fix pickled egg recipe name typo (#2407)
* Move boiled eggs to food processor to deconflict with cooked egg Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com> * Move boiled_egg recipe, fix pickled egg recipe name Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com> --------- Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
parent
ea04149a63
commit
c40ffcc0bf
1 changed files with 9 additions and 3 deletions
|
|
@ -575,8 +575,6 @@ function registerTFGFoodRecipes(event) {
|
|||
|
||||
cookingRecipe("baked_potato", "tfc:food/potato", "tfc:food/baked_potato")
|
||||
|
||||
cookingRecipe("boiled_egg", "#firmalife:foods/raw_eggs", "tfc:food/boiled_egg", "#tfg:clean_water 200")
|
||||
|
||||
cookingRecipe("cooked_rice", "tfc:food/rice_grain", "tfc:food/cooked_rice", "#tfg:clean_water 200")
|
||||
|
||||
processorRecipe("pasta_tomato_sauce", 60, 8, {
|
||||
|
|
@ -667,6 +665,14 @@ function registerTFGFoodRecipes(event) {
|
|||
itemOutputProvider: TFC.isp.of('tfg:food/calorie_paste').copyOldestFood().addTrait('tfg:freeze_dried')
|
||||
})
|
||||
|
||||
processorRecipe("boiled_egg", 200, 16, {
|
||||
circuit: 1,
|
||||
itemInputs: ["#firmalife:foods/raw_eggs"],
|
||||
fluidInputs: ["#tfg:clean_water 200"],
|
||||
itemOutputs: ["tfc:food/boiled_egg"],
|
||||
itemOutputProvider: TFC.isp.of("tfc:food/boiled_egg").copyFood()
|
||||
})
|
||||
|
||||
//Kelp
|
||||
cookingRecipe("dried_kelp_a", "tfc:plant/winged_kelp", "tfc:food/dried_kelp")
|
||||
cookingRecipe("dried_kelp_b", "tfc:plant/leafy_kelp", "tfc:food/dried_kelp")
|
||||
|
|
@ -922,7 +928,7 @@ function registerTFGFoodRecipes(event) {
|
|||
itemOutputProvider: TFC.isp.of('4x firmalife:food/bacon').copyFood()
|
||||
})
|
||||
|
||||
processorRecipe("picked_egg", 1000, 8, {
|
||||
processorRecipe("pickled_egg", 1000, 8, {
|
||||
circuit: 1,
|
||||
itemInputs: ['minecraft:clay_ball', 'tfc:powder/wood_ash', 'tfc:powder/salt', 'tfc:food/boiled_egg'],
|
||||
itemOutputs: ['firmalife:food/pickled_egg'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue