add boots, recipe (#2161)

This commit is contained in:
theMegaTech 2025-11-04 23:13:18 +02:00 committed by GitHub
parent cd3c32dfeb
commit 9ea490354f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 6 deletions

View file

@ -872,6 +872,21 @@ const registerMinecraftRecipes = (event) => {
//#endregion
//#region Netherite Boots (for the lavaproof diving set)
event.recipes.tfc.advanced_shaped_crafting(
TFC.itemStackProvider.of('minecraft:netherite_boots').copyForgingBonus(), [
'ABA',
'CDC'
], {
A: '#forge:screws/blue_steel',
B: 'tfc:metal/boots/blue_steel',
C: '#forge:plates/blue_steel',
D: 'beneath:cursed_hide'
}, 0, 1).id('tfg:minecraft/shaped/netherite_boots')
//#endregion
//#region Scaffoldings
event.remove({ output: 'minecraft:scaffolding' })