Posted April 26, 20178 yr Possibly not the correct forum for this but, Can somebody please tell my noob ass how to open a minecraft forge mod into eclipse? I am new to modding, java, eclipse etc but i'm trying to learn so i've been trying to open a mod found online into eclipse. Please provide detailed step by step or give me a link with something detailed and step by step. Thank you in advance. Spoiler REMEMBER, I AM NEW AT ALL OF THIS SO DUMB IT DOWN PLEASE lmao. Edited April 26, 20178 yr by Cinabutts
April 26, 20178 yr You mean a compiled jar file? You don't. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 26, 20178 yr Learn java BEFORE learning to make mods. You won't get java help on these forums (or the Minecraft forums).
April 26, 20178 yr Did you download the Forge SDK? Did you run gradlew setupDecompWorkspace? gradlew eclipse? After that, just create a package folder under $ForgeDir/src/main/java and start dropping java files into it. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
April 30, 20178 yr http://mcforge.readthedocs.io/en/latest/gettingstarted/ Stuff I maintain: https://minecraft.curseforge.com/members/sinhika/projects Repositories: https://github.com/Sinhika?tab=repositories
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.