diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index c54793e3b..68b3d5900 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -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')