...And... Got It! What I did was I took out the "int" before the config initialization. The reason it wasn't working was I was initializing the integer twice, instead of changing it with the config! Thank you so much Draco18s!!! Now to fix in-game bugs!
Line 406 when just the initializations are in the PreInit is:
OreDictionary.registerOre("zincIngot", new ItemStack(zincIngot));
When all the block and item registers are in pre Init it is, I believe, the same thing.
Okay, so when it crashes, when I put all the item and block initializations in, but not the game registries, language registries, and those methods. It gives me this:
When I put in all the block and item registration methods it gives me this:
Sorry for not prieviously showing this, geneventor
The error on the load method is "Syntax error on token "load", Identifier expected after this token"
The error on the save method is "Syntax error on token "save", Identifier expected after this token"
Edit: also, the only thing I changed was I took the integers out of the method turned FML into a variable, and deleted the public static integers.