Posted September 10, 201312 yr This is my first time coding a mod in 1.6.2 i have always used this code and now it doesnt work. i cannot import @NetworkMod or @Mod and this causes a tonne of errors package assassinhero.parallelworlds; @NetworkMod(clientSideRequired = true, serverSideRequired = false, clientPacketHandlerSpec = @SidedPacketHandler(channels = {"ParallelWorldsGeneral"}, packetHandler = ClientPacketHandler.class), serverPacketHandlerSpec = @SidedPacketHandler(channels = {}, packetHandler = ServerPacketHandler.class)) @Mod(modid = "ParallelWorldsID", name = "ParallelWorlds", version = "1.0.0") public class ParallelWorlds { } STOP CRUCIFYING NEW MODDERS!!!!
September 11, 201312 yr i cannot import @NetworkMod or @Mod Both these annotations still exist, so the problem lies somewhere else (is your (Eclipse ?) workspace properly configured?) Author of PneumaticCraft, MineChess, Minesweeper Mod and Sokoban Mod. Visit www.minemaarten.com to take a look at them.
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.