merge
This commit is contained in:
commit
263a9dfab7
29 changed files with 1140 additions and 414 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue