Jump to content

stdscatchemall

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by stdscatchemall

  1. Essentially, my idea is to write a new magnet mode for NEI, but i haven't the slightest clue where to start if i want NEI to register the new magnet mode with a button. I know i can look in the documentation, but since there is no official tutorial, looking at other peoples code to get started is kind of confusing for me... I know i need a file called NEIxxxConfig.java, but how would i get it to load the addon from there?
  2. On another note, every time you hit that big ol' green run button, it compiles. So there is going to be output in the output window.
  3. I completely uninstalled Java before even posting that error. I have JDK 1.7.0_60 and JRE7 installed. That's 100% it.
  4. Your issue seems to be the same as mine, SORT OF. You need to run java 7 not java 8. It is not compatible right now with java 8 Files. So try to use java 7, if that works great. Otherwise you might end up getting an error on runtime.
  5. Give us your compile log. Upload it here: paste.minecraftforge.net and give us the link. Also: What IDE are you using: What version of java are you using:
  6. So i downloaded java 7 and set the JDK to 7, is there anything i have to do or should that cover it? I'm using IntelliJ 13.1.2 Now i get this error: Exception in thread "main" java.lang.UnsupportedClassVersionError: GradleStart : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:116)
  7. Fresh install of jdk 8u5... redownloaded Forge Reran gradlew setupDecompWorkspace Reran gradlew idea Still erroring: https://gist.github.com/anonymous/80310243ec958ef8ff3f ====================================================== For reference, my gradlew output http://stdsbot.com/screenshots/Administrator_CWindowssystem32cmd.exe_2014-07-04_13-44-41.jpg
  8. 4 tutorials because i was getting this error, and i just thought i was doing it wrong. Do i need 32 over 64bit, or does that even matter? And gradlew gave no errors
  9. So i wanted to start making Minecraft Forge mods... I followed 4 different tutorials to setting up my enironment, along with VARIOUS other things including asking people... etc.... Anyway, for whatever reason, following the tutorials EXACTLY, where they have working mods, my mods, which are just empty class files right now *including @mod, and all of that* are skipped over. Here is the stacktrace to it: https://gist.github.com/anonymous/6663c6724123d5254699 I just don't understand why MY system won't run or scan my mods in properly...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.