Posted December 12, 201311 yr okay first lets create 2 folders, one for gradle setup & one for your development environment download forge src & extract the contents into the "gradle setup" folder you just created then create a new .bat file & edit the text inside so it says "gradlew.bat eclipse" save it then run the .bat you just created next open up eclipse and change the location to the "development environment" folder you just created after its all loaded click on "help" & eclipse market place, & search for "gradle intergration" & install (you will have to restart eclipse) click on file & then import & click on gradle then gradle project browse to your "grade setup" folder & then click build model click on the project that pops up then click finish (it will take a few minutes to setup) now your gradle files should all be setup now go to "run configurations" & right click on "java application" & create a one called "start_server" click on the search button & select "ServerLauncherWrapper" & click ok your server should launch successfully now in "run configurations" again create another "java application" and just call it "start_client" click on the search button & select "Launch" & click ok, next click on the arguments tab ... in the Program arguments put the following text "--version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker" in the VM arguments put the following text "-Xincgc -Xmx512M -Xms512M -Dfml.ignoreInvalidMinecraftCertificates=true" click apply SUCCESS you should have forge gradle setup
December 12, 201311 yr Author I tried to follow that tutorial in the pinned post it didn't work so well when eclipse tried looking for a project, but its good to hear that it can work like a charm but that tutorial im showing should also work like a charm
January 6, 201411 yr thank you boy! you helped me so much, but the last step with the start_client and start_server didnt work for me, but i took that from another tutorial. but the rest was realy helpfull for me!
January 6, 201411 yr Stop making it complciated: I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
January 10, 201411 yr Author Stop making it complciated: this was posted ages ago & its not complicated, its people them selfs who make it complicated, I did previously watch your video tho & noticed you dont need gradle but having gradle lets you do the commands in eclipse meaning you dont have to touch the forge src download
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.