Add a value for the @Instance annotation, thanks iChun for pointing out my failures in life :-p

This commit is contained in:
pahimar 2012-10-09 15:14:02 -04:00
parent c211e0ab2e
commit 9d69168a5e

View file

@ -45,7 +45,7 @@ import ee3.common.recipe.RecipesTransmutationStone;
@NetworkMod(channels = { Reference.CHANNEL_NAME }, clientSideRequired = true, serverSideRequired = false, packetHandler = PacketHandler.class)
public class EquivalentExchange3 {
@Instance
@Instance(Reference.MOD_ID)
public static EquivalentExchange3 instance;
@SidedProxy(clientSide = "ee3.client.core.ClientProxy", serverSide = "ee3.common.core.CommonProxy")