Numina

Numina

12M Downloads

Crash with Java 6

odensc opened this issue ยท 1 comments

commented

In Numina, the JSONRecipeList class is using java.nio.charset.StandardCharsets, which is not available in Java 6. Perhaps you can use com.google.common.base.Charsets from Guava? (which is included with Minecraft)
Oh, and if your wondering why I am still using Java 6, well, Mac OS X.

commented

Done! I wish all my issue reports were like this.