ServerEvents.recipes(event => { event.recipes.anvilcraft.item_crush() .requires("minecraft:iron_ingot") .result("minecraft:iron_nugget", 3) })