Jump to content

error packethandle


Ancient

Recommended Posts

i'm starting modding with forge and i have problem

i'm have Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7

of course src pack :)

 

http://www.minecraftforge.net/wiki/Crafting_and_Smelting

 

@NetworkMod(clientSideRequired = true, serverSideRequired = false, channels = { "GenericRandom" }, packetHandler = PacketHandler.class)

 

PocketHandler.class is underlined red

 

@NetworkMod(clientSideRequired = true, serverSideRequired = false, channels = { "GenericRandom" }, packetHandler = PacketHandler.class)

 

I do not see anything that would have caused.

Who will help me? :'(

 

Someonwho will help me?

 

Link to comment
Share on other sites

thanks for the information vdvman1

Which version forge works with this, properly?

If this is not forge for minecraft 1.4.7, someone provide the correct construction of the line?

 

 

p.s. i have recomended version forge src 6.6.0.497

 

this is it?

 

http://www.minecraftforge.net/wiki/Packet_Handling

 

what about this problem?

import cpw.mods.fml.common.Side;

 

i can rename to " import cpw.mods.fml.common.SidedProxy; " ?

and I will not have a problem in the future with this?

or import cpw.mods.fml.relauncher.Side;

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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