package com.pahimar.ee3.core.handler.addon; /** * Equivalent-Exchange-3 * * AddonVanilla * * @author pahimar * @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html) * */ public class AddonRecipes { public static void init() { // TODO Once the API is more solid, add examples here for proper IMC calls // FMLInterModComms.sendMessage(Reference.MOD_ID, InterModComms.ADD_RECIPE, ""); } }