The Google Docs is blank, If I double click the jar to run it in the same way I run 20 or so other mods that I have downloaded, I get a window popup,
Java Virtual Machine Launcher
Cannot find the main class: com.mojang,ld22.Game. Program will exit.
From Eclipse, when I execute the source, like I do with several other minicraft mods that I have imported, It goes to a white screen. When I debug it, The last execution is in MiniLoader.init(Game) line 134
The error is Thread[Thread-3](Suspend(Multi-catch parameters are not allowed for source level below 1.7))
I am fairly new to Java and so far, I can just barely code my way out of a paper bag, so I am not sure how to best resolve this one. Currently, I am having trouble creating new plantable resources as the ID ends up being null, despite everything else seeming OK.
