Jump to content

freemanovec

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Czech Republic
  • Personal Text
    I'm an Eclipse newbie!

freemanovec's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I'm trying to do a mod that uses the Mekanism API. Inside my main class file is a method that return 'Version' object. This object has its class at mekanism.common.Version. Inside the Eclipse IDE everything works well, but when I try to run it FML exits with this: http://pastebin.com/E3Ybhgg7 My code: http://pastebin.com/UvmYLJnv Can you please help me with this issue?
  2. SOLVED! Considering MDK is distrubuted as a ZIP file containing a single directory, I added it as a Class Folder in Build Path. Now I can import all the Mekanism stuff without problems. If someone wants a better explanation just DM or email me
  3. Hi there! I'm trying to use the Mekanism API for my mod. I have downloaded the MDK-1.7.10-9.0.2.271 and extracted it in my src/main/java. The problem is, when I include it as a Source in the Build Path it throws me this at Run: http://pastebin.com/ARN6mLGu And when I exclude it, it (of course) cannot resolve the mekanism.* import. I'm sorry, but I'm a newbie to Eclipse, Gradlew and Forge considering the way it builds stuff together As far as I know, the MDK is the only dev-like version of this mod. Can you please at least point me towards some tutorial on implementing those? Thanks a lot
×
×
  • Create New...

Important Information

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