Remove buggy Pumpkin Chunks recipe (#766)
Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
d9843c8c9d
commit
c573a7f857
1 changed files with 4 additions and 6 deletions
|
|
@ -161,12 +161,10 @@ const registerTFCRecipes = (event) => {
|
|||
.category(GTRecipeCategories.ARC_FURNACE_RECYCLING)
|
||||
|
||||
// Тыква -> Кусочки тыквы
|
||||
event.recipes.minecraft.crafting_shaped('5x tfc:food/pumpkin_chunks', [
|
||||
'AB'
|
||||
], {
|
||||
A: '#tfc:knives',
|
||||
B: 'tfc:pumpkin'
|
||||
})
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('5x tfc:food/pumpkin_chunks').copyFood(),
|
||||
[TFC.ingredient.notRotten('tfc:pumpkin'), '#forge:tools/hammers'], 'tfc:pumpkin')
|
||||
.id(`tfc:crafting/pumpkin_chunks`)
|
||||
|
||||
// Lime
|
||||
event.smelting('tfc:powder/lime', 'tfc:powder/flux')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue