ServerEvents.recipes( event => { event.smithing( 'minecraft:diamond_chestplate', 'kubejs:diamond_upgrade_smithing_template', 'minecraft:iron_chestplate', 'minecraft:diamond' ) })
More or less I want to see if its possible to have 2 diamonds required for the recipe instead of just 1. I assume not