Jump to content

TheCubicJedi

Members
  • Posts

    9
  • Joined

  • Last visited

TheCubicJedi's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. The version of forge I'm running is already the latest one, I would like to know how to run my mod via eclipse (how to create a new configuration), and whether the class I created is impeding forge from working well in the first place.
  2. I already have that version installed, I must note that before I created a class, running runClient actually worked, but ever since I made it, it won't run that way. (I know I shouldn't use the com thing because I don't own that domain)
  3. So I just install the newest version of forge? I have the latest version of JDK 8 (at least the one in the oracle website)
  4. What should my main class be? net.minecraft.Main doesn't work and neither does GradleStart.
  5. Eclipse says "the selection cannot be launched and there are no recent launches", and I think I'm supposed to put a main method somewhere. Where should I do it?
  6. After I added a class extending from BlockOre in my project, gradlew runClient refused to run my mod. Here's the log:
  7. I'm trying to use the getItemFromBlock method, I know I can continue using it, but I would like to know what better alternatives could I use instead.
×
×
  • Create New...

Important Information

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