You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.CreateBench" at id 5243864
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at micdoodle8.mods.crossbowmod.CrossbowModCore.load(CrossbowModCore.java:105)
The player file got corrupted by picking up an untitled achievement, Removing the mod from the mods folder let them log in again...
Further removing, Loading Minecraft then replacing the mod worked, however my crossbow crafting table (which I believe granted me the null achievement) has disappeared with removing the mod, I'll have to summon one in as a work around as to not be awarded with a null achievement again.
I'm unsure how the mod works, But know a bit about Java, is this an exception not being caught? Possibly the achievement value needs validating?
The text was updated successfully, but these errors were encountered:
Minecraft version: 1.6.4
Forge version: 9.11.1.921
Crossbow mod 2 version: a0.1.6
java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.CreateBench" at id 5243864
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at micdoodle8.mods.crossbowmod.CrossbowModCore.load(CrossbowModCore.java:105)
The player file got corrupted by picking up an untitled achievement, Removing the mod from the mods folder let them log in again...
Further removing, Loading Minecraft then replacing the mod worked, however my crossbow crafting table (which I believe granted me the null achievement) has disappeared with removing the mod, I'll have to summon one in as a work around as to not be awarded with a null achievement again.
I'm unsure how the mod works, But know a bit about Java, is this an exception not being caught? Possibly the achievement value needs validating?
The text was updated successfully, but these errors were encountered: