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

21 lines
449 B
Java
Raw Normal View History

2013-10-28 22:53:37 +01:00
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)
*
*/
2013-11-27 05:42:45 +01:00
public class AddonRecipes {
2013-10-28 22:53:37 +01:00
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, "");
2013-10-28 22:53:37 +01:00
}
}