equivalent-exchange-3/src/main/java/com/pahimar/ee3/core/handler/addon/AddonRecipes.java

21 lines
449 B
Java

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, "");
}
}