This commit is contained in:
Dmitry 2023-11-28 18:23:32 +07:00
parent 94a2d7af2e
commit 7c96e6b017
5 changed files with 74 additions and 20 deletions

View file

@ -52,6 +52,15 @@ const registerTFCRecipes = (event) => {
registerAutoTFCCastingRecipes(event)
registerAutoTFCAnvilRecipes(event)
// Bucket
addWeldingRecipe(event,
'tfg:recipes/anvil/vanilla_bucket',
{ item: 'tfc:metal/bucket/red_steel' },
{ item: 'tfc:metal/bucket/blue_steel' },
{ item: 'minecraft:bucket' },
6
)
// Small Copper -> Copper
addHeatingItemToFluidRecipe(event,
'tfc:recipes/heating/tfg/small_copper',
@ -205,15 +214,6 @@ const registerTFCRecipes = (event) => {
[ "draw_last", "draw_second_last", "hit_third_last" ]
)
// Blue Steel Bucket
addAnvilRecipe(event,
'tfc:recipes/anvil/tfg/blue_steel_bucket',
{ tag: "forge:plates/blue_steel" },
{ item: "tfc:metal/bucket/blue_steel" },
6,
[ "bend_last", "bend_second_last", "bend_third_last" ]
)
// Blue Steel Ingot
addAnvilRecipe(event,
'tfc:recipes/anvil/tfg/blue_steel_ingot',
@ -259,15 +259,6 @@ const registerTFCRecipes = (event) => {
[ "hit_last", "hit_second_last", "punch_third_last" ]
)
// Red Steel Bucket
addAnvilRecipe(event,
'tfc:recipes/anvil/tfg/red_steel_bucket',
{ tag: "forge:plates/red_steel" },
{ item: "tfc:metal/bucket/red_steel" },
6,
[ "bend_last", "bend_second_last", "bend_third_last" ]
)
// High Carbon Red Steel
addAnvilRecipe(event,
'tfc:recipes/anvil/tfg/high_carbon_red_steel',