I'm new to making minecraft mods and I'm wondering what I need to do to get started.
closed as off topic by mh01, bummzack, Anko, Josh Petrie, msell Apr 18 at 8:57
Questions on Game Development Stack Exchange are expected to relate to game development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Download MCP, aka the Minecraft Coder Pack. This is how all the mods were released, and I've used it a couple of times, albeit for simple mods. |
|||
|
|
|
You need a couple of things:
After you have those, you need to set up MCP. You can find videos on how to do that on youtube. (I don't know if you have Windows XP, Windows 7, Mac) You need to set up the decompiler. (I don't know which one you will get, so I can't help with that) Once all that is done, you can code! Depending on which mod you want to make (Mobs, Items, Blocks), you will need to learn how to do this. I would start with new crafting recipes, like craftable web, or craftable spawners. Once you learn a little about how the minecraft modding works, you can start to make more complex mods. If you need help with learning how to do something for your mod, what I do is look up tutorials on youtube, or look on a search engine. If you need any more info, just comment :) |
||||
|
|
|
Use MCP, just like SourceTurtle said. If you need help using it, here are some YouTube tutorials I found: |
|||
|
|
|
go to minecraft forge website download source and run install (http://www.minecraftforge.net) |
|||
|
|