Skip to content
ahickey edited this page Feb 11, 2014 · 5 revisions

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

  1. (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

  1. 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

  1. Creating your own mod: advanced setup

https://www.youtube.com/watch?v=wwvhXQs0ozs&feature=youtu.be

Minecraft 1.6.4 dev setup / basics (optional)

  1. 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

  1. (Optional) eGit overview

https://www.youtube.com/watch?v=C0bFLGJqnI8&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview

  1. Checking out an existing project: Git & Eclipse:

https://www.youtube.com/watch?v=V42r5REJx-M&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview

  1. Making Changes: Git & Eclipse

https://www.youtube.com/watch?v=rblGZRWqFVI&list=UUMnSzocL2Z5hhOJglLQF9oA&feature=c4-overview

  1. 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

http://www.wuppy29.com/minecraft/modding-tutorials/wuppys-minecraft-forge-modding-tutorials-for-1-7-releasing-your-mod-advanced-setup/

Then, use the build.gradle that is currently checked into github.

Clone this wiki locally