This commit is contained in:
Pyritie 2025-06-05 12:24:32 +01:00
commit 263a9dfab7
29 changed files with 1140 additions and 414 deletions

View file

@ -850,15 +850,16 @@ const registerMinecraftRecipes = (event) => {
//#region Netherite leggings (for the lavaproof diving set)
event.shaped('minecraft:netherite_leggings', [
'ABA',
'CDC'
], {
A: '#forge:screws/blue_steel',
B: 'tfc:metal/greaves/blue_steel',
C: '#forge:plates/blue_steel',
D: 'beneath:cursed_hide'
}).id('tfg:minecraft/shaped/netherite_leggings')
event.recipes.tfc.advanced_shaped_crafting(
TFC.itemStackProvider.of('minecraft:netherite_leggings').copyForgingBonus(), [
'ABA',
'CDC'
], {
A: '#forge:screws/blue_steel',
B: 'tfc:metal/greaves/blue_steel',
C: '#forge:plates/blue_steel',
D: 'beneath:cursed_hide'
}, 0, 1).id('tfg:minecraft/shaped/netherite_leggings')
//#endregion