Posted March 20, 201312 yr How to fix this error? @NetworkMod(clientSideRequired = true, serverSideRequired = true, clientPacketHandlerSpec = @SidedPacketHandler(channels = {"Parallel Worlds"} , packetHandler = ParallelWorldsClientPacketHandler.class), serverPacketHandlerSpec = @SidedPacketHandler(channels = {"Parallel Worlds"} , packetHandler = ParallelWorldsServerPacketHandler.class)) @Mod(modid="Parallel Worlds", name = "ParallelWorlds",version = "1.0.0") public class ParallelWorlds { @Instance("ParallelWorlds") public static ParallelWorlds Instance = new ParallelWorlds(); @SidedProxy(clientSide = "assassinhero.parallelworlds.client.ParallelWorldsClientProxy", serverSide = "assassinhero.parallelworlds.common.ParallelWorldsCommonProxy") public static ParallelWorldsCommonProxy proxy; STOP CRUCIFYING NEW MODDERS!!!!
March 20, 201312 yr You DO NOT need to BUMP a thread that you have made that is already on the top of the board just edit the OP.
March 20, 201312 yr Author You DO NOT need to BUMP a thread that you have made that is already on the top of the board just edit the OP. That's a point sorry STOP CRUCIFYING NEW MODDERS!!!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.