Jump to content

Jaccub

Members
  • Posts

    9
  • Joined

  • Last visited

Jaccub's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I took the files from the 1.12.2 forge mdk, and put them into a separate folder just for organization purposes, then I opened a cmd and did "cd directory" then "gradlew setupcompworkspace" then "gradlew eclipse", then I launched eclipse, and made a new project, I selected Gradle Project and changed the directory from my plugin/software development work-space to the before mentioned separate folder for organizing my projects, for that project specifically. Everything looked good with all the src files and system libraries and such. It all looks like the tutorials I followed for the setup process.
  2. Okay well I switched everything to 1.12.2 and the same import error is there
  3. Alright thank you, I'll try to redo this with 1.12.2, if anyone else who reads this post has a solution for 1.8.9 please let me know
  4. Is 1.14.4 the only other option? How far back can I go with the forge mdk? I need the lowest possible version down to 1.8.9
  5. Can you give me a link to a place 1.8.9 is still supported? Because if I can still download the mdk for 1.8.9, there should still be support somewhere
  6. I am trying to make my mod for 1.8.9 @diesieben07
  7. Yeah I downloaded the mdk for 1.8.9 already, I copy and pasted them into the workspace folder, I did that twice while trying to figure this out before coming to the forums, here's a screenshot of the zipped folder right after I downloaded it- am I missing anything in there? This was BEFORE I copy and pasted to the workspace folder for eclipse btw
  8. This img is my Reference Libraries, It only has the one item, what do I need to add to it? @Differentiation
  9. I know this is probably gonna sound stupid to most people but I am just now learning minecraft modding. I've done Java development for a few years now, and I've been doing minecraft spigot/bukkit/paper/etc plugins for a while. I decided to get into modding because I got a good offer on a mod I need to make, so I am learning the process right now. The issue I'm having is just an import issue, I am trying to use the "@Mod" annotation, but I'm getting an error for it, so I need to import net.minecraftforge.fml.common.Mod. The issue is that import isn't getting recognized. So I went into the build path (Im using eclipse btw), and couldn't figure out what I was missing, I did everything every tutorial said and still cannot figure out the issue. I'm sure this is a fairly basic problem for most of you so any answers would be much appreciated, which file am I missing, and where do I put it?
×
×
  • Create New...

Important Information

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