I am currently using 1.6.2 with FML and Biomes o' Plenty. However, my problem stems from the Forge .jar that I'm running under a separate profile from my vanilla .jar.
Every time I re-enter the game with Forge installed (correctly installed, to my knowledge), regardless of mods, my achievements are reset. When I was using Minecraft Comes Alive, that data as well would reset. I heard from somewhere that this is a .jar problem, but I'm not sure. This happens even with no mods installed, but does not occur on my vanilla Minecraft.
Any idea what's going on and how I might be able to fix it? It's EXTREMELY annoying.
Details:
In my Forge-1.6.2 folder under Versions, I have my unmodified .jar and I also have my .json file (both called Forge-1.6.2), where maybe the problem is?
Every time I re-enter the game with Forge installed (correctly installed, to my knowledge), regardless of mods, my achievements are reset. When I was using Minecraft Comes Alive, that data as well would reset. I heard from somewhere that this is a .jar problem, but I'm not sure. This happens even with no mods installed, but does not occur on my vanilla Minecraft.
Any idea what's going on and how I might be able to fix it? It's EXTREMELY annoying.
Details:
{
"id": "Forge-1.6.2",
"time": "2013-07-01T07:47:29-04:00",
"releaseTime": "2013-06-28T10:48:41-04:00",
"type": "release",
"minecraftArguments": "${auth_player_name} ${auth_session} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker", "libraries": [
{
"name": "com.paulscode:codecjorbis:20101023"
},
{
"name": "com.paulscode:codecwav:20101023"
},
{
"name": "com.paulscode:libraryjavasound:20101123"
},
{
"name": "com.paulscode:librarylwjglopenal:20100824"
},
{
"name": "com.paulscode:soundsystem:20120107"
},
{
"name": "cpw.mods:fml:5.2.29"
},
{
"name": "net.minecraft:launchwrapper:1.3"
},
{
"name": "lzma:lzma:0.0.1"
},
{
"name": "net.sf.jopt-simple:jopt-simple:4.5"
},
{
"name": "argo:argo:2.25_fixed"
},
{
"name": "org.apache.commons:commons-lang3:3.1"
},
{
"name": "commons-io:commons-io:2.4"
},
{
"name": "org.ow2.asm:asm-all:4.1"
},
{
"name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
},
{
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
},
{
"name": "net.java.jinput:jinput:2.0.5"
},
{
"name": "org.bouncycastle:bcprov-jdk15on:1.47"
},
{
"name": "com.google.guava:guava:14.0"
},
{
"name": "net.java.jutils:jutils:1.0.0"
},
{
"name": "com.google.code.gson:gson:2.2.2"
},
{
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
"natives": {
"linux": "natives-linux",
"windows": "natives-windows",
"osx": "natives-osx"
},
"extract": {
"exclude": [
"META-INF/"
]
}
},
{
"name": "net.java.jinput:jinput-platform:2.0.5",
"natives": {
"linux": "natives-linux",
"windows": "natives-windows",
"osx": "natives-osx"
},
"extract": {
"exclude": [
"META-INF/"
]
}
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"minimumLauncherVersion": 2
}
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThat's correct. Only with Forge installed does it mess up.