It basically allows you to modify the game completely.
(i made a chicken with a cow texture and dropped eggs every second)
http://www.minecraftwiki.net/wiki/Minecraft_Coder_Pack
You will need JDK and eclipse
Minecraft MCP
Moderator: Moderators
- bamdur123
- Sergeant Major
- Posts: 243
- Joined: Fri Oct 15, 2010 7:15 pm
- Projects :: Tython-Siege of Darkness Zombie Hotel
- Location: Ohio, USA
-
- Hoth Battle Chief
- Posts: 3132
- Joined: Sun Dec 09, 2007 11:45 pm
- Projects :: No Mod project currently.
- Location: A Certain Box Canyon
Re: Minecraft MCP
Wow, thanks! What's JDK and eclipse though?
-
- Droid Pilot Assassin
- Posts: 2002
- Joined: Sat Nov 15, 2008 1:57 pm
- xbox live or psn: ScorchRaserik
Re: Minecraft MCP
JDK = Java Development Kit
Java Eclipse is an IDE, or Integrated Development Environment
Essentially, if you don't know at least some basic Java programming, this probably isn't for you.
Java Eclipse is an IDE, or Integrated Development Environment
Essentially, if you don't know at least some basic Java programming, this probably isn't for you.
- bamdur123
- Sergeant Major
- Posts: 243
- Joined: Fri Oct 15, 2010 7:15 pm
- Projects :: Tython-Siege of Darkness Zombie Hotel
- Location: Ohio, USA
Re: Minecraft MCP
What he said^ but you might understand some basic functions even without knowing that much java
-
- Master Bounty Hunter
- Posts: 1519
- Joined: Fri Dec 18, 2009 8:02 am
- Projects :: CTF Arenas
- Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı
Re: Minecraft MCP
I started working with this but there appears to be a problem with the file RenderGlobal.
Here is the log:
How can I fix this? I'm following some tutorials to add a block type, but I haven't changed anything yet.
Here is the log:
Hidden/Spoiler:
-
- Master Bounty Hunter
- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: Minecraft MCP
Block type are Bytes not Int
2011-05-13 20:54 - commands.recompile - ERROR - found : int
2011-05-13 20:54 - commands.recompile - ERROR - required: byte
Im not sure if you did this, or its a Notch error, but whatever it is, its on line 441 in the file RenderGlobal.java
2011-05-13 20:54 - commands.recompile - ERROR - found : int
2011-05-13 20:54 - commands.recompile - ERROR - required: byte
Im not sure if you did this, or its a Notch error, but whatever it is, its on line 441 in the file RenderGlobal.java
-
- Master Bounty Hunter
- Posts: 1519
- Joined: Fri Dec 18, 2009 8:02 am
- Projects :: CTF Arenas
- Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı
Re: Minecraft MCP
I did not edit this file, I looked here and I'm not thinking this will strongly affect the game play.
I also read that MCP 3.x is not the best to use.
I also read that MCP 3.x is not the best to use.