How to register a custom recipe?

I am currently making a plugin, and trying to register a custom recipe. However, I can not seem to find how to register a custom recipe. Does anyone have any ideas how to do this?

game.getRegistry().getRecipeRegistry().register(new MyRecipe());
1 Like

Thank you very much this worked perfectly! :ok_hand: