fix olive food processor conflict, fix pumpkin chunk duplicate recipe
This commit is contained in:
parent
08a8e00914
commit
9ae18130ed
3 changed files with 4 additions and 2 deletions
|
|
@ -131,12 +131,12 @@ const registerTFCRecipes = (event) => {
|
|||
|
||||
// Тыква -> Кусочки тыквы
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('5x tfc:food/pumpkin_chunks').copyFood(),
|
||||
TFC.itemStackProvider.of('4x tfc:food/pumpkin_chunks').copyFood(),
|
||||
[TFC.ingredient.notRotten('tfc:pumpkin'), '#forge:tools/hammers'], 'tfc:pumpkin')
|
||||
.id(`tfc:crafting/pumpkin_chunks_hammer`)
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('5x tfc:food/pumpkin_chunks').copyFood(),
|
||||
TFC.itemStackProvider.of('4x tfc:food/pumpkin_chunks').copyFood(),
|
||||
[TFC.ingredient.notRotten('tfc:pumpkin'), '#tfc:knives'], 'tfc:pumpkin')
|
||||
.id(`tfc:crafting/pumpkin_chunks_knife`)
|
||||
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ function removeTFCRecipes(event) {
|
|||
event.remove({ id: 'tfc:crafting/vanilla/redstone/steel_minecart' })
|
||||
event.remove({ id: 'tfc:crafting/vanilla/redstone/minecart' })
|
||||
event.remove({ id: 'tfc:crafting/cake' })
|
||||
event.remove({ id: 'tfc:crafting/pumpkin_chunks' })
|
||||
|
||||
event.remove({ id: /^tfc:crafting\/dough\/.*/ })
|
||||
|
||||
|
|
|
|||
|
|
@ -563,6 +563,7 @@ function registerTFGFoodRecipes(event) {
|
|||
itemInputs: ['tfc:food/olive'],
|
||||
itemOutputs: ['2x tfc:olive_paste'],
|
||||
itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'),
|
||||
circuit: 3
|
||||
})
|
||||
|
||||
processorRecipe("soybean_paste", 60, 8, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue