Posts by electorman

    Richard,


    I dropped the contents of the IC2 API archive ( ic2/ ) into the MCP decompiled code location below and Eclipse picked it up like a champ:


    $MCPROOT/src/minecraft/net/minecraft/src


    ( $MCPROOT is just wherever someone installs the MCP core components )


    Thanks for the guidance on this! Time for me to break stuff (and learn in the process).


    --Elector

    To whom it may concern:


    I'm attempting to get started with the IC2 APIs, but there doesn't seem to be a whole lot of documentation relating to how they need to be placed within new MCP projects that are created.



    I've tried scouring Google and the forums (and was able to find the class documentation which looks great), but couldn't seem to find a basic "Getting Started with the IC2 APIs" or "Example Implementations Using the IC2 APIs"


    So, I have the IC2 files. My gut tells me that I should just drop a copy of the files into the general project space that will house the Client and Server code, respectively, so that the appropriate classes can be properly referenced. Is this correct?


    Thank you!