-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Welcome to the MinecraftJoypadSplitscreenMod wiki!
Here are some youtube video links I've gathered that really helped me to get started with all this. I knew nothing of modding in Minecraft or Forge a month ago but I've had lots of coding experience which you will likely need too. Once you have your environment set up using one or both of the tutorials below, play around with making your own mod/testing it and then follow the steps for Egit to import this repository as a new project.
Of course you can ignore all this if you are an expert modder/git user and have your environment all set up the way you like.
Minecraft 1.7.2 dev setup / basics
- (Optional - only follow the parts about installing Java, Eclipse, and getting Forge - but don't run gradlew -- do the steps in the next video) Minecraft 1.7 Forge Modding Tutorials: Standard Set-Up
https://www.youtube.com/watch?v=iPg9aM4XOEo
- This is the setup I use for 1.7.2 modding Minecraft 1.7 Forge Modding Tutorials: Advanced Set-Up
https://www.youtube.com/watch?v=u2sIWkIRmkk
- Creating your own mod: advanced setup
https://www.youtube.com/watch?v=wwvhXQs0ozs&feature=youtu.be
Minecraft 1.6.4 dev setup / basics (optional)
- I also have a separate 1.6.4 dev environment set up via Pahimar environment (optional but suggested if you will mod the 1.6.4 source). Warning, this is a long setup.
https://www.youtube.com/watch?v=XU3MmJGnqSc&list=UUXOevHnu6lzJqFNa1swefIQ&feature=c4-overview
Egit setup/usage. Not forge related but a very good egit tutorial that is applicable to this project
- (Optional) eGit overview
https://www.youtube.com/watch?v=C0bFLGJqnI8&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview
- Checking out an existing project: Git & Eclipse:
https://www.youtube.com/watch?v=V42r5REJx-M&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview
- Making Changes: Git & Eclipse
https://www.youtube.com/watch?v=rblGZRWqFVI&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview
- Remote Git Server and Merging:Git & Eclipse
https://www.youtube.com/watch?v=KfeqnernMmE&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview
Compiling for release
Follow these steps
Then, use the build.gradle that is currently checked into github.