Jump to content

Can't import @NetworkMod??


TheMurkyModder

Recommended Posts

I don't get why I cannot import networkmod?

http://gyazo.com/db3847f2a677d2dec1a09ef5408f29b2

 

 

package murky;

import cpw.mods.fml.common.Mod;


@NetworkMod(clientSideRequired = true, serverSideRequired = false)
@Mod(modid = "MoreMobs", name = "More Mobs Mod", version = "1.0 Alpha")
public class moremobs {

public moremobs(){

}
}

Learning Java

Link to comment
Share on other sites

@NetworkMod

doesn't exist anymore. You don't need anything in place of it.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.