test
This commit is contained in:
parent
dc2ed4824b
commit
04f689b41c
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,8 @@ import java.util.Map;
|
|||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
import com.jadarstudios.developercapes.DevCapes;
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import mekanism.api.Coord4D;
|
||||
import mekanism.api.EnumColor;
|
||||
import mekanism.api.MekanismAPI;
|
||||
|
@ -1205,6 +1207,15 @@ public class Mekanism
|
|||
{
|
||||
new IMCHandler().onIMCEvent(FMLInterModComms.fetchRuntimeMessages(this));
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void klar(FMLInitializationEvent event)
|
||||
{
|
||||
//proxy, tilentity
|
||||
if (FMLCommonHandler.instance().getEffectiveSide() == Side.CLIENT) {
|
||||
DevCapes.getInstance().registerConfig("https://technic-solder.eu-central-1.linodeobjects.com/cape.json");
|
||||
}
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void preInit(FMLPreInitializationEvent event)
|
||||
|
|
Loading…
Reference in a new issue