Minecraft MCP

Modding , share your ideas for a mod, link to your mod, this is a forum devoted to those who want to mod , offer mods or learn to mod Minecraft!

Moderator: Moderators

Post Reply
User avatar
bamdur123
Sergeant Major
Sergeant Major
Posts: 243
Joined: Fri Oct 15, 2010 7:15 pm
Projects :: Tython-Siege of Darkness Zombie Hotel
Games I'm Playing :: SWBF 1+2
Location: Ohio, USA

Minecraft MCP

Post by bamdur123 »

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
Grev
Hoth Battle Chief
Hoth Battle Chief
Posts: 3132
Joined: Sun Dec 09, 2007 11:45 pm
Projects :: No Mod project currently.
Games I'm Playing :: Minecraft
Location: A Certain Box Canyon

Re: Minecraft MCP

Post by Grev »

Wow, thanks! What's JDK and eclipse though?
Twilight_Warrior
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2002
Joined: Sat Nov 15, 2008 1:57 pm
xbox live or psn: ScorchRaserik

Re: Minecraft MCP

Post by Twilight_Warrior »

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.
User avatar
bamdur123
Sergeant Major
Sergeant Major
Posts: 243
Joined: Fri Oct 15, 2010 7:15 pm
Projects :: Tython-Siege of Darkness Zombie Hotel
Games I'm Playing :: SWBF 1+2
Location: Ohio, USA

Re: Minecraft MCP

Post by bamdur123 »

What he said^ but you might understand some basic functions even without knowing that much java
CressAlbane
Master Bounty Hunter
Master Bounty Hunter
Posts: 1519
Joined: Fri Dec 18, 2009 8:02 am
Projects :: CTF Arenas
Games I'm Playing :: Steam- cressalbane2
Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı

Re: Minecraft MCP

Post by CressAlbane »

I started working with this but there appears to be a problem with the file RenderGlobal.
Here is the log:
Hidden/Spoiler:
2011-05-13 20:54 - commands.recompile - ERROR - == ERRORS FOUND ==
2011-05-13 20:54 - commands.recompile - ERROR -
2011-05-13 20:54 - commands.recompile - ERROR - src\minecraft\net\minecraft\src\RenderGlobal.java:441: possible loss of precision
2011-05-13 20:54 - commands.recompile - ERROR - found : int
2011-05-13 20:54 - commands.recompile - ERROR - required: byte
2011-05-13 20:54 - commands.recompile - ERROR - byte byte0 = j1;
2011-05-13 20:54 - commands.recompile - ERROR - ^
2011-05-13 20:54 - commands.recompile - ERROR -
2011-05-13 20:54 - commands.recompile - ERROR - 1 error
2011-05-13 20:54 - commands.recompile - ERROR - ==================
How can I fix this? I'm following some tutorials to add a block type, but I haven't changed anything yet.
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: Minecraft MCP

Post by 501st_commander »

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
CressAlbane
Master Bounty Hunter
Master Bounty Hunter
Posts: 1519
Joined: Fri Dec 18, 2009 8:02 am
Projects :: CTF Arenas
Games I'm Playing :: Steam- cressalbane2
Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı

Re: Minecraft MCP

Post by CressAlbane »

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.
Post Reply