Jump to content

Jayfeather311

Forge Modder
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Fargo
  • Personal Text
    Forge Modder

Jayfeather311's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Logs tell me nothing about what is going on, So that is frustrating
  2. I have the same issue, and I am also using Intel 4400 Graphics, I have a feeling it needs a graphics card instead of using the Intel graphics...
  3. I am having the same problem. It did not start happening until a few weeks after I upgraded to Windows 10. I have a feeling that Forge has a problem with Windows 10 or something. I can run 1.7.10 with at max 10 mods (My Development enviroment) and 1.8 just fine, It is just modpacks that are the problem, It does load (After about 30-60 mins). I hope that there is a fix soon.
  4. Recently I have been getting a weird crash in my dev environment with NEI and CCC. Here is the story I was running Forge 10.13.2.1236 for 1.7.10. NEI was working fine, with my custom made plugin I updated forge to 10.13.2.1291 - the latest and recommended for 1.7.10, this broke my setup, i had the build.gradle file changed to the new versions of forge and the CCC mods I have the latest versions of the DEV versions of the mods, the ones required to run it in a dev environment and i get the following crash Can someone please help Java version 7u76 with JDK
  5. I have NEI and CCC installed and made a plugin, and have two classes, The Config Handler and the Recipe handler, i go to compile it i get 61 errors about referencing the mods, how to I get this to compile
  6. After Searching Google, i cannot seem how to move the Recipes tooltip with NEI, how do I do this. I am also having a problem with the size of the recipe GUI please help
  7. Here it the error in the console when i start up the 1199 1.7.10 version of forge java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55] at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['userProperties'] at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:447) ~[OptionParser.class:?] at joptsimple.OptionParser.parse(OptionParser.java:437) ~[OptionParser.class:?] at net.minecraft.client.main.Main.main(Main.java:89) ~[Main.class:?] ... 6 more Can someone help me with this, it worked on the lastest version of 1.7.2 but not 1.7.10
  8. I am rather new to modding and haven't found a tutorial for generating a config file for my mod, if some one could direct me to a tutorial or tell me how to do so i would be very happy for that. OR Tell me how to set the Item id in the code and i know that 1.7 doesn't need an id, but it would be nice to know Thanks in advance
×
×
  • Create New...

Important Information

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