Just wondering if we are in a holding pattern on recipe registry, or am I missing something? @Deprecated //TODO Make IRecipe a registry public static IRecipe addShapedRecipe(ResourceLocation name, @Nonnull ItemStack output, Object... params) { throw new RuntimeException("TODO: Forge implement IRecipe registry"); //return CraftingManager.addRecipe(output, params); } @Deprecated //TODO Make IRecipe a registry public static void addShapelessRecipe(Resour