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

12 lines
364 B
Java

package com.pahimar.ee3.core.handler.addon;
public class AddonEmcValues {
public static void init() {
// Some example of how you can use IMC to interface with the mod
// FMLInterModComms.sendMessage(Reference.MOD_ID, InterModCommsOperations.EMC_ASSIGN_VALUE_PRE, new StackValueMapping(new WrappedStack(), new EmcValue()).toJson());
}
}