To whom it may concern (or whoever can help)
I recently downloaded the latest version of minecraft forge to run on a private server so that me and my friends could use just one mod. But I am now trying to run another server with these mods: [1.4.7]ReiMinimap_v3.2_06 , CustomNPCs_1.4.6 and Weaponmod. The problem being that when I run the server, the "ForgeModLoader-server-0" says it looks in the "mods" folder, however, when i place the mods in the said folder, the server comes up with this:
"at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:16)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:423)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:483)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: ays
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:174)
... 10 more"
So I move the mod .zip files into the "coremods" folder, but here's the thing. In creative mod i can see and give myself the items, but when i switch to survival, the items seem to be able to be made in the crafting bench, but then i cannnot take them out of the created slot.
Please help.