Update OpenComponents.java to add @NetworkMod

Removes the client side requirement of the mod when the server contains it
This commit is contained in:
NixillUmbreon 2014-09-18 17:21:55 -04:00
parent aa4601c276
commit a12ef2f467

View File

@ -22,6 +22,7 @@ import net.minecraftforge.common.Configuration;
import java.util.logging.Logger;
@Mod(modid = OpenComponents.ID, name = OpenComponents.Name, version = OpenComponents.Version, useMetadata = true)
@NetworkMod(clientSideRequired = false, serverSideRequired = false)
public class OpenComponents {
public static final String ID = "OpenComponents";