Hi! I want to remove and create a recipe in the metallurgic infuser. I'm using KubeJS mekanism. For example, I want to remove this recipe in the picture and create the same recipe but with a copper block instead. I found some documentation saying that I can do it like: event.recipes.mekanism.metallurgic_infusing(output, inputItem, infusionInput, infusionAmount)
Right now I have it in the server scripts file and the ServerEvents.recipes(event => { } ) function