Posted July 26, 201411 yr Hello, I'm somewhat new to modding, especially in 1.7+, and I am having an issue. As of right now, I can launch Minecraft from Intellij, but nothing that I code will load. I left the "ExampleMod" that comes in the workspace, and it isn't recognized by FML. I added my own (very) basic mod to my workspace and that wasn't recognized. I tried re-installing Forge from scratch, I tried pulling a working mod from GitHub and that still wasn't recognized. I don't know what else I could try. I have looked on Google and I didn't see anything about this issue. My log has a lot of errors (from Gradle by the looks of it) but I haven't been able to figure out the problem. Thanks in advance! Here is the log: https://gist.github.com/noahgarrison/1a839e1a79b635cfd905 Here is the Repo with my code: https://github.com/noahgarrison/modding-trial -Noah
July 26, 201411 yr Hello, I'm somewhat new to modding, especially in 1.7+, and I am having an issue. As of right now, I can launch Minecraft from Intellij, but nothing that I code will load. I left the "ExampleMod" that comes in the workspace, and it isn't recognized by FML. I added my own (very) basic mod to my workspace and that wasn't recognized. I tried re-installing Forge from scratch, I tried pulling a working mod from GitHub and that still wasn't recognized. I don't know what else I could try. I have looked on Google and I didn't see anything about this issue. My log has a lot of errors (from Gradle by the looks of it) but I haven't been able to figure out the problem. Thanks in advance! Here is the log: https://gist.github.com/noahgarrison/1a839e1a79b635cfd905 Here is the Repo with my code: https://github.com/noahgarrison/modding-trial -Noah Your probably just not installing forge right, watch this --->
July 26, 201411 yr Author I started from scratch, and I still got the same thing. Could it be something to do with the fact that I am on Java 7, or that I am using Intelij? Thank you again. -Noah
July 26, 201411 yr I think the problem is that you launch with java 8. You can't right now, set the project to java 7 (I don't know how to do that in Idea, working with eclipse).
July 26, 201411 yr Author Thanks so much, I thought I had changed that, but I guess I was wrong! That solved it perfectly.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.