intermediateuser Posted December 22, 2016 Share Posted December 22, 2016 I'm all set up to begin! My project window: I can even click the green play button and have it launch Minecraft 1.11. Awesome! But, what now? Where do I start writing my code so that Minecraft can recognize it as a mod? I don't know which of these files to edit, or what files to create. Note: I've made mods for Minecraft 1.5, but that was more than three years ago and things were different then... The Getting Started Guide isn't too helpful, as it doesn't address how to actually get started once you've set up Eclipse. Quote Link to comment Share on other sites More sharing options...
Mopop Posted December 22, 2016 Share Posted December 22, 2016 Did you import build.gradle? If so you should have a gradle window to the left. Then under Tasks should be forgegradle. Select setupDecompWorkspace and then genIntelliJRuns. Then at the top right at the drop down menu, then Edit config, after that go to Use classpath of module and point to your main folder. edit: Whoops saw that was eclipse. Not IntelliJ... edit2: Here this looks like a good set by step quick guide to getting you up and running, what kind of mod are you making? Quote Link to comment Share on other sites More sharing options...
intermediateuser Posted December 22, 2016 Author Share Posted December 22, 2016 edit2: Here this looks like a good set by step quick guide to getting you up and running, what kind of mod are you making? Thanks for the reply! But you didn't seem to include the link... haha I'm trying to make a mod that adds a few mobs, some items, and changes the difficulty a bit, among other things. I already have this mod working in Minecraft 1.5, but it's been about three years since I modded Minecraft so I'm trying to get back into it. Quote Link to comment Share on other sites More sharing options...
Mopop Posted December 22, 2016 Share Posted December 22, 2016 Whoops. https://bedrockminer.jimdo.com/modding-tutorials/set-up-minecraft-forge/set-up-fast-setup/ I agree that it's hard to find good detailed info of the API, but then again this game is like going on what 6-7 years? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.