Posted July 15, 20196 yr Hi, I believe I setup my environment correctly by using gradlew eclipse And I imported using the existing gradle project option, and everything seems to have worked correctly, but I do not have any run configurations to be able to test my mod out. I try to copy configuration settings from before 1.14 on some old projects, having the main class be GradleStart, but I get the error: Error: Could not find or load main class GradleStart Is there something I am missing with the setup? Or am I supposed to do something else as of 1.14 to be able to debug?
July 16, 20196 yr GradleStart no longer exists in FG3+ Use the run configs provided. Which should be generated by running the eclipse task. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
July 16, 20196 yr In addition to gradlew eclipse you also need to run gradlew genEclipseRuns. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
July 16, 20196 yr Author 17 minutes ago, Cadiboo said: In addition to gradlew eclipse you also need to run gradlew genEclipseRuns. Ah, thank you. I hadn’t seen this anywhere, so I didn’t get the run configurations.
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.