Jump to content

Subrosian_Smithy

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Subrosian_Smithy's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm currently trying to produce an add-on, and I was told that if I installed CCC into my eclipse/mods folder it would allow me to test with obfuscated mods in my deobfuscated environment. However, when I install it, my console crashes with the following: http://pastebin.com/ixdZHSs0 Any help you guys could give me would be wonderful.
  2. Oops, I saw that the installation tutorial had been updated and I assumed the others had been too . Thanks for the catch!
  3. I've been following along with the Basic Modding tutorial on the Forge Wiki and it says the following: "Eclipse will start with one project "Minecraft" already in its Package Explorer on the left side of the screen. Expand the project, and you will see a source directory named 'src'. Expand it, and you'll see quite a lot of packages that make of Minecraft and Minecraft Forge. While you will not be editing any of these classes, feel free to read these classes to figure out what you can do or to see how Minecraft works. " I do see the src folder but it is totally empty as far as I can tell. Have a screenshot: I don't think I'm in the wrong workspace because I can't even see the src folder or the Minecraft folder unless I put it here where the tutorial says. Is this portion of the tutorial outdated?
  4. I installed the Forge source according to the instructions on the Wiki and tried to run MC through Eclipse, but it spits out the following error log: Aug 24, 2014 7:50:42 PM net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker Aug 24, 2014 7:50:42 PM net.minecraft.launchwrapper.LogWrapper log SEVERE: Unable to launch java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:94) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Here's a screenshot: http://i.imgur.com/LkF22VE.png I know this is about an obselete version, and I'm probably showing my ignorance with this question, so I understand if you can't help.
×
×
  • Create New...

Important Information

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