CS1- to CS²-world experience and basic ore converting

  • not just basic converting:
    http://forum.industrial-craft.…page=Thread&threadID=1142


    Edit:
    Removed some emberassing stuff about inventing the new wheel.
    Can be closed, deleted or nuked.


    Questions:


    Does the IC-Develoment-Team provide a public readonly SVN so i could take a look on the sources?
    Is there a possibility to start the minecraft.exe with a parameter which tells it to use an other minecraft folder then the default one? Hopping between installations by copycuttingpasting all the time, isnt that what i call comfort ;)



    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


    Thats all for now.
    I hope this helps some of the folks who are wondering about the IC1 to IC2 switch.


    All the best,
    stolibub

  • This is what I am using to have multiple versions on MC:
    create a new textfile, paste this into it:

    Code
    set APPDATA=%cd%
    java -Xms512m -Xmx1024m -jar minecraft.jar


    Save as start.bat (maybe edit the X parameters to get a more stable MC)
    It will create a .minecraft folder in the current directory and save everything there.