I want to get a list of all the recipes, even ones defined in other mods.
I found net.minecraft.world.item.crafting.Recipe, but I have no idea how to get a list of these.
I have searched online, but most answers mention ForgeRegistries.RECIPES, which doesn't exist anymore.